sscardefield Posted April 1, 2013 Share Posted April 1, 2013 PrestaShop 1.5.3 On the first page (Summary) of the checkout process it shows the appropriate taxes. But then on the final page (Payment) it has the taxes in the total amount due, but it doesn't show them. This was noted (and fixed) in the following file: https://github.com/P...der-payment.tpl I downloaded this order-payment.tpl file and swapped it out with the current one in /themes/mycurrenttheme. I did that with Force compilation on and off, but it doesn't make a difference. It still doesn't show the taxes on the Payment page. Am I missing something? Link to comment Share on other sites More sharing options...
Whispar1 Posted April 1, 2013 Share Posted April 1, 2013 (edited) If you are not using the default theme, make sure you are editing the tpl for your theme. I had the same issue and do not have the default theme. I added the additional lines of code from the link you posted and it now displays properly. Here it shows the code that needs to be added to the tpl for your theme rather than pasting the whole code because your theme may have a different order-payment.tpl file (as was the case with mine). https://github.com/P...86c56044c346be3 Edited April 1, 2013 by Whispar1 (see edit history) Link to comment Share on other sites More sharing options...
sscardefield Posted April 1, 2013 Author Share Posted April 1, 2013 Holy crap, you just solved like 3 or 4 issues I'm having. I used a theme creator for my site, it uses weird random generated theme names each time you modify the theme and I never took the time to use appropriate names or clean up the old thems. So long story short, I thought I was modifying my current theme when actually I wasn't. Thanks. Link to comment Share on other sites More sharing options...
Whispar1 Posted April 1, 2013 Share Posted April 1, 2013 Only one issue solved per problem - the other three are $10/each =) No problem - glad it is working. 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