![]() |
Re: thumbnails in cart pages
Quote:
Thumbs pics of products aren't available, it shows " No image available", but all the products have images! |
Re: thumbnails in cart pages
balinor left out the $imageid var assignment
Code:
{if $products[product].is_pimage eq 'W' }{assign var="imageid" value=$products[product].variantid}{else}{assign var="imageid" value=$products[product].productid}{/if} ...by the way, doesnt the cart have this be default? |
Re: thumbnails in cart pages
vtonya, was it working before you replaced the code?
inebriate, that code you just posted isn't part of the change necessary here, so I didn't post it. |
Re: thumbnails in cart pages
Guys, thank you!
inebriate has helped me providing this code: Quote:
|
Re: thumbnails in cart pages
can anyone give me the code to make this work on 4.1.7? i can resize the image but can't seem to make the product thumbnails instead of the product images show.
i use different images for thumbnails and products. it would really help just to show the thumbnail on checkout. thanks! |
Re: thumbnails in cart pages
Does anyone know how to make this work with v4.1.9?
I also need to use thumbnails in checkout, shoping cart, and wishlist, instead of the full size images. Thank you. |
Re: thumbnails in cart pages
Hi,
I'm interested in getting this to work on 4.1.10 if anyone is willing to help. I'm sick of lookign at jaggy images in the cart, and I'm not sure I want to buy the dynamic image generation mod. Thanks! |
Re: thumbnails in cart pages
Hi everyone,
I was able to make thumbnails instead of full sized images display in the cart so they aren't jaggy. It was really easy actually. in /customer/main/cart.tpl find: Code:
{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} and repalce with: Code:
{include file="product_thumbnail.tpl" productid=$imageid image_x=$config.Appearance.thumbnail_width product=$products[product].product tmbn_url=$products[product].timage_url type=$products[product].is_timage} all i had to do was replace the two "pimage" with "timage" |
Re: thumbnails in cart pages
Nice one :)
|
Re: thumbnails in cart pages
Ooooh this did the trick for me in 4.1.11 balinor. Thanks heaps Mate!!
|
All times are GMT -8. The time now is 09:04 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.