Quote:
Originally Posted by fropirate
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"
|
pls explain bit new to all?