Quote:
Ok - The Regen tool did not affect the size of the image(s) on the checkout page - will take a look at the code when I can (maybe tomorrow).
|
In skin/reboot/customer/main/cart.tpl you can replace...
Code:
{include file="product_thumbnail.tpl" productid=$product.productid product=$product.product tmbn_url=$product.tmbn_url}
With, eg...
Code:
{include file="product_thumbnail.tpl" productid=$product.productid product=$product.product tmbn_url=$product.tmbn_url image_x=$product.tmbn_x}