HddnTHA Posted July 25, 2014 Share Posted July 25, 2014 (edited) 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 July 25, 2014 by HddnTHA (see edit history) Link to comment Share on other sites More sharing options...
HddnTHA Posted July 27, 2014 Author Share Posted July 27, 2014 Well, is there anybody to help, or recently has had some kind of issue? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now