spinach Posted February 18, 2009 Posted February 18, 2009 I have one tax class (UK VAT) and one tax rate (15%) set for the class Taxable Goods. "Display prices with tax" in My Store is set to true. When I first input some products, I set the class to Taxable Goods and put in the prices ex tax so the net price was ex tax and the gross inc tax. In the store, the prices displayed ex tax only. So I've now edited these items, changed the class to -none- and put the inc tax price in both the net and gross fields. When I click on the preview button, the correct (inc tax) price displays, but if I then click update and go to the site to check what's displaying, the ex tax price is what shows. When I then go back to edit the product in admin, the old ex tax price is all that's shown in both the net and gross boxes. Can someone figure out what's happening here and tell me what I need to do to be able to edit my prices successfully?
Guest Posted February 18, 2009 Posted February 18, 2009 I have one tax class (UK VAT) and one tax rate (15%) set for the class Taxable Goods. "Display prices with tax" in My Store is set to true. When I first input some products, I set the class to Taxable Goods and put in the prices ex tax so the net price was ex tax and the gross inc tax. In the store, the prices displayed ex tax only. So I've now edited these items, changed the class to -none- and put the inc tax price in both the net and gross fields. When I click on the preview button, the correct (inc tax) price displays, but if I then click update and go to the site to check what's displaying, the ex tax price is what shows. When I then go back to edit the product in admin, the old ex tax price is all that's shown in both the net and gross boxes. Can someone figure out what's happening here and tell me what I need to do to be able to edit my prices successfully? I have the same problem. When I insert a new article the price is shown ex tax and inc tac, but when i press preview there is shown the ex tax price only. Same as in the frontend. Prices only shown ex tax. I also set PRICES SHOWN WITH TEX to true.
spinach Posted February 18, 2009 Author Posted February 18, 2009 I've also just noticed that when I'm editing the products in Admin, the preview page (which is correct) has a warning saying "no products uploaded". Though when I click update, all the changes I've made (except the price), are carried through and displayed on the front end.
Guest Posted February 18, 2009 Posted February 18, 2009 This is correct. If you don´t upload any picture it always says that.
spinach Posted February 19, 2009 Author Posted February 19, 2009 This is correct. If you don´t upload any picture it always says that. Right enough. So it does. I thought I would try adding a new product rather than editing existing ones to see what happened. New products are displaying in the shop as £0.00, despite the correct price being entered in admin, and this isn't changed by editing attempts.
spinach Posted February 19, 2009 Author Posted February 19, 2009 I sorted part of my problem, which was that there was a line of code missing from my admin/categories.php file which meant that the prices weren't updating when I amended them. I've also managed to get the inc tax prices to display by setting Tax Class to -none- and inputting gross price only. However, it still remains the case that if you set Display Prices With Tax to true in the configuration, then surely the product prices should display inc tax values without having to set Taxable Class to none? I've tried reinstating the Taxable Class to Taxable Goods and making sure both net and gross prices are correct in the input fields. What happens then is that the product price at both the preview stage and in the shop reverts to the ex tax price. Is there a configuration setting I'm missing here?
bkng Posted May 6, 2009 Posted May 6, 2009 Hi tehre, Did you even figure this problem out? I also have the same problem. Bert
zenie Posted May 6, 2009 Posted May 6, 2009 hi, i want to know more about this...........so pls tel me ya......... __________ zenie channel management hp 1012 toner cartridge
Guest Posted May 7, 2009 Posted May 7, 2009 i have a similar problem our items in our shop show the price including tax but when you login or go to checkout the price shown is excluding tax, what can cause this...
Rabaeys Posted September 10, 2012 Posted September 10, 2012 Als je eerst ervoor zorgt dat tax included is true in the admin then you can load the price inclusive on every page you like, just by SELECT products_tax_class_id, products_price from the product table of your database and on the place you like, you place $currencies->display_price($products_price, tep_get_tax_rate($products_tax_class_id)); That worked for me.
♥14steve14 Posted September 10, 2012 Posted September 10, 2012 @@Rabaeys Have a look at the date of this thread that you replied to. REMEMBER BACKUP, BACKUP AND BACKUP
Recommended Posts
Archived
This topic is now archived and is closed to further replies.