Your Image Size Setting On Bigpicture_Template.tpl, Version 4.3.1

Hello,



I really liked the new template - bigpicture_template.tpl for the product page.

There are CS-Cart 4.3.1



I saw that my settings (from Admin Panel) for a big picture does not work!

Settings defined on page administrator - ?dispatch=settings.manage§ion_id=Thumbnails



I want to share how to resolve this issue.



Open bigpicture_template.tpl

In directory:

/var/www/vhosts/websiteskin.com/html/design/themes/responsive/templates/blocks/product_templates



Replace string:

{include file="views/products/components/product_images.tpl" product=$product show_detailed_link="Y" image_width=420 image_height=390 thumbnails_size=55}



To the string:

{include file="views/products/components/product_images.tpl" product=$product show_detailed_link="Y" image_width=$settings.Thumbnails.product_details_thumbnail_width image_height=$settings.Thumbnails.product_details_thumbnail_height thumbnails_size=55}



Now my settings for the icons work !



And do not forget to clear the cache for the changes to work.



Thanks.