View Single Post
  #4  
Old 10-13-2010, 10:50 AM
  a1deano's Avatar 
a1deano a1deano is offline
 

X-Adept
  
Join Date: Oct 2004
Posts: 745
 

Default Re: Shrink images on view cart page

i agree it should be a standard setting in admin, make life just a little easier.

I altered /common_files/product_thumbnail.tpl
this code -

{if $image_x ne 0} width="{$image_x}"{/if}
{if $image_y ne 0} height="{$image_y}"{/if} alt="{$product|escape}" />

to this -

{if $image_x ne 0} width="100px"{/if}
{if $image_y ne 0} height="100px"{/if} alt="{$product|escape}" />

But it also changed the main image size as well
__________________
--------------
V4.6.1
xcartmods - Reboot Template

X-cart - X-PDF

Altered Cart - Checkout one
Reply With Quote