Can anyone tell me how to change the thumbnail size in compact list view from the default 40px? It is obviously automatically generated from the detailed image but I would like to make it a bit bigger.
Thanks.
You should change the “image_width” parameter in this line of the code:
{include file="common_templates/image.tpl" image_width="40" images=$product.main_pair object_type="product" obj_id=$obj_id show_thumbnail="Y"}
in the “compact_list.tpl” file located in the “skins/YOUR_SKIN_NAME/customer/blocks/list_templates” directory of your CS-Cart
Thank you very much for the info. That worked beautifully.