Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Discussions > API Integration Basics > What is error in my html api code
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
nidostyle@googlemail.com  
View profile  
 More options Nov 14 2008, 8:03 am
From: "nidost...@googlemail.com" <nidost...@googlemail.com>
Date: Fri, 14 Nov 2008 05:03:15 -0800 (PST)
Local: Fri, Nov 14 2008 8:03 am
Subject: What is error in my html api code
Please have a look to the following code and mention what is the error
in it I check it several times but didn't find anything.

<input name="item_name_1" type="hidden" value="Buyer Name"/>
<input name="item_description_1" type="hidden" value="Descriptionn "/>
<input name="item_quantity_1" type="hidden" value="1"/>
<input name="item_price_1" type="hidden" value="50"/>
<input name="ship_method_currency_1" type="hidden" value="USD"/>
<input type="hidden" name="tax_rate" value="0.0825" />
<input type="hidden" name="tax_us_state" value="TX"/>
<input name="ship_method_name_1" type="hidden" value="Shippimg mathod
name "/>
<input name="ship_method_price_1" type="hidden" value="6.95"/>
<input name="ship_method_currency_1" type="hidden" value="USD"/>

This code not give any error but not including tax and shipping
charges at the checkout page.
The scenario is that we only charge Tex on Texas that is 8.25 state
and have shipping charges 6.95 to all state.
When the screen appears in Google checkout site it only contain the
price of item "50"and did not add tax and shipping charges, please
tell me where I am missing something.

Thanks in advance.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
CheckoutDevProPeng Google employee  
View profile  
 More options Nov 14 2008, 2:15 pm
From: CheckoutDevProPeng <Checkout-Dev-Pro+P...@google.com>
Date: Fri, 14 Nov 2008 11:15:05 -0800 (PST)
Local: Fri, Nov 14 2008 2:15 pm
Subject: Re: What is error in my html api code
It looks like you're missing the item_currency_1 tag.

  <input type="hidden" name="item_currency_1" value="USD"/>

Peng

On Nov 14, 5:03 am, "nidost...@googlemail.com"


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
nidostyle@googlemail.com  
View profile  
 More options Nov 15 2008, 11:04 am
From: "nidost...@googlemail.com" <nidost...@googlemail.com>
Date: Sat, 15 Nov 2008 08:04:30 -0800 (PST)
Local: Sat, Nov 15 2008 11:04 am
Subject: Re: What is error in my html api code

Thanks for reply but this is not the problem. I check my code by
adding your tag but the same problem.
It is not adding tax and shipping to total.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
CheckoutDevProPeng Google employee  
View profile  
 More options Nov 17 2008, 5:25 pm
From: CheckoutDevProPeng <Checkout-Dev-Pro+P...@google.com>
Date: Mon, 17 Nov 2008 14:25:58 -0800 (PST)
Local: Mon, Nov 17 2008 5:25 pm
Subject: Re: What is error in my html api code
Could you provide the URL of where you're currently testing this
button?

On Nov 15, 8:04 am, "nidost...@googlemail.com"


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
nido khan  
View profile  
 More options Nov 18 2008, 8:42 am
From: "nido khan" <nidost...@googlemail.com>
Date: Tue, 18 Nov 2008 18:42:00 +0500
Subject: Re: [google-checkout-api-integration] Re: What is error in my html api code

Sure I am testing this HTML Api at
https://www.dallasscents.com/deliveryINFO.php

you will prompt for usr name and password use following

id = nidost...@gmail.com
pass = headlines

When you add item to Cart you can see the page source code I am passing the
sub total of cart as amount and Tax is there and shipping amount is there
but when it move to Google checkout page nothing is add to the amount.

Please help me what is the problem with the code no error generates but not
working shiping and tax.

Hope you will got the bug.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »