Weird one, I set the width to 120 in General settings but one thumbnail is still showing at the default 70.
Images on Featured Products, Category List, and Search results show fine at 120 wide, but in the product detail page it still displays at 70.
The templates that reference the thumbnails haven't been touched.
Has anyone else solved this?
X-cart 3.5.7
product.tpl
Code:
{include file="product_thumbnail.tpl" productid=$product.productid image_x=$product.image_x image_y=$product.image_y product=$product.product tmbn_url=$product.tmbn_url}
products.tpl
Code:
<a href=product.php?productid={$products[product].productid}&cat={$cat}&page={$navigation_page}>{include file="product_thumbnail.tpl" productid=$products[product].productid image_x=$config.Appearance.thumbnail_width product=$products[product].product tmbn_url=$products[product].tmbn_url}
{$lng.lbl_see_details}</a>