Miguel86 Posted November 23, 2014 Share Posted November 23, 2014 Hi: I'm using Prestashop 1.6.0.9 I want to display the total TAX that will be applied to the user in the cart, in the same way as is displayed the amount that will be charged for the shipment, etc The tax is displayed in the cart, but not in the block of the shopping cart. For the Visitor, Guest and Customer group i selected the visualization mode of Tax excluded. Under Localization => Taxes i enabled to display the taxes in the shopping cart, and selected based on shipping address. However only a text message shows that the displayed value is without tax, but i want to show to the user the amount of that that will be charged. I have seen the block code and has this: {if $show_tax && isset($tax_cost)} <div class="cart-prices-line"> <span class="price cart_block_tax_cost ajax_cart_tax_cost">{$tax_cost}</span> <span>{l s='Tax' mod='blockcart'}</span> </div> {/if} What i need to configure more? Thanks in advance. Link to comment Share on other sites More sharing options...
Miguel86 Posted November 23, 2014 Author Share Posted November 23, 2014 I think i found the problem. If i set to the group the option: Tax included Tha cart shows the products with the tax included and after at the bottom the total amount of tax. The problem is that i want to display product price without tax and the total amount at the bottom (like is done in the cart), i don't know why both systems work in a different way. In my opinion both systems should display the information in the same way, but seems that not. If anyone knows how to configure it how i want please let me know. Link to comment Share on other sites More sharing options...
webbyz Posted June 28, 2016 Share Posted June 28, 2016 I HAVE the same issue i want to show price without tax and tax should appear in a line but the tax are not calculated did you find a solutionZ? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now