Hello, everybody. I have exported a CSV file, it contains the path to /m/m/name.jpg images.
The other system does not understand this path. How can I specify the full path to each product picture when exporting CSV?
Thank you.
You can fin the image path at /media/catalog/product/ directory
So Full path will be like :
http://yourwebsiteurl.com/media/catalog/product/m/m/name.jpg
http://yourwebsiteurl.com :- Add your website URL
Hi
But how to handle images included in the Description column:
It looks like this:
<p><img src="{{media url="Dunlopillo_Signature_Black_siden_1929_lille200.png"}}" width="200" height="56" /></p>
Thanx
Lars