Jump to content

Edit History

ptityop

ptityop

anyone has any idea as why this is happening, i am stuck .... Is there anything wrong in the below code ?

 

<td>{l s='TVA Livraison:' pdf='true'}{assign var=has_line value=false}<br />{foreach $tax_breakdowns as $label => $bd}{assign var=label_printed value=false}
                     {foreach $bd as $line}
                     {if $line.rate == 0}
                     {continue}
                     {/if}
                     {assign var=has_line value=true}
                     {if isset($is_order_slip) && $is_order_slip}- {/if}
                     {if $label == 'shipping_tax'}
                     {displayPrice currency=$order->id_currency price=$line.total_amount}
                     {/if}
                     {/foreach}
                     {/foreach}
                  </td>

 

ptityop

ptityop

anyone has any idea as why this is happening ?

×
×
  • Create New...