{include_php file="left.php"}
 
{$section_heading}
 
{if $str_err}
{$str_err}
{/if}
 
{foreach key=key item=item from=$arr_counter} {if $smarty.cookies.currency_id != 1} {/if} {/foreach}
Pay through {$arr_gateway_name[$key]}
Total order amount to be paid in {$currency_name} is {$order_grand_total_converted}
Total order amount to be paid in US Dollars is ${$order_grand_total}
{$arr_button_code[$key]}
 
 
{include_php file="right.php"}