allaerd
Forum Replies Created
-
Forum: Plugins
In reply to: [Woocommerce CSV importer] Nothing happens when I press Import Buttonhi there,
please do, love to solve the error! You can mail the login credentials to info@allaerd.org
Thanks!
Forum: Plugins
In reply to: [Woocommerce CSV importer] Nothing happens when I press Import ButtonPlease change “How many rows to process in one call” setting to 1 and see if it runs. It could well be that you have a timeout when you process 100 rows with big images.
Forum: Plugins
In reply to: [Woocommerce CSV importer] Multiple images are not importing to gallery!I think your code was for version 0.7.3. I added the gallery feature in 1.0.4. with the help of you function.
Thanks for the code!
Forum: Plugins
In reply to: [Woocommerce CSV importer] Multiple images are not importing to gallery!If you can mail me your CSV file, i would be happy to test it out on my test server!
Forum: Plugins
In reply to: [Woocommerce CSV importer] Multiple images are not importing to gallery!I will try out your code, thanks for sharing!
The time out can be a few things:
1. max execution time
2. script execution time
3. apache response time ( 30 sec…..)
4. some proxy response time ( i had an nginx proxy causing this problem)What you can do to test is set the number of rows to process at the same time to a lower level or even to 1!
Forum: Plugins
In reply to: [Woocommerce CSV importer] Multiple images are not importing to gallery!I am always happy when people have good code suggestions! So please yes share them and i’ll review them and put them in the next version!
Forum: Plugins
In reply to: [Woocommerce CSV importer] Multiple images are not importing to gallery!Can you provide me an example?
Forum: Plugins
In reply to: [Woocommerce CSV importer] get product sku/id undefined when uploadingHi there,
If you change your settings to proces 1 row at a time it worked out fine at my test site. When you process 100 rows at a time, it hits the timeout!
Forum: Plugins
In reply to: [Woocommerce CSV importer] Nothing happens when I press Import ButtonI’ll make a youtube movie today on how to set it up correct.
Forum: Plugins
In reply to: [Woocommerce CSV importer] get product sku/id undefined when uploadingHi there,
Can you mail me your CSV file so i can check it out?
Forum: Plugins
In reply to: [Woocommerce CSV importer] strange problem with stockHi there,
In version 1.0.2 i added the field manage_stock. Put this to NO in your csv and it should work out fine!
Forum: Plugins
In reply to: [Woocommerce CSV importer] change size attribute from cm to inchesif this can be done…it should be done in woocommerce. Here is the link
Forum: Plugins
In reply to: [Woocommerce CSV importer] How to create headersyou can find version 0.7.3 here
Forum: Plugins
In reply to: [Woocommerce CSV importer] How to create headersthe one you use between fields for example:
sku;product_type;post_title;price;post_parent;variation;var_color;var_size
5;variation_master;hello to;10;;size;;
6;product_variation;hello to;10;5;;;l
7;product_variation;hello to;10;5;;;m
8;product_variation;hello to;10;5;;;xxl
1;variation_master;hello;10;;color;;
2;product_variation;hello;10;1;;blue;
3;product_variation;hello;10;1;;red;
4;product_variation;hello;10;1;;green;the seperator is a comma
Forum: Plugins
In reply to: [Woocommerce CSV importer] How to create headersyou can use your normal CSV file to upload at the header part. Link your fields to the right columns and your done.
for categories nothing has changed. So your old layout should still work!