jasb Posted January 26, 2010 Share Posted January 26, 2010 Howdy,I don't know if this has been covered already or not, but sorry if so.All the products appear with their VAT that has been defined for each it, but I want to make it show without VAT, when i click a category/subcategory, when the product list shows, show just the nominal price without VAT.But then I select a product to the chest, I want that the price appears with VAT, or make the product appear without VAT and an extra line with the VAT value.ex:product a:3.00€ Product0.60€ VAT3.60€ TotalIs there any options for this on the backoffice, or could this be made by code, if yes where and how?Sorry but I don't know the PrestaShop sctructure, I won't be able to dig and find the right lines to change.Thanks in advanced :-)Jorge Bastos, Link to comment Share on other sites More sharing options...
jasb Posted January 26, 2010 Author Share Posted January 26, 2010 Forgot to say,This could some useful thing that many people will love and use, I'm sure :-) Link to comment Share on other sites More sharing options...
jasb Posted January 30, 2010 Author Share Posted January 30, 2010 People,Anyone?I've been searching in the code but nothing! Link to comment Share on other sites More sharing options...
rocky Posted January 31, 2010 Share Posted January 31, 2010 Go to Preferences > Products (in v1.2.5) or Customers > Groups > Default (in v1.3) and change "Price display" to "Tax excluded" to display prices without VAT everywhere. You can then modify the code in product.tpl to override this setting and display both price with and without tax. Add the following to the top of product.tpl in your theme's directory: {assign var='priceDisplay' value='2'} then the following at the bottom of product.tpl to change it back for the cart module: {assign var='priceDisplay' value='0'} Link to comment Share on other sites More sharing options...
harleybill Posted January 31, 2010 Share Posted January 31, 2010 jasb,tomerg3 has a mod called "Tax on a separate line" .I think it will do what you are wanting.Prestashop Thread: http://www.prestashop.com/forums/viewthread/27951/or goto http://www.presto-changeo.comHarleybill :coolsmile: Link to comment Share on other sites More sharing options...
jasb Posted January 31, 2010 Author Share Posted January 31, 2010 Rocky & Harlley,Thank you both :-) Link to comment Share on other sites More sharing options...
Recommended Posts