reflectiveoffice Posted September 26, 2013 Share Posted September 26, 2013 Hi, Does anyone know if it's possible to display a price ex. Tax and inc. Tax on products? For instance: £159.00 ex. VAT £190.80 inc. VAT I want to be able to display it throughout my site including product pages: eg: http://www.reflectiveoffice.co.uk/project-range/600mm-straight-desk.html And also on category pages: http://www.reflectiveoffice.co.uk/office-furniture Many thanks in advance Richard Link to comment Share on other sites More sharing options...
bellini13 Posted September 27, 2013 Share Posted September 27, 2013 This does assume that the customer has already registered and provided an address. Otherwise how would you know what tax rate to show? Link to comment Share on other sites More sharing options...
reflectiveoffice Posted September 27, 2013 Author Share Posted September 27, 2013 We only have a UK tax rate set. It shouldn't matter which tax rate is shown - I just want to know if it can be shown ex. and inc. Link to comment Share on other sites More sharing options...
bellini13 Posted September 27, 2013 Share Posted September 27, 2013 Anything is possible, however how do you have taxes based on? invoice or delivery address? If a customer has not logged into your store, or they have an address outside of the UK, what do you think Prestashop is going to do? Link to comment Share on other sites More sharing options...
reflectiveoffice Posted September 30, 2013 Author Share Posted September 30, 2013 Taxes are based on invoice. Delivery is free within the UK and you can only buy if you are UK based. Is there are module that will do this that you know of? Link to comment Share on other sites More sharing options...
bellini13 Posted September 30, 2013 Share Posted September 30, 2013 I'm still waiting for you to explain what your expectations are for customers that have not provided an address yet, or have not logged in. A module can do this, but it would add a new section to your product page showing both prices. If this is not what you want, then you would need to alter the template file to include the price, which would not be a module. Also, do you have product combinations? Or anything that would dynamically alter the product price? Link to comment Share on other sites More sharing options...
reflectiveoffice Posted September 30, 2013 Author Share Posted September 30, 2013 Which template file would I need to edit? Yes I have product combinations that alter the price. The price shown is the price that a customer pays regardless of where they are from or their address. I assumed that if a price is shown on a product (ex. VAT), then it would be relatively easy to show a price with VAT which changes according to customer selections. Link to comment Share on other sites More sharing options...
bellini13 Posted September 30, 2013 Share Posted September 30, 2013 so you just want to hard code the tax rate and ignore your tax rules? The template is product.tpl if you want to just add it your self. And when you change the product combination, the price will change, so you would also need to account for changing the new field upon combination changes as well. 1 Link to comment Share on other sites More sharing options...
reflectiveoffice Posted October 1, 2013 Author Share Posted October 1, 2013 Thank you for all your help bellini13 - much appreciated. Link to comment Share on other sites More sharing options...
sinkorswim Posted October 1, 2013 Share Posted October 1, 2013 I also have the same issue (as will everyone selling to the 700 million who live in the EU). As they say, lifes only certainties are death and taxes; sadly, one simply can't decide not to pay tax Fixing presstashop is probably a long way off - so as an interim, please can we have a splash label on the site to say all prices inc vat at xyz% to inform customers. The basket should always quote the ex-vat price and then always add the appropriate % VAT to the ex-tax price at checkout. With a B2B shop, shopper gets to choose which style of pricing they'd like to see. This is how all mid tier shopping cart software works in the UK - eg www.toolstation.com The correct logic for prestaShop to use (and it doesn't) would be to display either inc VAT or ex VAT pricing depending on the selection made in prestashop, and then apply tax (always apply tax) at the checkout. The final price should not change according to option "to display" or to "not display" taxes because VAT is always payable always. technically, VAT is still charged on exports as well, just its at 0%. In prestashop, (if tax was correctly coded) this could occur via tax zones. At present if the shop quotes an ex-tax price the final price is also tax free. This is wrong. The use of the ex-Tax option will always produce the wrong price in the EU because as already said, tax always has to be charged. A business buyer still has to pay VAT, they just claim it back from the taxman. The exception to the rule is sales between eec countries for businesses (not retail), when vat is charged at 0%, but it must still be itemised on the invoice as a 0% item.- there are prestashop modues that do this. Bellini13's point about what rate to charge is valid - how is Prestashop supposed to know where a customer is until after they signup. There is no foolproof approach here, so either the inc-VAT option isn't available until someone signs up, or a notice advising that a default tax rate of xyz% (probably the rate of same-country shoppers) is applied to annonymous shoppers. By using the correct logic of applying VAT to the basket means that there is an oportunity to amend the price during the checkout process as soon as a "country of residence" is provided. Link to comment Share on other sites More sharing options...
sinkorswim Posted October 1, 2013 Share Posted October 1, 2013 (edited) 1 Edited October 1, 2013 by sinkorswim (see edit history) Link to comment Share on other sites More sharing options...
reflectiveoffice Posted June 5, 2014 Author Share Posted June 5, 2014 Is there a way to simply edit the product.tpl file so that every price on the website (including product, category & sub-cat pages) displays the text (ex. VAT) eg. £150 (ex. VAT) Link to comment Share on other sites More sharing options...
bellini13 Posted June 6, 2014 Share Posted June 6, 2014 yes, simply edit your themes product.tpl file, locate where the price is displayed and add (ex. VAT) next to them Link to comment Share on other sites More sharing options...
reflectiveoffice Posted June 6, 2014 Author Share Posted June 6, 2014 Thanks Bellini13, What is the line of code I need to edit? Searching for the word 'price' it occurs many times. Also, would this display on category and sub-category pages? Or would I need to add the text to other .tpl files (category etc.) Link to comment Share on other sites More sharing options...
bellini13 Posted June 6, 2014 Share Posted June 6, 2014 product.tpl is only the product page. product_list.tpl is the category pages I do not know what theme you are using, so I cannot tell you what line to change. Try making the change and test it to see if it works. 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