Product Option Variant Thumbnail Size

Where can I find the Product Option Variant Thumbnail Size in the CSS…??



ty-product-options__image



currently set at 50/50



Been looking every where… Cannot find it…



Responsive Theme…

Hi



this is not a css thing



You need to edit the file templates/views/products/components/product_options.tpl in your active skin (you can do it via Fiel editor in design Menu) in this part (line 114)


{include file="common/image.tpl" class="$_class ty-product-options__image" images=$var.image_pair image_width="50" image_height="50" obj_id="variant_image_`$obj_prefix``$id`_`$po.option_id`_`$var.variant_id`" image_onclick="fn_set_option_value('`$obj_prefix``$id`', '`$po.option_id`', '`$var.variant_id`'); void(0);"}



change 50 with what you need . Clean cache.



Fotis

Thank You Fotis…



Explains why I spent the last 2 hours looking for it and couldn't find it…

I have the same problem in v4.0.3. Where can I find this rule?

Because in that template, i cannot find this rule

Is there another template to be modified for version 4.0.3?

I have the same problem in v4.0.3. Where can I find this rule?

Because in that template, i cannot find this rule

Is there another template to be modified for version 4.0.3?

Please use the following path:

design/themes/YOUR_THEME/templates/views/products/components/product_options.tpl

{include file="common/image.tpl" class="hand $_class object-image" images=$var.image_pair image_width="50" image_height="50" obj_id="variant_image_`$obj_prefix``$id`_`$po.option_id`_`$var.variant_id`" image_onclick="fn_set_option_value('`$obj_prefix``$id`', '`$po.option_id`', '`$var.variant_id`'); void(0);"}

I've done this and have the width and height at 180px, but still the tumbnail has a size of 52px x 52px.

please take a look here: http://www.deboekenfabriek.hetpunt.be/test.html

Please clear cache

done that, several times on different computers, no result :-(

thumbs are still 52px x 52px

done that, several times on different computers, no result :-(

thumbs are still 52px x 52px

Try to delete var/cache directory from the file manager in the control panel on your server

Done this also, without succes. :-(

Done this also, without succes. :-(

Make sure that you edit active theme

we only have one theme: basic

we only have one theme: basic

It is very strange. Please PM me temporary FTP access

The product_options.tpl template was overrided by 3rd party module. It caused the issue

Special thanks to EcomLabs who solved the problem for us !!!

You are welcome!