allaerd
Forum Replies Created
-
Forum: Plugins
In reply to: [Woocommerce CSV importer] About how to use Variable products add-onHi there,
Yes, you need at least 1+ but i recommend 1.1.- or higher
Forum: Plugins
In reply to: [Woocommerce CSV importer] Settings not savingPlease use the latest version. This issue is solved in 1.1.0
Forum: Plugins
In reply to: [Woocommerce CSV importer] Import variations not workingPlease use the latest version. This issue is solved in 1.1.0
Forum: Plugins
In reply to: [Woocommerce CSV importer] import category imageI do not think it is “do able” when importing products. This because categories are generated on the fly, can change, etc….
I could make a plugin to import categories with all features….would that be an idea?
Hi Fahad,
I do not understand what you mean, can you give an example?
on my site you can download the latest stable. It’s 0.7.3.
That one is better than 0.5.
Here is the link
Forum: Plugins
In reply to: [Woocommerce CSV importer] Stuck on product 1did you create a header?
Hi there,
If you use version 0.7.3 you can do this: for example brand, you place cf_brand in your header.
If you have version 1+ you can buy the add-on here.
Forum: Plugins
In reply to: [Woocommerce CSV importer] sale_price don't show after importyou have to set the price and the sales price.
Forum: Plugins
In reply to: [Woocommerce CSV importer] About how to use Variable products add-onHi there,
I’ll fix my site…..there was an example of there…..here it is:
To import variable products you have to set up the attributes you want to use in advance.
Now think of the following example, you have pants and shirts in different sizes and colors. You have to setup 2 attributes, color (blue,red,green) and size(l,m,xxl). The following CSV file would reassemble that how an import could look like:
sku;product_type;post_title;price;stock;post_parent;variation;var_color;var_size
1;variation_master;pants;10;5;;size|color;;
2;product_variation;pants;10;6;1;;blue;l
3;product_variation;pants;10;7;1;;red;m
4;product_variation;pants;10;8;1;;green;xxl
5;variation_master;t-shirt;10;1;;size|color;;
6;product_variation;t-shirt;10;2;5;;blue;l
7;product_variation;t-shirt;10;3;5;;red;m
8;product_variation;t-shirt;10;4;5;;green;xxlFirst set up the attributes you want to use, put them in your CSV file and you can upload them all!
can you replace the JS file with this one
And test again?
Hi lododicesimo,
In your CSV you have | as seperator. Can you save your CSV file using , or ;
Also i fixed a possible error in 1.0.8. Please use that one!
for the javascript console look here
what version are you using?
If you are using 1.+ can you look if you got any javascript errors in your console.
Forum: Plugins
In reply to: [Woocommerce CSV importer] Is there import resume feature available?resume fix is something i will look into. You are using version 0.7.3 as i recall and in version 1.+ things work different.
So i have to think of a good way…..maybe an option to NOT process rows when the SKU is already in…..