<{if $get.out_of_stock_signup}>

Tak for det - du hører fra os!

<{elseif $for_variants}> <{section name="j" loop=$attr}> <{if $attr[j]->getIsVariant() && $attr[j]->getDataType() == "valuelist"}> <{assign var="values" value=$attr[j]->getValues()}> <{section name="k" loop=$values}> <{if !$product->getInStock($attr[j]->getAttributeId(), $values[k]->getAttributeValueId())}>

<{t product=$product->getName()|escape var_name=$attr[j]->getName()|lower|escape var_val=$values[k]->getVal()|lower|escape}> Modtag besked når {product} ({var_name} {var_val}) kommer på lager igen: <{/t}>

<{/if}> <{/section}> <{/if}> <{/section}> <{else}>

Modtag besked når <{$product->getName()|escape}> kommer på lager igen:

<{/if}>