{if $free_products} {assign var="free_total" value="0"} {$msg.product.special_offer}
Purchase {$product.gift_quantity} {$product.title|htmlspecialchars}(s) and get :
 
{foreach from=$free_products item=free_product}
  • {$free_product.free_product_quantity} {$free_product.title|htmlspecialchars} for FREE!!!

  • {assign var="free_total" value=$free_total+$free_product.free_product_quantity*$free_product.price} {/foreach}  
    A {$free_total|price} VALUE!! {/if}