i have create the template that you can find in the attachment (xml-iliadis). Also you can find the xml source (3-4 products only).
When i try to import it i get empty fields.
Can you please check it?
Thanks.
- prototype
- RO CSVI
- Tuesday, 20 October 2020
- Subscribe via email
Attachments (2)
0
Accepted Answer
Accepted Answer
Pending Moderation
Hello,
There is an error for images in the debug log, it says "HTTP response:HTTP/1.1 301 Moved Permanently" and that is because the image is not available at http://www.iliadis.com.gr/fotos/products/large/38427.jpg but it is available at https protocol 'https://www.iliadis.com.gr/fotos/products/large/38427.jpg'. If you copy the link on browser you can see the link is redirected to the new location. You need to replace http in file_url field to https:// using RO CSVI Multi replace plugin so your images will be imported.
There is an error for images in the debug log, it says "HTTP response:HTTP/1.1 301 Moved Permanently" and that is because the image is not available at http://www.iliadis.com.gr/fotos/products/large/38427.jpg but it is available at https protocol 'https://www.iliadis.com.gr/fotos/products/large/38427.jpg'. If you copy the link on browser you can see the link is redirected to the new location. You need to replace http in file_url field to https:// using RO CSVI Multi replace plugin so your images will be imported.
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
- more than a month ago
- RO CSVI
- # Permalink
Accepted Answer
Pending Moderation
Hello,
In your import template on File tab you need to set the record name as product instead of item. This field should be the node name of each item in your XML file. In the attached file the node name is product and so it is used as record name. You can use the Help button on top corner to get details on each field.
Save the template and run the import.
In your import template on File tab you need to set the record name as product instead of item. This field should be the node name of each item in your XML file. In the attached file the node name is product and so it is used as record name. You can use the Help button on top corner to get details on each field.
Save the template and run the import.
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
One more question please.
I have the following in xml
<imagesURL>
<Image>http://www.iliadis.com.gr/fotos/products/large/38427.jpg</Image>
</imagesURL>
I have create 2 fields
file_url imagesURL
combine Image
and a combine rule with source fields\
file_url,imagesURL,Image
is tha corrent?
Thanks.
I have the following in xml
<imagesURL>
<Image>http://www.iliadis.com.gr/fotos/products/large/38427.jpg</Image>
</imagesURL>
I have create 2 fields
file_url imagesURL
combine Image
and a combine rule with source fields\
file_url,imagesURL,Image
is tha corrent?
Thanks.
Accepted Answer
Pending Moderation
Hi.
Please see the template in the attachment
I also attache the xml.
I can not make it work the fields file_url and combine the product_sku
You already have login access to my administrator area if you need it.
Thanks.
Please see the template in the attachment
I also attache the xml.
I can not make it work the fields file_url and combine the product_sku
You already have login access to my administrator area if you need it.
Thanks.
Attachments (2)
Accepted Answer
Pending Moderation
Hello,
You cannot combine these nodes as Image is child node for ImagesURL. Instead you can use ImagesURL/Image as path for file_url field so image url is used for file_url field. You can remove the combine rule from file_url field. See attached screenshot.
Can you tell me on how you want product_sku to be combined with an example?
<imagesURL>
<Image>http://www.iliadis.com.gr/fotos/products/large/38427.jpg</Image>
</imagesURL>
You cannot combine these nodes as Image is child node for ImagesURL. Instead you can use ImagesURL/Image as path for file_url field so image url is used for file_url field. You can remove the combine rule from file_url field. See attached screenshot.
I can not make it work the fields file_url and combine the product_sku
Can you tell me on how you want product_sku to be combined with an example?
Attachments (1)
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 just make the file_url ImagesURL/Image
but it doesn't work
The product_sku i would like to be like
i-sku fo the xml
Thanks.
but it doesn't work
The product_sku i would like to be like
i-sku fo the xml
Thanks.
Accepted Answer
Pending Moderation
Hello,
The XML path for file_url was set wrong in your template, correcting that loads the file_url field. I did a little modification to the product_sku combine rule with field names and now it loads in the format i-sku. Check the import and let me know.
The XML path for file_url was set wrong in your template, correcting that loads the file_url field. I did a little modification to the product_sku combine rule with field names and now it loads in the format i-sku. Check the import and let me know.
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
Thanks so much!
My last problem is that the image is not downloaded.
I the preview everything is ok, but it does not import any image.
In the attachment you can find a xml with 2 products.
Thanks.
My last problem is that the image is not downloaded.
I the preview everything is ok, but it does not import any image.
In the attachment you can find a xml with 2 products.
Thanks.
Attachments (1)
Accepted Answer
Pending Moderation
Hello,
In your import template on Image tab you have to set Save Image on server to yes, save the template and run the import. If you have this setting set to yes and you still have problem in importing images, post the latest import debug log to check. To get the debug log post How to collect debug information? document.
In your import template on Image tab you have to set Save Image on server to yes, save the template and run the import. If you have this setting set to yes and you still have problem in importing images, post the latest import debug log to check. To get the debug log post How to collect debug information? document.
Attachments (1)
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
Hi.
The option save image on server is selected.
Please see the attachment for the log.
Thanks.
The option save image on server is selected.
Please see the attachment for the log.
Thanks.
Attachments (1)
Accepted Answer
Pending Moderation
Yes now it works!
As i can see the only problem is the combine of the category_path.
I already have create the combine rule as in a previous template.
Please see the attachments
As i can see the only problem is the combine of the category_path.
I already have create the combine rule as in a previous template.
Please see the attachments
Attachments (2)
Accepted Answer
Pending Moderation
Hello,
Please post a screenshot on what you see on import preview page for category_path. The rule in the screenshot is good by the looks of it.
Please post a screenshot on what you see on import preview page for category_path. The rule in the screenshot is good by the looks of it.
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
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 »