![]() |
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: |
Re: Show thumbnails in wishlist pages
anyone?
|
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...
|
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.... |
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 |
Re: Show thumbnails in wishlist pages
nevermind this makes the products show as that size as well!
|
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.