{include file="templates/emails/elements/top_text.html"}
{include file="templates/emails/product_updates_body_text.html"}
{section name=product loop=$products}
------------------------------------
{$products[product].title}
{$msg.product.product_id}: {$products[product].product_id}
{if $products[product].call_for_price == "Yes"}
{$msg.product.call_for_price}
{else}
{$products[product].price|price}
{/if}
{$products[product].url}
{/section}
Use this link to unsubscribe {$GlobalHttpUrl}/index.php?p=unsubscribe
{include file="templates/emails/elements/bottom_text.html"}