Wish List
Below is the wish list for {$fname|htmlspecialchars} {$lname|htmlspecialchars} at {$CompanyName|htmlspecialchars}
{$msg.wishlist.productList}
{$msg.wishlist.price}
{assign var="productCount" value=0} {assign var="rowStyle" value="CatalogItemDark"} {foreach from=$wishlist.wishlist_products item="product"} {if $rowStyle == "CatalogItemLight"} {assign var="rowStyle" value="CatalogItemDark"} {else} {assign var="rowStyle" value="CatalogItemLight"} {/if}
{if $product.thumb}
{else} {assign var="imageId" value="image-no-image-small"} {if $designImages.$imageId}
{else} {$msg.images.imageNoImageSmall|htmlspecialchars} {/if} {/if}
{$product.title}
{if $product.attributes}
{$product.attributes}{/if}
{$product.price|price}
{assign var="productCount" value=$productCount+1} {/foreach}
This list was created at {$CompanyName}.
{$msg.email.click_to_visit_us}