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)
-   -   Show thumbnails in wishlist pages (https://forum.x-cart.com/showthread.php?t=33988)

sakeena 09-17-2007 05:25 AM

Show thumbnails in wishlist pages
 
How do I show thumbnail images in wish list pages instead of full size? I know I have to edit the template but dont know exactly what it is i need to do

Thanks:mrgreen:

sakeena 09-18-2007 06:30 AM

Re: Show thumbnails in wishlist pages
 
anyone?

miami.mom 11-20-2007 03:01 PM

Re: Show thumbnails in wishlist pages
 
sakeena - did you ever figure this out? I'm perplexed as well. I'm in /modules/Wishlist/wl_products.tpl, but from what I can see, it looks like the code is referencing the thumbnail... Then again, my smarty code skills are pretty bad...

sakeena 11-20-2007 04:16 PM

Re: Show thumbnails in wishlist pages
 
i honestly have no clue at what im looking at when i view the templates
was hoping someone who knows what they are doing would have written back by now....

sakeena 11-20-2007 04:33 PM

Re: Show thumbnails in wishlist pages
 
ok im not sure if this was the best way to fix but i figured out something
in product_thumbnail.tpl
replace
Code:

width="{$image_x}"{/if}{if $image_y ne 0} height="{$image_y}"

with
Code:

width="50"{/if}{if $image_y ne 0} height="50"

using whatever size you need instead of 50

sakeena 12-08-2007 05:18 AM

Re: Show thumbnails in wishlist pages
 
nevermind this makes the products show as that size as well!

SystemSkins 12-08-2007 07:59 AM

Re: Show thumbnails in wishlist pages
 
I'm no genius, but try this:
Code:

{include file="product_thumbnail.tpl" productid=$product.productid}

This is what I have in my invoices, it may work for what you are doing as well. If not, then I have no clue.

put it in the wl_products.tpl

The size of the thumbnails will be the size you designated in the admin area.


All times are GMT -8. The time now is 06:45 PM.

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