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}
{button class="button-register" text=$msg.buttons.buttonUpdate file=$smarty.template}