
accialex 11 years ago
Hi, i'm using the multilingual 2.10 on 1.5.3.1.
Everything works fine, except the column seo_keyword.
In OC i've "Url SEO" in 2 languages.
1) When i do export: only one language is exported.
2) When i import ( filling the single available column) no data are imported.
I'm using multilingual_links.xml extension in vqmod
Is there anything i can do? ...I like that extension...

pacificadv 11 years ago
Is it going to be compatible wit Opencart 2.0? Any idea when?

Dizzbee 11 years ago
Hi, I am using this to import database for shoes, and I have found that the import does not like half sizes ex. 7.5, 9.5 and so on, it ends up looking like the size was put in twice where I would have two 7 and two 9 in option field. is there a way to fix this?

JNeuhoff 11 years ago
BTW.: Please use the Opencart forum for any support issues, this page here is only for general feedbacks!

JNeuhoff 11 years ago
@tom_jerry_007: Your is an issue with the MS Excel software: When entering 2 numbers, e.g. category_ids, separated by a comma, it sometimes messes things up, often merging the 2 numbers into one. Our new Version 2.8 is now using text format by default, which should resolve your issue. Also, we recommend using OpenOffice or LibreOffice, not MS Excel.

frankleng 11 years ago
great. v1.8 works fine for my 1.5.5.1

tom_jerry_007 11 years ago
This extension excellent work!
In the multilingual version, at the product (incremental) import I found an error.
When there are 2 categories for an item, separated by comma (example 34,67), the comma always transforming to dot (.), so the result in the database is 35 (34.67 rounded).
In export_import.php (/admin/model/tool) at line 925. $categories = $this->getCell($data,$i,$j++); the handler.
I had to repair for correct operation in next line width: $categories = str_replace(".",",",$categories);
Op: Linux (Debian 7.6)
Php: 5.4.4
OC 1.5.6.4

JNeuhoff 11 years ago
@bluesnow: Please use the regular OpenCart forum for support requests (http://forum.opencart.com/viewforum.php?f=119), or use our Contact page at mhccorp.com !

bluesnow 11 years ago
your extenstion is exelent and working fine on my website ,,, i need updation in your tool like i have added an extension for extra tab for product but your extenstion only work on default tab settings in opencart . i wana upload data into my extra tabs also how can please contact me for updation in your tool . thanks for provide these type of extension free

IndecorArt 12 years ago
I export the data from the webshop and when I get an error message when importing:
"Uploaded file is not a valid spreadsheet file or its values are not in the expected formats!"
Even if you do not .xlsx I open the file after export, import only without change
What a wrong?

srinivas_oc 12 years ago
We install bulk import/export extension for OpenCart Products in localhost.
When click on EXPORT option it can defaultly export categories list only. There is no option for exporting products.
Please send sample xls file for importing products.

pandayanbookshop 12 years ago
Mabuhay! Great tools :) it works on our site. Is it posible to import new xls file or it must be the exported one and just add the detailes there?

IanLloydJones 12 years ago
Hi There
Just installed this and I get the following error when trying to export
Could not open php://output for writing.
See also 'System > Error Logs' for more details.
Regards Ian

tallernait 12 years ago
Hi,
I have the following error who can help me?
Thank you very much in advance.
Error: Out of resources when opening file '/tmp/#sql_744c_0.MYI' (Errcode: 24)
Error No: 23
SELECT c. * Cd. * FROM `ua.keyword hb_category` c INNER JOIN cd ON cd.category_id hb_category_description`` = AND cd.language_id c.category_id = 1 LEFT JOIN `ua ON hb_url_alias` ua.query = CONCAT ('category_id =' c.category_id) ORDER BY c.`parent_id`, `sort_order`, c.`category_id`;
See also 'System> Error Logs' for more details.

Casey03 12 years ago
Does it allow you to link multiple images?
So if I upload all the images to my store, can I then use the csv file to point to image 1,2,3 just entering the URL to the images.
What about the format of text? I am assuming the CSS style sheet should take of this? but how do you add for example bold headers? or what would be H1 text....

nhatdang_daisu 12 years ago
Not support Filters and Related Products ???

tabletcase123 12 years ago
@neelmani: already found out the solution?

jhebb 12 years ago
@cbcard: You need to go into the admin folder, open the php.ini file and increase the size of the memory_limit = 64M; to maybe 256 or 512.

technology 12 years ago
Hello, I installed your extension but when I try to import me error in the file public_html / system / PHPExcel / Classes / PHPExcel / Shared / String.php on line 147 and 386, how can I do? say Notice: iconv() [function.iconv]: Detected an illegal character in input string in

cbcard 12 years ago
Great mod. All seemed to work just fine with a dozen or so products and now getting an export error. Trying to export 700+
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 49 bytes) in /home/content/xxxx/system/PHPExcel/Classes/PHPExcel/Style/Supervisor.php on line 123
Any idea how to fix the error?
Thanks.