Hello,
how do you change the size of the thumbnails on product page? It seems by default its 70x70px and dont see it in settings of cs-cart.
CS-Cart v4.3
Hello,
how do you change the size of the thumbnails on product page? It seems by default its 70x70px and dont see it in settings of cs-cart.
CS-Cart v4.3
Not sure that thumbnails do you mean, but try to open the following file
design/themes/YOUR_THEME/templates/views/products/components/product_images.tpl
and change default value in the following line of code:
{assign var="th_size" value=$thumbnails_size|default:35}
That's exactly what I meant, thanks a lot!
That's exactly what I meant, thanks a lot!
You are welcome!