{* $Id: wishlist.tpl,v 1.13.2.1 2003/01/20 12:57:59 svowl Exp $ *} {include file="location.tpl" last_location=$lng.lbl_wish_list} {if $smarty.get.send2friend ne ""} {include file="modules/Wishlist/send2friend_message.tpl" message=$smarty.get.send2friend} {/if} {capture name=dialog}

{if $wl_products ne ""} {section name=product loop=$wl_products} {/section}
{include file="product_thumbnail.tpl" productid=$wl_products[product].productid image_x=$wl_products[product].image_x image_y=$wl_products[product].image_y product=$wl_products[product].product}  {$wl_products[product].product|escape}
{$wl_products[product].descr|truncate:150:"...":true}

{include file="currency.tpl" value=$wl_products[product].price} x {$wl_products[product].amount} = {math equation="price*amount" price=$wl_products[product].price amount=$wl_products[product].amount format="%.2f" assign=unformatted}{include file="currency.tpl" value=$unformatted}{if $config.General.use_vat eq "Y"}, {$lng.lbl_including_vat} {$wl_products[product].vat}%{/if}

{include file="buttons/details.tpl"}      {include file="buttons/delete_item.tpl"}

{$lng.lbl_send_to_friend}  {include file="buttons/go.tpl"}

{include file="buttons/clear_wish_list.tpl"} {else} {$lng.lbl_wl_empty} {/if} {/capture} {include file="dialog.tpl" title=$lng.lbl_wish_list content=$smarty.capture.dialog extra="width=100%"}