SpyrosT Posted July 16, 2010 Share Posted July 16, 2010 I need this to be just under the final price.See the attached photos.Tnx Link to comment Share on other sites More sharing options...
rocky Posted August 9, 2010 Share Posted August 9, 2010 Try changing line 18 of product-list.tpl (in PrestaShop v1.3.1) from: {if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if} to: {convertPrice price=$product.price} {convertPrice price=$product.price_tax_exc} {l s='+ VAT'} {convertPrice price=$product.price-$product.price_tax_exc} Link to comment Share on other sites More sharing options...
SpyrosT Posted August 10, 2010 Author Share Posted August 10, 2010 Hey Rocky,I have done it for the product page only. It was a little different for my version, but based on your idea and aftera few tries it worked.the code was {if !$priceDisplay || $priceDisplay == 2} {convertPrice price=$product->getPrice(true, $smarty.const.NULL)} {l s='tax incl.'} and I have changed it to {if !$priceDisplay || $priceDisplay == 2} {convertPrice price=$product->getPrice(true, $smarty.const.NULL)} {l s='tax incl.'} ({convertPrice price=$product->getPrice(false, $smarty.const.NULL)} {l s='+ VAT)'} {/if} And I did a few changes for the "pretaxe_price" in the global.css to be default color, smaller size. Link to comment Share on other sites More sharing options...
dj5am Posted August 10, 2010 Share Posted August 10, 2010 Hiim having a similar problem.The price displayed on product changes when added to cart.ive disabled VAT and TAX.It only happens on products that i've added attributes to.e.g. it displays price as £44 on product, but when added to cart, its says £55?please helpthanks[email protected] Link to comment Share on other sites More sharing options...
SpyrosT Posted August 10, 2010 Author Share Posted August 10, 2010 Hi dj5am,Your issue is different than mine. In fact, mine wasn't an issue at all. I just wanted toadd an extra line to show the pre-tax price. Link to comment Share on other sites More sharing options...
dj5am Posted August 11, 2010 Share Posted August 11, 2010 can someone please help me with my price/attributes problem?for example:http://caramel-cycles.prestabox.com/wheels/57-metallic-grey-espresso-wheels-with-black-spokes.htmlthe price of product is £45,and when added to cart it becomes £55but i have disabled tax, and this problem only occurs with the products that have attributes Link to comment Share on other sites More sharing options...
rocky Posted August 11, 2010 Share Posted August 11, 2010 There's a Javascript error on your page: Message: Invalid argument. Line: 309 Char: 2 Code: 0 URI: http://caramel-cycles.prestabox.com/themes/prestashop_old/js/product.js I can't be sure, but I think this may be caused by using a PrestaShop v1.2.5 theme with PrestaShop v1.3. I noticed that the name of your theme is prestashop_old. Is there a prestashop theme based on the PrestaShop v1.3 theme you can switch to on the Preferences > Appearance tab? Link to comment Share on other sites More sharing options...
dj5am Posted August 11, 2010 Share Posted August 11, 2010 :-) problem SOLVEDbig thanks rocky, saved my bacon! 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