Jump to content

How to disable prestashop attribute image change ?


Recommended Posts

Thank you for the solution but i have few attributes for every product and to change them manually is very time-consuming.

 

I found old forum post about this here http://www.prestasho...e-how-turn-off/

 

I changed following code but it's not responding ,maybe because i use newer version of prestashop 1.5.4.1 ,is there any way to completely disable it?

 

function refreshProductImages(id_product_attribute)

{

return;

......

[/code]

 

Edited

 

Fixed it ,it was easy,I just change the code hide to show .

 

{

$('#thumbs_list_frame').scrollTo('li:eq(0)', 700, {axis:'x'});

$('#thumbs_list li').show();

id_product_attribute = parseInt(id_product_attribute);

Edited by thranga (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...