{**$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.

{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}   
  

{*if $notify_email==No && $notify_sms==No}
To receive Notice, you must select one or both options below
{/if*} {if $notify_email==No && $notify_sms==No && $msgsucc != ''}
To receive Notice, you must select one or both options below
{/if}
Select how you'd like to be notified and click Update.

     
     
{*button class="button-register" text=$msg.buttons.buttonUpdate file=$smarty.template*}  
{include file="templates/pages/account/elements/element-user-tools.html"}