Jump to content

3rd Party Import and Images Issue


Recommended Posts

Hello.

We are currently using prestashop 1.5.6.2

We imported a huge xml file (14k row) into mysql via 3rd party php functions. 

Everything fine till product page in prestashop.

But in product page prestashop calling image like 
 

<span id="view_full_size">
	<img src="http://www.domain.com/img/p/1/1/3/113-large_default.jpg" title="Product Name" alt="Product Name" id="bigpic" width="264" height="264">
        <span class="span_link">View Full Size</span>
</span>

We expect

<span id="view_full_size">
	<img src="http://www.domain.com/img/p/113/113-large_default.jpg" title="Product Name" alt="Product Name" id="bigpic" width="264" height="264">
        <span class="span_link">View Full Size</span>
</span>

Prestashop adding slashes between first product id like; /1/1/3/113-large_default.jpg 

 

How can we solve this?

Thanks In Advance.

Edited by HddnTHA (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...