I have a cart system that deals with selling alcohol and there are very specific tax rules for each item when selling in my state.
I want to use Google Checkout but I am unable to just pass the tax amount, instead, I can only find where Google wants to calculate tax rates for me, which won't work because you can't define the rules that I need in their GUI.
I just want to pass the tax total to Google ... i.e.
<input type="hidden" tax_total="12.17">
Any ideas on how to do this?