allaerd
Forum Replies Created
-
Hi,
Can you mail me a test case?
regards,
Allaerd
Forum: Plugins
In reply to: [Woocommerce CSV importer] Plugin not showing up on Admin Panelfind this file : ……wp-content/plugins/woocommerce-csvimport/include/class-woocsv-admin.php
and look for this line:
$page = add_menu_page('CSV Import', 'CSV Import', 'manage_options', 'woocsv_import', 'woocsvAdmin::mainPage', '', '58.1501');play with the number at the back to see if you get it visible.
And you must login as ADMIN, not as shop manager
Forum: Plugins
In reply to: [Woocommerce CSV importer] How do I upload variations with its own price?just add regular_price or sales_price to the variation row.
see the documentation for more info
Forum: Plugins
In reply to: [Woocommerce CSV importer] Multiple imagesit will import images just like wordpress does. So it will create the different sizes.
Forum: Plugins
In reply to: [Woocommerce CSV importer] Taxonomiesi have a beta add-on for this. Wanna test?
Forum: Plugins
In reply to: [Woocommerce CSV importer] images not uploadedForum: Plugins
In reply to: [Woocommerce CSV importer] i can't import long data by the CSVso best to put the number of rows to 1.
the 64 mb has nothing to do with it. This is just the max file size you can upload.
So, please set the amount to 1, than you will not have timeouts
Forum: Plugins
In reply to: [Woocommerce CSV importer] Product Descriptions Cut Offthis only happens if it is not in UTF8
Forum: Plugins
In reply to: [Woocommerce CSV importer] problem import image – woocommercesolved in version 2+
Forum: Plugins
In reply to: [Woocommerce CSV importer] i can't import long data by the CSV1. there is no limit for the amount of rows. Please set the number to process to 5 and try again.
2. This is a problem. The SKU is seen as UNIQUE. Doo it will update the other product!
Forum: Plugins
In reply to: [Woocommerce CSV importer] Successful Upload but products no where to be seenplease check the post_status and visibility fields they probably have wrong values
Forum: Plugins
In reply to: [Woocommerce CSV importer] Multiple values for variations attributesyou can so red|blue
Forum: Plugins
In reply to: [Woocommerce CSV importer] Variations add-ons – How to add featured imagesHi if you only have one image, put it as featured image of the variation_master.
Forum: Plugins
In reply to: [Woocommerce CSV importer] "something went wrong"well, set to process one is the same as splitting it in files wit one ROW. Can you enable debugging and post the javascript console error?
Forum: Plugins
In reply to: [Woocommerce CSV importer] Increase limit of 3 categorieswell, i tried this line without any problems. If you still have issues, please mail me a test csv.