incorrect size picture thumbnails on product details.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
Source revision 2132 on current source code, execute the following on sql server to ensure pics are displayed on details page ( > 1 picture ) instead of original size:

  insert into setting ( Name, Value )
  values ('mediasettings.ProductThumbPictureSizeOnProductDetailsPage', 70 );


This probably needs to be added to the upgrade script ?

Regards.
12 years ago
But what exactly is wrong? It should be 70
12 years ago
The name-value pair is missing from the database.
12 years ago
What name-value pair? Please clarify what is wrong
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.