cancel
Showing results for 
Search instead for 
Did you mean: 

CSV export images path problem

CSV export images path problem

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.

2 REPLIES 2

Re: CSV export images path problem

Hi @dmitriyins61c2 

 

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

 

Hope this helps you!
Problem Solved! Click Kudos & Accept as Solution!

Re: CSV export images path problem

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