Forum Forum Prestashop Theme SNS Senia – Responsive Prestashop Theme Forgot the tax on total template order-payment.tpl

  • Author
    Posts
  • #10047

    sidnetworks
    Participant

    Hello , you forgot about payment.tpl order- as is the case properly on shopping- cart.tpl the following lines of code , resulting in a total price error that there are taxes :

    ` {if $use_taxes}
    <td colspan=”2″ class=”price” id=”total_price_container”>
    <span id=”total_price”>{displayPrice price=$total_price}</span>
    </td>
    {else}
    <td colspan=”2″ class=”price” id=”total_price_container”>
    <span id=”total_price”>{displayPrice price=$total_price_without_tax}</span>
    </td>
    {/if}

    Good day

You must be logged in to reply to this topic. Click here to login or register