Jump to content

ps 1.7.4.2 adding line total with tax in shopping cart


ps2k11

Recommended Posts

I'm trying to add a line in cart just before proceed to checkout

wanted to add a line total taxes included

changed themes/...../templates/checkout/_partials/cart-summary-totals.tpl

<span class="value">{$currency.iso_code}{$currency.sign}{$cart.totals.total.amount+$cart.subtotals.tax.amount}</span>

line does not appear even after clear cache, recompile

any idea ?

 

Link to comment
Share on other sites

  • 1 year later...
  • 10 months later...

to late but maybe that help some one total with tax into modal cart 

  <p><strong>{$cart.totals.total_including_tax.label}</strong>&nbsp;
              {$cart.totals.total_including_tax.value}
             </p>

 

prestashop 1.7

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...