1. keep
  2. RO CSVI
  3. Friday, 30 September 2016
  4.  Subscribe via email
I have a CSV with these fields: product_sku, product_name, product_desc, price, category
I can import the products, everything is okay.
My only question is about images.
I have access to a server from I can download the images. The url has a fixed structure like this:
http://remotedomain.com/images/12345.jpg where 12345 is the value of the product_sku field.
Could you help me how should I download the images during the import?
If I'm right I should create a file_url field and combine the url string (and the .jpg extension) and the value of product_sku field somehow and use "Save images on server" function.
Could you help me to do that?
Accepted Answer Pending Moderation
Hello,
You can add a extra field in your import template fields called combine with default value to be jpg and write a combine rule with source field as product_sku,combine and in the target field file_url, combine character to be . then apply the rule on file_url field in your template fields. That should get the images with product_sku. And yes, set "Save images on server" option to Yes in your template settings on Images tab so images are saved in your local server.
Kind regards,

Tharuna

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!