CSV Import - Cannot import all features

  • Alessio Nava
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 1 month ago #78871 by Alessio Nava
CSV Import - Cannot import all features was created by Alessio Nava
Hi all,

I've had a look at the code for CSV Import for Eshop. I think the current release is rather outdated. For instance, tab4 and tab5 are not there, even though the customization needs little copy and paste to be achieved. Anyway other important options are missing, too:
- Minimum and Maximum Quantity
- Stock checkout
- Out of stock status
- Quote product mode

Above all, importing with column product_tag produces the crash of the component.

Apart from these issues, the module is working greatly, so a minor update would be greatly appreciated.

Keep up the great work and thanks in advance.

Ale N.

Please Log in or Create an account to join the conversation.

  • Giang Dinh Truong
  • Offline
  • Administrator
  • Administrator
More
8 years 1 week ago #81357 by Giang Dinh Truong
Replied by Giang Dinh Truong on topic CSV Import - Cannot import all features
Hello,

Today, we release EShop Import Pro to replace EShop CSV Advanced. You can import data from Excel easily with EShop Import Pro now. Please read more about it in the topic: joomdonation.com/forum/add-ons-payment-s...op-csv-advanced.html

Sincerely, Giang
The following user(s) said Thank You: Alessio Nava

Please Log in or Create an account to join the conversation.

  • Alessio Nava
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 17 hours ago #81634 by Alessio Nava
Replied by Alessio Nava on topic CSV Import - Cannot import all features
Dear Giang,

we have found a first bug: category_meta_key and category_meta_desc are not imported. Please kindly confirm that this is also happening to your team.

Best regards.

Ale N.

Please Log in or Create an account to join the conversation.

  • Giang Dinh Truong
  • Offline
  • Administrator
  • Administrator
More
7 years 11 months ago #81703 by Giang Dinh Truong
Replied by Giang Dinh Truong on topic CSV Import - Cannot import all features
OK Alessio!

We will check and get back to you.

Sincerely, Giang

Please Log in or Create an account to join the conversation.

More
7 years 11 months ago #82069 by Simone
Replied by Simone on topic CSV Import - Cannot import all features
And how to import users with addresses, user groups, et?c

Please Log in or Create an account to join the conversation.

  • Alessio Nava
  • Topic Author
  • Offline
  • New Member
  • New Member
More
7 years 11 months ago #82148 by Alessio Nava
Replied by Alessio Nava on topic CSV Import - Cannot import all features
Dear Giang,

we have found the bug. Read the two lines below.
Code:
$fields[$i] .= $element . '_' . $fields[$i];
should not use concatenation:
Code:
$fields[$i] = $element . '_' . $fields[$i];

Please confirm me that this modification solves the issue for your team too.

Best regards.

Ale N.

Please Log in or Create an account to join the conversation.

  • Alessio Nava
  • Topic Author
  • Offline
  • New Member
  • New Member
More
7 years 9 months ago #84892 by Alessio Nava
Replied by Alessio Nava on topic CSV Import - Cannot import all features
Dear Giang,

could you please upload a new version with this correction?

Thanks in advance.

Best regards,
Ale N.

Please Log in or Create an account to join the conversation.

Moderators: Giang Dinh Truong