- Posts: 7
- Thank you received: 0
CSV Import - Cannot import all features
- Alessio Nava
-
Topic Author
- Offline
- New Member
-
Less
More
8 years 11 months 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.
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
-
8 years 10 months 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
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
-
Less
More
- Posts: 7
- Thank you received: 0
8 years 9 months 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.
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
-
8 years 9 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
We will check and get back to you.
Sincerely, Giang
Please Log in or Create an account to join the conversation.
- Simone
- Offline
- New Member
-
Less
More
- Posts: 11
- Thank you received: 0
8 years 9 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
-
Less
More
- Posts: 7
- Thank you received: 0
8 years 9 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.
should not use concatenation:
Please confirm me that this modification solves the issue for your team too.
Best regards.
Ale N.
we have found the bug. Read the two lines below.
Code:
$fields[$i] .= $element . '_' . $fields[$i];
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
-
Less
More
- Posts: 7
- Thank you received: 0
8 years 7 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.
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
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.