georget777 Posted August 30, 2016 Share Posted August 30, 2016 Hello i want to create a group of customers that can buy products tax free. Is it possible with prestashop 1.6 without using a module? thank you Link to comment Share on other sites More sharing options...
Tung at RockPOS.com Posted August 31, 2016 Share Posted August 31, 2016 No way, unless you know how to modify the code. Otherway, try this module: http://addons.prestashop.com/en/5809-tax-exempt.html This is a simple module, it only does 1 thing: override a function regarding tax. Once you have that module, you can copy / override the code by yourself, then you uninstall that module. So, it meets your requirements: without a module, right? P/S: I'm not the author of this module but used to work with it. Link to comment Share on other sites More sharing options...
georget777 Posted September 1, 2016 Author Share Posted September 1, 2016 No way, unless you know how to modify the code. Otherway, try this module: http://addons.prestashop.com/en/5809-tax-exempt.html This is a simple module, it only does 1 thing: override a function regarding tax. Once you have that module, you can copy / override the code by yourself, then you uninstall that module. So, it meets your requirements: without a module, right? P/S: I'm not the author of this module but used to work with it. Thank you for your reply. I noticed that in prestahop 1.6.1.6 there is an option to exclude tax from a group: http://e-hts.gr/images/group.jpg I works fine and prices are displayed without tax but at the order tax is applied no matter what payment method i use. It is strange isn't it? Any ideas please? thank you in advance Link to comment Share on other sites More sharing options...
Tung at RockPOS.com Posted September 1, 2016 Share Posted September 1, 2016 I noticed that in prestahop 1.6.1.6 there is an option to exclude tax from a group: http://e-hts.gr/images/group.jpg I works fine and prices are displayed without tax but at the order tax is applied no matter what payment method i use. No, it's not the option you're looking for. To clarify, it only tells you how to display price (with/o tax). Despite of tax displayed or not, it will be always taken into account, and combine to the final result! I mean, the final total remains the same! This article is written for our product - RockPOS - but surely it will give you the complete understanding on that matter: http://support.rockpos.com/article/66-tax-calculation Hope that helps! Link to comment Share on other sites More sharing options...
georget777 Posted September 2, 2016 Author Share Posted September 2, 2016 No, it's not the option you're looking for. To clarify, it only tells you how to display price (with/o tax). Despite of tax displayed or not, it will be always taken into account, and combine to the final result! I mean, the final total remains the same! This article is written for our product - RockPOS - but surely it will give you the complete understanding on that matter: http://support.rockpos.com/article/66-tax-calculation Hope that helps! Hello again: This paragraph is from prestashop 1.6 documentation: "Price display method. PrestaShop is frequently used in the Business to Business (B2B) sector. You can create a group of customers who can buy products without paying the tax. The drop-down list gives you a choice between "tax included" and "tax excluded"." English is not my first language but i think is quite clear. The behavior is exactly as you describe but according to documentation i can have customers that can buy products without paying taxes. Link to comment Share on other sites More sharing options...
Tung at RockPOS.com Posted September 5, 2016 Share Posted September 5, 2016 I know that, but from what I saw in the code base, it's not aligned with what's written in the document Link to comment Share on other sites More sharing options...
georget777 Posted September 6, 2016 Author Share Posted September 6, 2016 I know that, but from what I saw in the code base, it's not aligned with what's written in the document Yes apparently it is not. Thank you for your help. I appreciate it. 1 Link to comment Share on other sites More sharing options...
Tung at RockPOS.com Posted September 7, 2016 Share Posted September 7, 2016 Ur welcome! 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