Global Sales Tax

lawrence whittemore asked on April 28, 2016 17:22

Is there a way to charge a global sales tax? We have a site for a hospital gift shop where users can order flowers and what not for a patient. Because the patient is in state and the order goes to them at the hospital we have to charge our state taxes to everyone regardless of where they order from. Any thoughts?

Recent Answers


Trevor Fayas answered on April 28, 2016 17:27

In Kentico's Store Configuration, you can set tax based on State and just put the same value in (fully capable in UI with no code, but a little tedious).

Otherwise you can create a custom Provider override and override the calculate tax:

CMS.Ecommerce.ShoppingCartInfoProvider.CalculateTotalItemsTax or CMS.Ecommerce.ShoppingCartInfoProvider.CalculateTotalTax

Here's how you do it: https://docs.kentico.com/display/K9/Custom+Info+provider+example

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.