allaerd
Forum Replies Created
-
Forum: Plugins
In reply to: [Woocommerce CSV importer] Where to put images?Hi there,
You can upload the images with the media manager of wordress. And put the filename in the CSV. Or you can put the images on the server and place the URL in the CSV. Like http://www.example.com/images/car1.jpg
In the first case, it will only link, in the second case it will upload the image, make thumbnails and link it.
Forum: Plugins
In reply to: [Woocommerce CSV importer] AccentsHi there,
The import plugin does not care about the special characters. But your CSV file does.
You can check if the CSV file is in UTF8 (most common problem)
I tried it with:
sku;title;content;category
12345678;ááááá;ááááá;áááááand it worked out fine.
Forum: Plugins
In reply to: [Woocommerce CSV importer] Problem with Russian or Cyrilic lettersGood to hear!
Forum: Plugins
In reply to: [Woocommerce CSV importer] Problem with Russian or Cyrilic lettersThe plugin does not care about any type of characters. But your DB and your SITE does. Pretty good chance that your site is in UTF-8 and your db is in latin charset.
Forum: Plugins
In reply to: [Woocommerce CSV importer] ajax-admin.php errorplease try the latest version , or at least 1.1.+
Solve in there!
Forum: Plugins
In reply to: [Woocommerce CSV importer] Stuck on product 1can you guys try the latest version and set the number of rows to process to 1
Forum: Plugins
In reply to: [Woocommerce CSV importer] sale_price don't show after importHi there,
Was a bug….fixed in version 1.1.1
Forum: Plugins
In reply to: [Woocommerce CSV importer] CVS Import IssueDo you have unique sku’s?
Forum: Plugins
In reply to: [Woocommerce CSV importer] About how to use Variable products add-oncould you please drop me a mail, with credentials to your site and the CSV you use.
I’ll check it out and see what is wrong! and come back to you on how to set it right!
Sounds like a plan?
Forum: Plugins
In reply to: [Woocommerce CSV importer] Multiple categories not working with | in CSVi’ll give it a try on my test environment and come back to you!
Could you send me your CSV file!
Forum: Plugins
In reply to: [Woocommerce CSV importer] About how to use Variable products add-onHi there,
You don;t have to include the plugin, better to delete the line you added, delete the add-on and goto the plugins->add new->upload zip section of wordpress and load the zip file.
Second step is to make the attributes you want to use. In your case “taille” & “couleur”. You can do this in products->attributes. And add the values they could have.
Than goto to my plugin csvimport-settings. Check them and to be sure!
Than goto to my plugin csvimport->header. Upload you file and map the right fields to the right columns.Now you are ready to import. Most important step is to create the attributes you want to use in advance and set up the right header!
Forum: Plugins
In reply to: [Woocommerce CSV importer] CVS Import Issuecan you mail me your CSV file? ( info@allaerd.org)
Forum: Plugins
In reply to: [Woocommerce CSV importer] Problem with save button and save settingsSolved the bug in 1.1.0
Forum: Plugins
In reply to: [Woocommerce CSV importer] Help: (single) Images are not uploading from URL😀
The prices….are a bit different in woocommerce.
The price is always the price.
The regular price and sales price are used if your product is on sale
An example:I have a product that is normal: i fill in the price
I have a product on sale: if fill in price = sales price and regular price > sales price