-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PLUGIN DOESNT WORK (TAKES TOO MUCH) #125
Comments
Hello Paulina, today, I had the same problem and my solution was to rename the title of the products, because the plugin doesn't understand german letters: üöä ... Cheers |
First answer solves the problem, but the plugin understands german special letters (üöä). You must save the CSV as UTF-8 document and you must select under local settings German/Germany (utf8) before import. |
I'm receiving the same issue and I'm not using any foreign characters. My screen looks just like Barnardolmatos. |
i found in a website that you need to change a couple of codelines from a file but i cant find it!! it worked for me! im going to keep looking so i share it with you, because after i did that the plugin worked perfect. |
Same problem here thanks |
Change line 85 in woo-product-importer-ajax.php to: $attribute_taxonomies = wc_get_attribute_taxonomies(); |
Change line 85 in woo-product-importer-ajax.php to: $attribute_taxonomies = wc_get_attribute_taxonomies(); i did this nothing happend can u send me changed full plugin file |
This worked for me. |
Hello!! im using woo product importer but after i upload my csv file and click on the upload and preview button it shows "Importing. Please do not close this window or click your browser's stop button." but it doesnt actually do anything. nothing appears on Processed 0
Remaining
Total
i waited over an hour and nothing :( any ideas? thanks!!
im using WordPress 4.4.2
Thank you!
The text was updated successfully, but these errors were encountered: