| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Shrink images on view cart page | |||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||||
|
|||||||||
![]() Hi could someone help me with shrinking the images on the view cart page only, without it affecting images size else were
Many thanks for any help
__________________
-------------- V4.6.1 xcartmods - Reboot Template X-cart - X-PDF Altered Cart - Checkout one |
|||||||||
#2
|
|||||||||
|
|||||||||
![]() Edit the template and change image_x, image_y where it calls the image template
__________________
Steve Stoyanov CFLSystems.com Web Development |
|||||||||
#3
|
|||||||
|
|||||||
![]() Another one of those things that should be a setting in the admin.
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#4
|
|||||||||
|
|||||||||
![]() 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 |
|||||||||
#5
|
|||||||
|
|||||||
![]() He didn't mean that template - he meant cart.tpl. You can't change product_thumbnail.tpl as that is EVERY image.
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#6
|
|||||||||
|
|||||||||
![]() Yes I meant the template that calls product_thumbnail.tpl (thanks balinor). It passes widht and height of the image to product_thumbnail.tpl
__________________
Steve Stoyanov CFLSystems.com Web Development |
|||||||||
#7
|
|||||||||
|
|||||||||
![]() Thanks guys done the trick
__________________
-------------- V4.6.1 xcartmods - Reboot Template X-cart - X-PDF Altered Cart - Checkout one |
|||||||||
|
|||
X-Cart forums © 2001-2020
|