{include file="phoenix/system/_header.html"} {include file="phoenix/system/_breadcrumbs.html"} {if $message} {foreach $message as $info} {include file="phoenix/system/_message.html"} {/foreach} {/if}

{$lang.heading_title}

{if $wishlist}
{if $mySystem.sed} {/if}
{section name=i loop=$wishlist} {/section}
{$lang.table_heading_products} {$lang.table_heading_price} {$lang.table_heading_quantity} {$lang.table_heading_remove}
{product_image dir=small image=$wishlist[i].products_image alt=$wishlist[i].products_name class="mr-3"}
{$wishlist[i].products_name|truncate:18:"":true|close_tags}
{$wishlist[i].products_short_description|truncate:120:" [...]":false|close_tags} {$wishlist[i].attributes_print}
{if $myUser.show_price eq 1 } {if (!empty($wishlist[i].special_price))} {$wishlist[i].product_price}
{$wishlist[i].product_special_price} {else} {$wishlist[i].product_price} {/if} {if $wishlist[i].products_base_price != 1} {$wishlist[i].product_quantity} {$products_units[$wishlist[i].product_units]} ({$wishlist[i].base_product_price}/{$products_units[$wishlist[i].products_base_unit]})
{/if} {/if}
{$wishlist[i].attributes_hidden} {if $myUser.show_price eq 1 } {/if}
{else}

{$lang.text_cart_empty}

{$lang.text_cart_empty_help}

{$lang.button_start_shopping}
{/if} {$pangv}
{$pagination}
{if $smarty.const.NEWSLETTER eq 'true'} {include file="phoenix/system/_newsletter.html"} {/if} {include file="phoenix/system/_footer.html"}