X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   thumbnails in cart pages (https://forum.x-cart.com/showthread.php?t=30786)

sakeena 04-28-2007 05:23 AM

thumbnails in cart pages
 
how do i show the thumbnails in the shopping cart pages and check out pages instead of the full sized version

sorry didnt know where to post this so put in another section at first

balinor 04-28-2007 05:31 AM

Re: thumbnails in cart pages
 
You can edit the size of your thumbnails in customer/main/cart.tpl

I have deleted your second post on this topic.

sakeena 04-28-2007 05:44 AM

Re: thumbnails in cart pages
 
HI
thanks can you tell me exactly what to change or replace, its hard for me to understand just started working with the cart
i dont want to adjust the sizing per say but what it to display the thumbnails instead of the product picture

balinor 04-28-2007 05:50 AM

Re: thumbnails in cart pages
 
Ok, first I need to know your exact version (i.e. 4.1.6). You can find this in your 'Summary' area of your admin. Post that in your signature and I'll fix you up :)

sakeena 04-28-2007 04:14 PM

Re: thumbnails in cart pages
 
4.1.6
signature is fixed
thanks!

balinor 04-29-2007 03:49 AM

Re: thumbnails in cart pages
 
Ok, in your version, the code for the thumbnail is this:

{include file="product_thumbnail.tpl" productid=$imageid image_x=$config.Appearance.thumbnail_width product=$products[product].product tmbn_url=$products[product].pimage_url type=$products[product].is_pimage}

If you want to change the size, just replace this:

image_x=$config.Appearance.thumbnail_width

with

image_x=50

Replace 50 with the size you want for the width.

vtonya 04-29-2007 12:01 PM

Re: thumbnails in cart pages
 
Quote:

Originally Posted by balinor
Ok, in your version, the code for the thumbnail is this:

{include file="product_thumbnail.tpl" productid=$imageid image_x=$config.Appearance.thumbnail_width product=$products[product].product tmbn_url=$products[product].pimage_url type=$products[product].is_pimage}

If you want to change the size, just replace this:

image_x=$config.Appearance.thumbnail_width

with

image_x=50

Replace 50 with the size you want for the width.


Doesn't work with 4.1.7 version :(

Any Ideas?

NightFire 04-29-2007 01:17 PM

Re: thumbnails in cart pages
 
Don't know if this works. But try the following:

Code:

{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 class="NoBorder" alt=$products[product].product|escape}

vtonya 04-29-2007 01:44 PM

Re: thumbnails in cart pages
 
Thank you, but it doesnt work :(

balinor 04-29-2007 01:46 PM

Re: thumbnails in cart pages
 
What didn't work about the code I posted?


All times are GMT -8. The time now is 03:09 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.