{default_translation_domain domain='fo.default'} {loop type="product" name="add_product_to_cart" id={product attr="id"}}
{intl l="The product has been added to your cart" } |
||
|
{loop name="product_thumbnail" type="image" product=$ID width="218" height="146" resize_mode="borders" limit="1"}
|
{$TITLE}{loop type="attribute_combination" name="product_options" product_sale_elements="{$smarty.get.pse_id}"}{$ATTRIBUTE_TITLE} : {$ATTRIBUTE_AVAILABILITY_TITLE} {/loop} |
{if $IS_PROMO == 1}
{assign "real_price" $TAXED_PROMO_PRICE}
{$TAXED_PROMO_PRICE} {currency attr="symbol"}
{$TAXED_PRICE} {currency attr="symbol"}
{else}
{assign "real_price" $TAXED_PRICE}
{$TAXED_PRICE} {currency attr="symbol"}
{/if}
|