Is it possible with ro csvi to import categories with an image?
category_path;category_image;...
shoes;snicker1.jpg;...
shoes;snicker2.jpg;...
- wirt2web
- RO CSVI
- Wednesday, 17 March 2021
- Subscribe via email
0
Accepted Answer
Pending Moderation
Hello,
You did not mention which RO CSVI addon extension you are using. Considering it is for VirtueMart category import, you can import image for category using file_url field.
You did not mention which RO CSVI addon extension you are using. Considering it is for VirtueMart category import, you can import image for category using file_url field.
category_path;file_url;
shoes;snicker1.jpg;
shoes;snicker2.jpg;
Kind regards,
Tharuna
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
Tharuna
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
Accepted Answer
Pending Moderation
I mean the normal import via csv, you can see on the screenshot (HikaShop). Can i use "file_url" here for category image file
My csv header look like this:
category_path;category_type;category_published
My csv header look like this:
category_path;category_type;category_published
Attachments (1)
Accepted Answer
Pending Moderation
Hello,
If it is for HikaShop then you should use file_path field for image import.
Your csv header should be
category_path;category_type;category_published;file_path
I mean the normal import via csv, you can see on the screenshot (HikaShop). Can i use "file_url" here for category image file
If it is for HikaShop then you should use file_path field for image import.
My csv header look like this:
category_path;category_type;category_published
Your csv header should be
category_path;category_type;category_published;file_path
Kind regards,
Tharuna
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
Tharuna
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
Accepted Answer
Pending Moderation
if i import like this -> ro csvi said media file added -> if I go to the categories the image is not shown...
Accepted Answer
Pending Moderation
Hello,
Please post the import debug log to check. To get the debug log check How to collect debug information? document.
Please post the import debug log to check. To get the debug log check How to collect debug information? document.
Kind regards,
Tharuna
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
Tharuna
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
Accepted Answer
Pending Moderation
log...
if have the images for the categories in the subfolder "categories" in images/hikashop/upload
my csv file:
category_path;category_type;category_published;file_path
product category/Stoffe für Bekleidung, Deko /Anzug Kostüm Jacken Mäntel/Powerstretch;product;1;categories/010101.jpg
if have the images for the categories in the subfolder "categories" in images/hikashop/upload
my csv file:
category_path;category_type;category_published;file_path
product category/Stoffe für Bekleidung, Deko /Anzug Kostüm Jacken Mäntel/Powerstretch;product;1;categories/010101.jpg
Attachments (1)
Accepted Answer
Pending Moderation
Hello,
Debug log shows the image path as C:/Joomla-Projekte/stoffcorner/images/com_hikashop/upload/categories/010101.jpg but the image path you copied here is different from what is in debug log. do you have this path in your import file?
For file_path use the absolute path as /Joomla-Projekte/stoffcorner/images/com_hikashop/upload/categories/010101.jpg and run the import. If the image is located in the given location, RO CSVI will link it to the category. If you still have problem, post the latest debug log to check.
my csv file:
category_path;category_type;category_published;file_path
product category/Stoffe für Bekleidung, Deko /Anzug Kostüm Jacken Mäntel/Powerstretch;product;1;categories/010101.jpg
Debug log shows the image path as C:/Joomla-Projekte/stoffcorner/images/com_hikashop/upload/categories/010101.jpg but the image path you copied here is different from what is in debug log. do you have this path in your import file?
For file_path use the absolute path as /Joomla-Projekte/stoffcorner/images/com_hikashop/upload/categories/010101.jpg and run the import. If the image is located in the given location, RO CSVI will link it to the category. If you still have problem, post the latest debug log to check.
Kind regards,
Tharuna
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
Tharuna
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »