allaerd
Forum Replies Created
-
oke….i’ll put an option in the settngs page which will be used as seperator!
in the settngs page now is the example CSV (from version 0.4.1)
in version 0.4.1 i added tag support and an example csv in the settings page.
For tags you can do it like this:
tag1|tag2|tag3
you’re welcome!
the sample csv is in the plugin folder. It’s called import.csv
And i will make a new thread for ‘tag’ fields. It will be in the next version. I’ll try to make it tomorrow!
the path can be 2 things.
1. the fixed upload part you can select in option 3
The path should be relative to /wp-content/uploads/2. the upload path created when you upload the files by zip or by selecting
When i upload or unzip i create a random dit in /wp-content/wp-uploads/csvimport/random_dirIf you add
wp_set_object_terms( $post_id, 'external', 'product_type');
below row 136
than you have youre self an external product. I’ll add this in the next version!
External product is part of a different taxonomy. It’s not a meta thing. I’ll try to check it out an add it to the plugin!
thanks! would appreciate it!
Forum: Plugins
In reply to: [Plugin: Woo Product importer]Add featured image from CSV url grab?lol…
this is my code ??
But check out version 0.4 of my plugin. There is the code you need. It handles url images as well as local images!
https://www.ads-software.com/extend/plugins/woocommerce-csvimport/
If you need help, you can always pop me a question!
Jerrif,
check out version 0.4
version 0.4 is now available. In the image field you can do like https://domain.com/image1.jpg. You can even have multiple external or mix them up like https://domain.com/image1.jpg|image2|https://domain.com/image3.jpg
HE Jeriff,
I will make a new topic for this and try to resolve it today
Resolves in version 0.3
I’ll check it tonight.
I think it would be best to always add the image if the filename is new, and update the picture if the filename is the same.
What do you think?