{**$categories|@var_dump**} {literal} {/literal} {if empty($category_level)} {assign var="category_level" value=1} {else} {math equation="x + 1" x=$category_level assign="category_level"} {/if}

{*$msg.account.my_equipment*}ITEM FOUND Alerts

{if $user_errors}
{$msg.shipping.address_error}
    {foreach from=$user_errors item="user_error"}
  • {$user_error}
  • {/foreach}
{/if}
{*include file="templates/pages/account/elements/element-user-tools.html"*}

Welcome to your Item Found Alerts page!

Select the categories for which you would like to be notified when an item becomes available for sale. Choose notification methods and click Update. Change your selection at anytime

{assign var="count" value=1} {foreach from=$categories item="category"} {if $category.parent == 1} {if $count%3 ==0} {/if} {assign var="count" value=$count+1} {/if} {/foreach}   
   {$category.name|htmlspecialchars}

{if $notify_email==No && $notify_sms==No}
To receive Notice, you must select one or both options below
{/if}
     Notify Me By Email
     Notify Me By SMS - Text(to your cell phone)
{button class="button-register" text=$msg.buttons.buttonUpdate file=$smarty.template}  
{include file="templates/pages/account/elements/element-user-tools.html"}