3 messages in com.googlegroups.google-checkout-api-ukRe: Tax rule with rate 0.0875 does no...| From | Sent On | Attachments |
|---|---|---|
| pari...@gmail.com | 16 Oct 2007 12:53 | |
| pablof | 16 Oct 2007 13:00 | |
| pari...@gmail.com | 16 Oct 2007 16:07 |
| Subject: | Re: Tax rule with rate 0.0875 does not have an area associated with it.![]() |
|---|---|
| From: | pari...@gmail.com (pari...@gmail.com) |
| Date: | 10/16/2007 04:07:58 PM |
| List: | com.googlegroups.google-checkout-api-uk |
Thanks again Pablof,
I now get the error message: The use of multiple currencies in a single cart is unsupported at this time. You supplied a cart with both USD and GBP
Please find the amended code as per your instructions below:
<form method="POST" action="https://sandbox.google.com/checkout/cws/v2/ Merchant/merchantid/checkoutForm" accept-charset="utf-8">
<input type="hidden" name="item_currency_1" value="GBP"/> <input type="hidden" name="item_name_1" value="Peanut Butter"/> <input type="hidden" name="item_description_1" value="Chunky peanut butter."/> <input type="hidden" name="item_quantity_1" value="1"/> <input type="hidden" name="item_price_1" value="3.99"/> <input type="hidden" name="shipping_method_currency_1" value="GBP"> <input type="hidden" name="ship_method_name_1" value="UPS Ground"/> <input type="hidden" name="ship_method_price_1" value="10.99"/>
<input type="hidden" name="_charset_"/>
<input type="image" name="Google Checkout" alt="Fast checkout through Google" src="http://sandbox.google.com/checkout/buttons/checkout.gif? merchant_id=mymerchantid&w=180&h=46&style=white&variant=text&loc=en_US" height="46" width="180"/>
</form>
Please can you advise why this would be so.
Best Regards. Pari.
On Oct 16, 9:00 pm, pablof <pab...@gmail.com> wrote:
remove the tax elements since that's for the US
<input type="hidden" name="tax_rate" value="0.0875"/> <input type="hidden" name="tax_us_state" value="NY"/>
also remember to put the currency for the shipping also to avoid problems: <input type="hidden" name="shipping_method_currency_1" value="GBP"/>
On 10/16/07, pari...@gmail.com <pari...@gmail.com> wrote:
Hi all,
I get the above message. I am a UK googlecheckout holder. I tried to add the test code from the developers section to my site for testing ( see below)
<form method="POST" action="https://sandbox.google.com/checkout/cws/v2/ Merchant/MYMERCHANTID/checkoutForm" accept-charset="utf-8">
<input type="hidden" name="item_currency_1" value="GBP"/> <input type="hidden" name="item_name_1" value="Peanut Butter"/> <input type="hidden" name="item_description_1" value="Chunky peanut butter."/> <input type="hidden" name="item_quantity_1" value="1"/> <input type="hidden" name="item_price_1" value="3.99"/>
<input type="hidden" name="ship_method_name_1" value="UPS Ground"/> <input type="hidden" name="ship_method_price_1" value="10.99"/>
<input type="hidden" name="tax_rate" value="0.0875"/> <input type="hidden" name="tax_us_state" value="NY"/>
<input type="hidden" name="_charset_"/>
<input type="image" name="Google Checkout" alt="Fast checkout through Google" src="http://sandbox.google.com/checkout/buttons/checkout.gif? merchant_id=MYMERCHANTID&w=180&h=46&style=white&variant=text&loc=en_US" height="46" width="180"/>
</form>
I also added the line <input type="hidden" name="item_currency_1" value="GBP"/> at the top after reading a posting.
Please can anyon eadvise what I am doind wrong as it is driving me nuts!
Best Regards. Pari.
-- pablof




