katiabudnik Posted November 21, 2013 Share Posted November 21, 2013 is there a possibility to make all purchases above $120 be subjected to NY tax 8.875%? thank you Link to comment Share on other sites More sharing options...
bellini13 Posted November 21, 2013 Share Posted November 21, 2013 that's a strange requirement. Usually for ecommerce, NY tax is based simply on delivery to a NY address, or if the ecommerce store has a brick and mortar (retail) store located in NY. With that said, you would need to customize the store to ignore tax rules unless the cart total exceeds $120. This is likely not a trivial task, and the solution will depend on what version of Prestashop you use. Link to comment Share on other sites More sharing options...
katiabudnik Posted November 21, 2013 Author Share Posted November 21, 2013 (edited) I know that usually tax is based on delivery address. But I need to implement the this request. I'm using PrestaShop™ 1.5.6. Would you be able to explain how to do it? Thanks a lot. Edited November 21, 2013 by katiabudnik (see edit history) Link to comment Share on other sites More sharing options...
katiabudnik Posted November 21, 2013 Author Share Posted November 21, 2013 Some places tax clothing purchases only above a specific amount. Criteria is like this: TAX should be calculated if order amount is higher than 120$. if order amount is less than or equal to 120$, TAX will be ZERO. TAX Rate is 8.875%. Could you please guide me how can i implement above criteria in Prestashop? Link to comment Share on other sites More sharing options...
bellini13 Posted November 22, 2013 Share Posted November 22, 2013 In PS 1.5, looks like you can create a module that implements the tax calculator. In the modules tax calculator, you would create your rule that would check the address, check the cart amount, and then either return a tax rate of 0 or 8.875% If you are intent on creating this module or modification yourself, you will need to know how to create a basic module. You can review the existing module called "vatnumber" that will give you the basic idea. In that module, there is a file called VATNumberTaxManager.php. This is the modules tax calculator that looks at the country and determines if it is exempt from VAT. If it is exempt, then the tax rate of 0 is returned If you are looking to hire a professional for the job, send me a PM and I can provide you with a quote 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