etrfl Posted April 7, 2012 Share Posted April 7, 2012 This is a dirty method but it works. The only thing that is a little wonky is the right borders for the two new added lines to the table. No matter what I do I can't make them dark. EDIT: The file you are working on is prestashop_new/shopping-cart.tpl 1. Remove comment html comment tags on line 86 and 103. It is an if block to display the <tr> for $total_products <- This will give a line for total products 2. Move the end comment tag from line 179 to line 175. This will free-up the <tr> for $total_tax <- This will give your total tax line 3. Comment out line 750 .cart_total_tax {display:none} in prestashop_new global.css. This will allow you to see your newly added tax line. 5 Link to comment Share on other sites More sharing options...
shyine19 Posted May 6, 2012 Share Posted May 6, 2012 Can you please tell me where I can find this file in my FHP? I REALLY need this problem fixed as well. Using the newest version of Prestashop. THANK YOU SO MUCH!!! Link to comment Share on other sites More sharing options...
imagesgroup Posted May 21, 2012 Share Posted May 21, 2012 This is a dirty method but it works. The only thing that is a little wonky is the right borders for the two new added lines to the table. No matter what I do I can't make them dark. EDIT: The file you are working on is prestashop_new/shopping-cart.tpl 1. Remove comment html comment tags on line 86 and 103. It is an if block to display the <tr> for $total_products <- This will give a line for total products 2. Move the end comment tag from line 179 to line 175. This will free-up the <tr> for $total_tax <- This will give your total tax line 3. Comment out line 750 .cart_total_tax {display:none} in prestashop_new global.css. This will allow you to see your newly added tax line. Thanks for posting the solution here. I was pulling my hair out trawling through the back office looking for the solution. Link to comment Share on other sites More sharing options...
etrfl Posted May 21, 2012 Author Share Posted May 21, 2012 You're welcome! Link to comment Share on other sites More sharing options...
Flaunt Posted June 5, 2012 Share Posted June 5, 2012 The only thing that is a little wonky is the right borders for the two new added lines to the table. No matter what I do I can't make them dark. Add these two separate lines to the global.css. Anywhere around line 850 will do: #total_product.price {border-right:none} #total_tax.price {border-right:none} Work great for me 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