allaerd
Forum Replies Created
-
Forum: Plugins
In reply to: [Woocommerce CSV importer] Cyrilic in description and short descyeah, should work.
see the other post….he had some wrong settngs.
In my example csv there are also Cyrilic characters.
Forum: Plugins
In reply to: [Woocommerce CSV importer] Option that delete all products and categorieshehehehe….sounds familiar!
I can share you my clean up sql’s 😀
I think i will make another plugin called CleanUpWoo. Think it will be there in a few days
Drop me a mail at info@allaerd.org to receive the sql’s
Forum: Plugins
In reply to: [Woocommerce CSV importer] problem with empty values in csvhi there,
I checked out you’re csv. It’s fine but it needs one more , at the end. I made some extra check’s during import to handle empty fields. Soo in the next version it will work without any errors.
The max products…..welll this is difficult….depends on youre php.ini and youre apache settings. If i have big files i split them and import them seperate.
I am also working on a new function to process it in the background. The first result are good….about 5000 products without any errors!
Forum: Plugins
In reply to: [Woocommerce CSV importer] Error when importing csv without picturesHi there,
This error is just a notice but indeed not a nice one. Solved it in the next version. 0.6.0 will be out tonight!
Forum: Plugins
In reply to: [Woocommerce CSV importer] Option that delete all products and categorieswell….this is a bit tricky…i would rather have this as option in woocommerce it self…..
For me to better understand you’re request…why would you need it. The plugin updates the fields for products as well as categories. If you want to delete them you can goto the product section and delete them manual.
Also when you have woocommerce multilanguage….you must delete a whole lot more!
Forum: Plugins
In reply to: [Woocommerce CSV importer] Import does not workHi there,
I tried it with my test environment and all worked fine. If you can give me access to you’re environment i can check.
You can drop me a mail at info@allaerd.org
i mean 0.5.5
hello OneOfTheView,
you’re link is not working…..it’s private. For now you can delete this line :
$wp_filetype = wp_check_filetype($filename, null );
in the functions file at line 254. And i’ll think of a better way!
he nalehir,
check out version 0.5.6. there is a setting in the settings page that when enabled it converts the prices with a decimal to proces with a dot!
Forum: Plugins
In reply to: [Woocommerce CSV importer] CSV import errorhehe,
even did something better. Try version 0.5.4 i added an option in the settings page where you can select to auto detect line endings!
It should work now with most files!!
but glad you solved it you’re self a well!
Forum: Plugins
In reply to: [Woocommerce CSV importer] CSV import erroror download the zip here
Forum: Plugins
In reply to: [Woocommerce CSV importer] CSV import errorYou can download it here
Forum: Plugins
In reply to: [Woocommerce CSV importer] CSV import errorHi there Abdul,
I checked you’re file. It’s fine but it has the wrong line endings. Open you’re file in you’re text editor and convert te line endings to unix style.
I tried it and i have now 3 nice product in my webshop with Dalmatians 😀
Hello nalehir,
I checked it with woocommerce. I do not think it allows ‘ , ‘ as a decimal seperator. If you like i can make check will importing and convert any comma to a point during import!
Would that help you out?
check out version 0.5.3
You can add tax class (none, shipping, taxable) and add tax status. For the tax status read the change log. Woocommerce saves it rather strange!