simplybare Posted April 22, 2012 Share Posted April 22, 2012 Hi! I am using PrestaShop 1.4.6.2. I have added a tax rule for our local Missouri Sales tax rate at 6.925%. All of my products have this listed as the tax rule to follow. In our area I am required to charge this flat tax rate to all purchases regardless of the shipping destination. I am also required to show the amount of tax on a separate line in the checkout process. Currently I have the settings as follows. Product set up: Tax Rule is set to my special tax rule added as an additional option in the state taxes. Tax Options: Enable Tax: Yes Display Taxes in Cart: Yes Base on: Invoice Address Use EcoTax: No The taxes are not being caculated nor are they being displayed in the shopping cart or during the checkout process. Is there something I need to be doing differently? This is the last thing to do before I go live and if I can't get it fixed I will have no choice but to start over with another shopping cart system. Thank you for your assistance in advance! Link to comment Share on other sites More sharing options...
phrasespot Posted April 24, 2012 Share Posted April 24, 2012 Create a tax Create a tax rule Apply tax rule to all states Checkout will show tax on its own line If it is not working post the PS version you are using. Link to comment Share on other sites More sharing options...
simplybare Posted April 24, 2012 Author Share Posted April 24, 2012 Thank you for the help!! I followed your directions and the tax is now configuring and showing in the amount that PayPal will be charged but it is not showing in the shopping cart as a separate line. I am using PrestaShop vs. 1.4.6.2. Would it help to upgrade to the latest version for the payment modules? Thank you again!! Link to comment Share on other sites More sharing options...
rturner Posted April 25, 2012 Share Posted April 25, 2012 I checked one of my stores, same version of ps and noticed that after a move/reinstalling the database it's behaving the same way. Price and shipping charges showed up in the cart and taxes show up at checkout, but as part of the total, not separate. I went in to Payment/Tax Rules and clicked on edit for the tax in my state and county. Edit took me to the main worldwide Tax Rule interface. I clicked on North America and all the states said "no tax" I then clicked on my state and enabled the state tax. Also checked off both state and county tax from the drop down. After I checked those rules, the tax lists separately in my shopping cart. Prior to that it added the tax but didn't list it separately in the cart. I guess you would check "all states" and put in your flat rate. There is a good video how to at Presta Training . Long but worth it. Tax rules are more complicated than they look. Link to comment Share on other sites More sharing options...
tdr170 Posted April 25, 2012 Share Posted April 25, 2012 On 4/24/2012 at 10:18 PM, simplybare said: Thank you for the help!! I followed your directions and the tax is now configuring and showing in the amount that PayPal will be charged but it is not showing in the shopping cart as a separate line. I am using PrestaShop vs. 1.4.6.2. Would it help to upgrade to the latest version for the payment modules? Thank you again!! Give this a shot worked for me and others. Edit modules/blockcart/blockcart.php Change this else $taxCalculationMethod = Group::getDefaultPriceDisplayMethod(); $useTax = !($taxCalculationMethod == PS_TAX_EXC); To this else $taxCalculationMethod = Group::getDefaultPriceDisplayMethod(); $useTax = true; /*!($taxCalculationMethod == PS_TAX_EXC)*/; Link to comment Share on other sites More sharing options...
simplybare Posted April 26, 2012 Author Share Posted April 26, 2012 Thank you for all your help!!! Changing the code and setting the tax rules for state and country worked. I also had to change the product tax rule to my Missouri tax rule. Working beautifully!! Thanks again for all the help. This has been frustrating me for longer than I care to admit. Have a wonderful evening! Link to comment Share on other sites More sharing options...
CarriedAwayCrafts Posted May 25, 2012 Share Posted May 25, 2012 Hi, I hope this thread is still being watched. I changed the code as in tdr170's instructions above. I changed first: modules/blockcart2/blockcart2.php but that only caused the checkout block to begin showing tax (but not the summary checkout page). So I then changed modules/blockcart/blockcart.php, but the results remained the same. In Back Office > Payment > Taxes, I have "Display tax in cart:" checked "Yes" but there is still no tax line on the checkout page that shows the amount of tax. Taxes are being correctly calculated but there is no individual display of the tax amount. I am using theme prestashop_new on 1.8.4.2 and I have changed to 'force compile -YES' and 'Cache - NO' several times (have also cleared my browser cache repeatedly after making changes). Any suggestions? Thanks, Tony Link to comment Share on other sites More sharing options...
CarriedAwayCrafts Posted June 12, 2012 Share Posted June 12, 2012 UPDATE: I started a new thread and a solution was provided by our friend Flaunt (thanks chum). I'm posting the link here for others who may have stumbled upon this thread in search of an answer. http://www.prestashop.com/forums/topic/171952-solved-separate-line-for-tax-amount-not-showing-up-on-checkout-page/?do=findComment&comment=842268 1 Link to comment Share on other sites More sharing options...
parry27j Posted January 4, 2015 Share Posted January 4, 2015 (edited) Hi!I am using PrestaShop 1.6.0.9.I have added a tax rule for our local Spanish Sales tax rate at 21%. All of my products have this listed as the tax rule to follow. In our area I am required to charge this flat tax rate to all purchases regardless of the shipping destination. when I enter the prices for the products the tax rule is not showing directly I have to click 2-3 times on save and stay button then it shows in the back office and then it comes and I have to select it every time and the separate line of tax is showing in the shopping cart but tax is always showing 0. I have changed all the things but unable to show the tax in the shopping cart. I am also required to show the amount of tax on a separate line in the checkout process.Currently I have the settings as follows.Product set up: Tax Rule is set to my special tax rule added as an additional option in the state taxes.Tax Options:Enable Tax: YesDisplay Taxes in Cart: YesBase on: Invoice AddressUse EcoTax: NoThe taxes are not being caculated nor are they being displayed in the shopping cart or during the checkout process. Is there something I need to be doing differently?This is the last thing to do before I go live and if I can't get it fixed. Thank you for your assistance in advance! Edited January 4, 2015 by parry27j (see edit history) Link to comment Share on other sites More sharing options...
sdancer75 Posted July 26, 2016 Share Posted July 26, 2016 On 1/4/2015 at 2:04 PM, parry27j said: Hi! I am using PrestaShop 1.6.0.9. I have added a tax rule for our local Spanish Sales tax rate at 21%. All of my products have this listed as the tax rule to follow. In our area I am required to charge this flat tax rate to all purchases regardless of the shipping destination. when I enter the prices for the products the tax rule is not showing directly I have to click 2-3 times on save and stay button then it shows in the back office and then it comes and I have to select it every time and the separate line of tax is showing in the shopping cart but tax is always showing 0. I have changed all the things but unable to show the tax in the shopping cart. I am also required to show the amount of tax on a separate line in the checkout process. Currently I have the settings as follows. Product set up: Tax Rule is set to my special tax rule added as an additional option in the state taxes. Tax Options: Enable Tax: Yes Display Taxes in Cart: Yes Base on: Invoice Address Use EcoTax: No The taxes are not being caculated nor are they being displayed in the shopping cart or during the checkout process. Is there something I need to be doing differently? This is the last thing to do before I go live and if I can't get it fixed. Thank you for your assistance in advance! I have the same problem. Did you find any solution ? Link to comment Share on other sites More sharing options...
vintagesoftware Posted March 28, 2018 Share Posted March 28, 2018 The issue lies with Customer groups. You need to go to Customer Groups and specifiy to include tax. By default its set to Tax_excluded which is not correct. 1 Link to comment Share on other sites More sharing options...
skijump Posted February 1 Share Posted February 1 (edited) Prestashop 8.2 - Display tax label (e.g. "Tax incl.") setting is located in Countries at the bottom and not enabled when PS is installed. (Also when creating a product you must "Add" the Tax Rule in the Pricing tab to the product.) Edited February 1 by skijump (see edit history) 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