On Sat, Nov 1, 2008 at 12:54 AM, Thomas Johnson <ntmat
...@gmail.com> wrote:
> What error are you seeing?
> I'm not sure if XML validation is an issue, but the line <input
> type="hidden" name="tax_rate" value=0875/> looks like it could be an
> issue. Firstly, the value should have quotes: value="0875"
> Additionally, I don't think that tax rate is correct. Is it supposed
> to be 0.875 or 8.75 instead?
> Hope that helps a bit.
> On Fri, Oct 31, 2008 at 5:24 PM, nidost...@googlemail.com
> <nidost...@googlemail.com> wrote:
> > I am writting the buy Now button code can any one tell me what is
> > error in the code.
> > <form method="POST"
> > action="https://checkout.google.com/api/checkout/v2/checkoutForm/
> > Merchant/851719343447160"
> > accept-charset="utf-8">
> > <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"/>
> > <input type="hidden" name="item_currency_1" value="USD"/>
> > <input type="hidden" name="ship_method_name_1" value="UPS Ground"/>
> > <input type="hidden" name="ship_method_price_1" value="10"/>
> > <input type="hidden" name="tax_rate" value=0875/>
> > <input type="hidden" name="tax_us_state" value="NY"/>
> > <input type="hidden" name="_charset_" value="34"/>
> > <input type="image" name="Google Checkout" alt="Fast checkout
> > through Google"
> > src="http://checkout.google.com/buttons/checkout.gif?
> merchant_id=AzgivYyhe95bE5MNLaXnZw&w=180&h=46&style=white&variant=text&loc= en_US"
> > height="46" width="180"/>
> > </form>
> > You can check the code by past the above code.
> > Thanks for advance.