allaerd
Forum Replies Created
-
Forum: Plugins
In reply to: [Woocommerce CSV importer] Import Duplication ErrorHi there,
This forum is for the free plugin. You are using the payed plugin from Woo. You can here for support.
Forum: Plugins
In reply to: [Woocommerce CSV importer] Importing external productsee this post:
price is always the price
for normal prices
price = regelar price = 100
for sales prices
price = sales price < regelar price
create a directoy in uploads called csvimport/fixed
in the uploads directory!
Forum: Plugins
In reply to: [Woocommerce CSV importer] Two errors and a doubtthe time limit is a setting i have for infinite times. Some hosting providers block this. So please be aware with BIG CSV files
Forum: Plugins
In reply to: [Woocommerce CSV importer] Two errors and a doubtHi there,
The issue is resolved in version 0.7.0.
About the prices.
price is always the price.
If you want sales prices:
price = sales price
and regular price > sales price
so 10, 100, 10Forum: Plugins
In reply to: [Woocommerce CSV importer] issue with wordpress 3.5fixed in 0.7.0
There was an issue with wordpress 3.5. It’s fixed now! check out 0.7.0
Hi tony,
if you send me mail and you’re XML file. I’ll check it out.
Forum: Plugins
In reply to: [Woocommerce CSV importer] fatal errorcan you send me you’re csv?
Hi there,
Please drop me a mail ( info@allaerd.org ) to see if i can help you out!
Hi there,
I am looking in to this right now. Will be solved soon!
Forum: Plugins
In reply to: [Woocommerce CSV importer] fatal errorHi there.
did you set the right fieldseperator?
Forum: Plugins
In reply to: [Woocommerce CSV importer] update productsHi Newman,
Somehow youre csv gives an error. The page after you upload is blank and you should go back to the main import screen.
Can you enable debugging in you wp_config.php and check the result or send the csv you have problems with to me and i’ll check it out. (info@allaerd.org)
Forum: Plugins
In reply to: [Woocommerce CSV importer] Quick way to generate picture name from title?SUBSTITUTE(a1,” ”,”-”)
in excel
and yes….it is very off topic 😀