Page 1 of 1
Search found 9 matches
Re: Nochex Problem
Probably down to how your server handles the callback post from Nochex - I was ripping my hair out with RealEX problems, in the end it turned out to be how RealEX were posting back to opencart with malformed headers and the Apache mod_security module was seeing it as a false positive "hack atta...
Jump to post- Wed Aug 17, 2011 7:01 pm
- Replies 1
- Views 468
Re: VAT Exemption
I wouldn't call it a module really, its a nasty hack but does what the customer wants, pretty much ask at registration if the customer is exempt for vat, if they say yes I force him into the VAT exemption group - created a VAT exemption class with a rate of 20%, for products that are vat exempt, I u...
Jump to post- Sat Jan 08, 2011 9:52 pm
- Replies 12
- Views 2734
Re: VAT Exemption
Thanks for your help, I managed to sort it out with a customer total modifier as initially suggested by Jay.
Jump to post- Sat Jan 08, 2011 9:04 pm
- Replies 12
- Views 2734
Re: Accessing customer_group_id value OC 1.4.9.3
In case anybody is interested, I added the following after the tax has been calculated - its a nasty hack but seems to do what I needed, I have a customer group for exemption which has an ID of 11 and an exempt tax class which also has an ID of 11 - if the customer is in the exempt group AND the pro...
Jump to post- Sat Jan 08, 2011 9:00 pm
- Replies 1
- Views 418
Accessing customer_group_id value OC 1.4.9.3
Does anyone have any idea how I would access the customer_group_id and the products tax_class_id when the tax is being calculated in catalog/model/total/tax.php Basically what I am trying to do is work out if a customer is in group x and the product has a tax class of y - don't charge tax for this p...
Jump to post- Sat Jan 08, 2011 2:57 am
- Replies 1
- Views 418
Re: VAT Exemption
Thanks so much, that is something well worth considering - however, its really a self declaration thats needed at account registration where they say their name, address and the illness they have so my idea is this; 1) Person registers and self declares themselves as having a chronic illness/disabil...
Jump to post- Fri Jan 07, 2011 6:30 pm
- Replies 12
- Views 2734
Re: VAT Exemption
Thanks for the reply Jay, its just down to the tax man really to follow up - they are allowed to give an online tax exemption statement & if they do they don't get charged VAT - but i think its down to the tax man if he can be bothered to chase these people up. I think you are right but unfortun...
Jump to post- Fri Jan 07, 2011 2:10 am
- Replies 12
- Views 2734
VAT Exemption
Sorry if this has been asked before but we are creating a store for the disabled market, and as far as I can tell there are three possible VAT rates that a product can have - VAT is chargeable, Always Zero Rated and finally Zero Rated if your are disabled/infirm. What is the best way of handling thi...
Jump to post- Thu Jan 06, 2011 2:20 am
- Replies 12
- Views 2734
Re: MOD required for VAT group discount 1.3.4
Did you get anywhere with this, I have the same issue - I want to apply a 20% VAT discount to certain items if a customer says he is "disabled" - I can't get my head around it at the minute - I'm thinking a product should have one of 3 VAT rates (group 1:zero rate, group 2:20% VAT or group...
Jump to post- Thu Jan 06, 2011 1:19 am
- Replies 4
- Views 1117
Search found 9 matches