1. pascal_pasvorm
  2. RO CSVI
  3. Sunday, 27 January 2019
  4.  Subscribe via email
Hi,
Is it possible to export products with their thumb images to excel or csv?
This would make it lots easier to add products to their categories by image.

Thanks in advance.

Pas
Accepted Answer Pending Moderation
Hello Pas,
You can use VirtueMart Product export and add fields product_sku, file_url_thumb as your export template fields to export product thumb images to CSV file.
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
Accepted Answer Pending Moderation
Thanks Tharuna,

This shows the url of the thumbs, but how can I make this visible as the real image.
Guess it's more a excel/office issue but maybe you know how to make this work.

Thanks,
Pas
  1. more than a month ago
  2. RO CSVI
  3. # 2
Accepted Answer Pending Moderation
Hello Pas,
This shows the url of the thumbs, but how can I make this visible as the real image.

That is not possible with CSVI export and with CSV file. CSVI don't support Excel export.

Guess it's more a excel/office issue but maybe you know how to make this work.

Yes it is Excel thing and needs code to be written using Visual basic for Application(VBA). I don't know how to write codes with Excel to help here.
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. # 3
Accepted Answer Pending Moderation
Thanks Tharuna,

Did find some info on this issue but didn't work for me.
Guess I need to find another way to create a visual list of products.
If you have any suggestions I really like to hear them.

Thanks,
Pas
  1. more than a month ago
  2. RO CSVI
  3. # 4
Accepted Answer Pending Moderation
Hello Pas,
Yes, you may need to find another way to do this. CSVI generates plain text file on export and not a binary file to support graphic data.
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. # 5
Accepted Answer Pending Moderation
Hello Pascal,

The only thing that comes to mind with visual images, is an HTML export. Attached is an example HTML output, this file you can open in Excel and it will display the image itself. Of course the image is full URL because you cannot embed images as base64 because Excel can't read them.

The image should be available on the site anyway I would think.

You can massage your export to output the HTML file, which in essence is an XML, and use that if full URLs for images isn't a problem.

Let me know if that helps.
Attachments (1)
Kind regards,

RolandD

=========================
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. # 6
Accepted Answer Pending Moderation
Thanks Roland,

I will try if this works for me.
In the end this file should be used to sort products in different categories.

Regards,
Pas
  1. more than a month ago
  2. RO CSVI
  3. # 7
  • Page :
  • 1


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