View Single Post
  #934  
Old 04-29-2015, 09:36 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart - reBOOT - Responsive Template

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}
__________________
xcartmods.co.uk
Reply With Quote