After seeing what brightlight wrote in this post, I thought I would have a go.
http://community.actinic.com/showpos...3&postcount=73
I modified the Net4You files in the CommonOCC folder and go it to work with Google Checkout, it is very rough at the moment though but it is working in a test environment.
The only issue I seem to have is regarding the VAT calculations.
At the moment the script passes a variable called $::nOrderTotal which is the total value of the order including VAT, now Google checkout wants to calculate the VAT for me and show this in the checkout. I have told Google checkout not to calculate the tax and it processes against the whole order but it shows up in the checkout as VAT @ £0.00, which is a bit misleading.
What I need to do is pass the order total to Google without VAT, any ideas ?
Peter
http://community.actinic.com/showpos...3&postcount=73
I modified the Net4You files in the CommonOCC folder and go it to work with Google Checkout, it is very rough at the moment though but it is working in a test environment.
The only issue I seem to have is regarding the VAT calculations.
At the moment the script passes a variable called $::nOrderTotal which is the total value of the order including VAT, now Google checkout wants to calculate the VAT for me and show this in the checkout. I have told Google checkout not to calculate the tax and it processes against the whole order but it shows up in the checkout as VAT @ £0.00, which is a bit misleading.
What I need to do is pass the order total to Google without VAT, any ideas ?
Peter
Comment