News:

Looking for documentation? Take a look on our wiki

Main Menu

How do display images from 3rd party sites

Started by yannis_r, November 20, 2013, 02:13:50 AM

Previous topic - Next topic

yannis_r

Hello,

I am building a store that will display products that their original images will be on a different domain/server. The requirement is that images will not be stored in the server that hosts the virtuemart installation
I tried to change manually the contents in virtuemart_medias.file_url and virtuemart_medias.file_url_thumb to contain the full URL of the image but it does not work. such as: http://www.externalsite.com/images/image.jpg

Is there a way to get this done?