|
List Info
Thread: qty change in API Programming
|
|
| qty change in API Programming |
  United States |
2007-10-03 15:13:45 |
In the application sample code for HTML API programming
there is a
quantity number associated with an item. Is it possible to
allow a
customer to change quantities? For example in the sample
code below
can we change the code so that the client can buy 130 or 150
cans of
chunky peanut butter?
<form method="POST" action="https://s
andbox.google.com/checkout/cws/v2/
Merchant/1234567890/checkoutForm"
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.99"/>
Thank you
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "API Integration Basics" group.
To post to this group, send email to
google-checkout-api-integration googlegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribe googlegroups.com
For more options, visit this group at http://groups.google.com/group/google-checko
ut-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---
|
|
| Re: qty change in API Programming |

|
2007-10-03 15:29:32 |
here:
http://checkout.google.com/sup
port/sell/bin/answer.py?answer=64730&topic=11964
On 10/3/07, NTdeveloper <steve ntcontrols.com> wrote:
>
> In the application sample code for HTML API programming
there is a
> quantity number associated with an item. Is it
possible to allow a
> customer to change quantities? For example in the
sample code below
> can we change the code so that the client can buy 130
or 150 cans of
> chunky peanut butter?
>
>
> <form method="POST" action="https://s
andbox.google.com/checkout/cws/v2/
> Merchant/1234567890/checkoutForm"
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.99"/>
>
> Thank you
>
>
> >
>
--
pablof
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "API Integration Basics" group.
To post to this group, send email to
google-checkout-api-integration googlegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribe googlegroups.com
For more options, visit this group at http://groups.google.com/group/google-checko
ut-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---
|
|
| Re: qty change in API Programming |
  United States |
2007-10-04 09:13:12 |
That works..Thank you. But I noticed that if I set up
different items in
the form and a customer only needs to buy one then the
others are quantifed
as zero the program doesn't work. Is it possible to send
blank or zero
fields to the qoogle?
As an example: setup code for chunky peanut butter and
smooth peanut butter
and have client order only the chunky. The quantity of the
smooth peanut
butter will be zero. The program will not work...Any
ideas?
Thank you
Steve
-----Original Message-----
From: google-checkout-api-integration googlegroups.com
[mailto:google-checkout-api-integration googlegroups.com] On Behalf Of
pablof
Sent: Wednesday, October 03, 2007 4:30 PM
To: google-checkout-api-integration googlegroups.com
Subject: [google-checkout-api-integration] Re: qty change in
API Programming
here:
http://checkout.google.com/suppo
rt/sell/bin/answer.py?answer=64730&topic=119
64
On 10/3/07, NTdeveloper <steve ntcontrols.com> wrote:
>
> In the application sample code for HTML API programming
there is a
> quantity number associated with an item. Is it
possible to allow a
> customer to change quantities? For example in the
sample code below
> can we change the code so that the client can buy 130
or 150 cans of
> chunky peanut butter?
>
>
> <form method="POST" action="https://s
andbox.google.com/checkout/cws/v2/
> Merchant/1234567890/checkoutForm"
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.99"/>
>
> Thank you
>
>
> >
>
--
pablof
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "API Integration Basics" group.
To post to this group, send email to
google-checkout-api-integration googlegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribe googlegroups.com
For more options, visit this group at http://groups.google.com/group/google-checko
ut-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---
|
|
| Re: qty change in API Programming |

|
2007-10-04 10:21:00 |
i don't really understand what you're trying to do
which buy now button are you using? the one with different
options?
maybe you should take a look at the html api which is a bit
more
flexible that buy now buttons:
http://code.google.com/apis/checkout
/developer/google_checkout_html_api.html
cheers,
On 10/4/07, Steve Morelli <steve ntcontrols.com> wrote:
>
>
> That works..Thank you. But I noticed that if I set up
different items in
> the form and a customer only needs to buy one then the
others are quantifed
> as zero the program doesn't work. Is it possible to
send blank or zero
> fields to the qoogle?
>
> As an example: setup code for chunky peanut butter and
smooth peanut butter
> and have client order only the chunky. The quantity of
the smooth peanut
> butter will be zero. The program will not work...Any
ideas?
>
> Thank you
>
> Steve
>
>
> -----Original Message-----
> From: google-checkout-api-integration googlegroups.com
> [mailto:google-checkout-api-integration googlegroups.com] On Behalf Of
> pablof
> Sent: Wednesday, October 03, 2007 4:30 PM
> To: google-checkout-api-integration googlegroups.com
> Subject: [google-checkout-api-integration] Re: qty
change in API Programming
>
>
> here:
> http://checkout.google.com/suppo
rt/sell/bin/answer.py?answer=64730&topic=119
> 64
>
> On 10/3/07, NTdeveloper <steve ntcontrols.com> wrote:
> >
> > In the application sample code for HTML API
programming there is a
> > quantity number associated with an item. Is it
possible to allow a
> > customer to change quantities? For example in the
sample code below
> > can we change the code so that the client can buy
130 or 150 cans of
> > chunky peanut butter?
> >
> >
> > <form method="POST" action="https://s
andbox.google.com/checkout/cws/v2/
> > Merchant/1234567890/checkoutForm"
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.99"/>
> >
> > Thank you
> >
> >
> > >
> >
>
>
> --
> pablof
>
>
>
> >
>
--
pablof
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "API Integration Basics" group.
To post to this group, send email to
google-checkout-api-integration googlegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribe googlegroups.com
For more options, visit this group at http://groups.google.com/group/google-checko
ut-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---
|
|
| Re: qty change in API Programming |
  United States |
2007-10-04 21:57:38 |
Hello.
What I am trying to do is to set up an accumulating shopping
cart and using
the HTML API example code. But if there is a list of items
(item_description_1, item_description_2, item_description_3)
all with user
entered quantities from zero to many, the code doesn't work.
The code will
not accept a qty of zero.
In the below code how can a user enter zero in the quantity
without the code
not coming up with an error?
<form method="POST" action="https://s
andbox.google.com/checkout/cws/v2/
Merchant/1234567890/checkoutForm"
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="text"
name="item_quantity_1"/>-----------------------
--this
is the error line if user enters zero------------------
<input type="hidden"
name="item_price_1" value="3.99"/>
Thank you
-----Original Message-----
From: google-checkout-api-integration googlegroups.com
[mailto:google-checkout-api-integration googlegroups.com] On Behalf Of
pablof
Sent: Thursday, October 04, 2007 11:21 AM
To: google-checkout-api-integration googlegroups.com
Subject: [google-checkout-api-integration] Re: qty change in
API Programming
i don't really understand what you're trying to do
which buy now button are you using? the one with different
options?
maybe you should take a look at the html api which is a bit
more
flexible that buy now buttons:
http://code.google.com/apis/checkout
/developer/google_checkout_html_api.html
cheers,
On 10/4/07, Steve Morelli <steve ntcontrols.com> wrote:
>
>
> That works..Thank you. But I noticed that if I set up
different items in
> the form and a customer only needs to buy one then the
others are
quantifed
> as zero the program doesn't work. Is it possible to
send blank or zero
> fields to the qoogle?
>
> As an example: setup code for chunky peanut butter and
smooth peanut
butter
> and have client order only the chunky. The quantity of
the smooth peanut
> butter will be zero. The program will not work...Any
ideas?
>
> Thank you
>
> Steve
>
>
> -----Original Message-----
> From: google-checkout-api-integration googlegroups.com
> [mailto:google-checkout-api-integration googlegroups.com] On Behalf Of
> pablof
> Sent: Wednesday, October 03, 2007 4:30 PM
> To: google-checkout-api-integration googlegroups.com
> Subject: [google-checkout-api-integration] Re: qty
change in API
Programming
>
>
> here:
>
http://checkout.google.com/suppo
rt/sell/bin/answer.py?answer=64730&topic=119
> 64
>
> On 10/3/07, NTdeveloper <steve ntcontrols.com> wrote:
> >
> > In the application sample code for HTML API
programming there is a
> > quantity number associated with an item. Is it
possible to allow a
> > customer to change quantities? For example in the
sample code below
> > can we change the code so that the client can buy
130 or 150 cans of
> > chunky peanut butter?
> >
> >
> > <form method="POST" action="https://s
andbox.google.com/checkout/cws/v2/
> > Merchant/1234567890/checkoutForm"
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.99"/>
> >
> > Thank you
> >
> >
> > >
> >
>
>
> --
> pablof
>
>
>
> >
>
--
pablof
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "API Integration Basics" group.
To post to this group, send email to
google-checkout-api-integration googlegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribe googlegroups.com
For more options, visit this group at http://groups.google.com/group/google-checko
ut-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---
|
|
| Re: qty change in API Programming |
  United States |
2007-10-04 22:31:31 |
Go to paypal. They have this stuff figured out. google has a
very long way
to go. Maybe come back in three years. Just switched over
this evening.
Trust me on this one.
-----Original Message-----
From: google-checkout-api-integration googlegroups.com
[mailto:google-checkout-api-integration googlegroups.com] On Behalf Of Steve
Morelli
Sent: Thursday, October 04, 2007 10:58 PM
To: google-checkout-api-integration googlegroups.com
Subject: [google-checkout-api-integration] Re: qty change in
API Programming
Hello.
What I am trying to do is to set up an accumulating shopping
cart and using
the HTML API example code. But if there is a list of items
(item_description_1, item_description_2, item_description_3)
all with user
entered quantities from zero to many, the code doesn't work.
The code will
not accept a qty of zero.
In the below code how can a user enter zero in the quantity
without the code
not coming up with an error?
<form method="POST" action="https://s
andbox.google.com/checkout/cws/v2/
Merchant/1234567890/checkoutForm"
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="text"
name="item_quantity_1"/>-----------------------
--this
is the error line if user enters zero------------------
<input type="hidden"
name="item_price_1" value="3.99"/>
Thank you
-----Original Message-----
From: google-checkout-api-integration googlegroups.com
[mailto:google-checkout-api-integration googlegroups.com] On Behalf Of
pablof
Sent: Thursday, October 04, 2007 11:21 AM
To: google-checkout-api-integration googlegroups.com
Subject: [google-checkout-api-integration] Re: qty change in
API Programming
i don't really understand what you're trying to do
which buy now button are you using? the one with different
options?
maybe you should take a look at the html api which is a bit
more
flexible that buy now buttons:
http://code.google.com/apis/checkout
/developer/google_checkout_html_api.html
cheers,
On 10/4/07, Steve Morelli <steve ntcontrols.com> wrote:
>
>
> That works..Thank you. But I noticed that if I set up
different items in
> the form and a customer only needs to buy one then the
others are
quantifed
> as zero the program doesn't work. Is it possible to
send blank or zero
> fields to the qoogle?
>
> As an example: setup code for chunky peanut butter and
smooth peanut
butter
> and have client order only the chunky. The quantity of
the smooth peanut
> butter will be zero. The program will not work...Any
ideas?
>
> Thank you
>
> Steve
>
>
> -----Original Message-----
> From: google-checkout-api-integration googlegroups.com
> [mailto:google-checkout-api-integration googlegroups.com] On Behalf Of
> pablof
> Sent: Wednesday, October 03, 2007 4:30 PM
> To: google-checkout-api-integration googlegroups.com
> Subject: [google-checkout-api-integration] Re: qty
change in API
Programming
>
>
> here:
>
http://checkout.google.com/suppo
rt/sell/bin/answer.py?answer=64730&topic=119
> 64
>
> On 10/3/07, NTdeveloper <steve ntcontrols.com> wrote:
> >
> > In the application sample code for HTML API
programming there is a
> > quantity number associated with an item. Is it
possible to allow a
> > customer to change quantities? For example in the
sample code below
> > can we change the code so that the client can buy
130 or 150 cans of
> > chunky peanut butter?
> >
> >
> > <form method="POST" action="https://s
andbox.google.com/checkout/cws/v2/
> > Merchant/1234567890/checkoutForm"
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.99"/>
> >
> > Thank you
> >
> >
> > >
> >
>
>
> --
> pablof
>
>
>
> >
>
--
pablof
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "API Integration Basics" group.
To post to this group, send email to
google-checkout-api-integration googlegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribe googlegroups.com
For more options, visit this group at http://groups.google.com/group/google-checko
ut-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---
|
|
| Re: qty change in API Programming |

|
2007-10-05 08:23:36 |
|
Please lulu, here we are looking for positive commentaries
Many and may merchants have integrated GC successfully.
if u still have issues and want to solve them, i'll be glad to help you
ropu
On 10/5/07, Lulu and Merie < luluandmerie gmail.com">luluandmerie gmail.com> wrote:
Go to paypal. They have this stuff figured out. google has a very long way to go. Maybe come back in three years. Just switched over this evening. Trust me on this one.
-----Original Message----- From:
google-checkout-api-integration googlegroups.com">google-checkout-api-integration googlegroups.com [mailto: google-checkout-api-integration googlegroups.com">google-checkout-api-integration googlegroups.com
] On Behalf Of Steve Morelli Sent: Thursday, October 04, 2007 10:58 PM To: google-checkout-api-integration googlegroups.com">google-checkout-api-integration googlegroups.com Subject: [google-checkout-api-integration] Re: qty change in API Programming
Hello.
What I am trying to do is to set up an accumulating shopping cart and using the HTML API example code. But if there is a list of items (item_description_1, item_description_2, item_description_3) all with user
entered quantities from zero to many, the code doesn't work. The code will not accept a qty of zero.
In the below code how can a user enter zero in the quantity without the code not coming up with an error?
<form method="POST" action="https://sandbox.google.com/checkout/cws/v2/ Merchant/1234567890/checkoutForm" 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="text" name="item_quantity_1"/>-------------------------this is the error line if user enters zero------------------ <input type="hidden" name="item_price_1" value="
3.99"/>
Thank you
-----Original Message----- From: google-checkout-api-integration googlegroups.com">google-checkout-api-integration googlegroups.com [mailto: google-checkout-api-integration googlegroups.com">
google-checkout-api-integration googlegroups.com] On Behalf Of pablof Sent: Thursday, October 04, 2007 11:21 AM To: google-checkout-api-integration googlegroups.com">google-checkout-api-integration googlegroups.com
Subject: [google-checkout-api-integration] Re: qty change in API Programming
i don't really understand what you're trying to do which buy now button are you using? the one with different options?
maybe you should take a look at the html api which is a bit more flexible that buy now buttons: http://code.google.com/apis/checkout/developer/google_checkout_html_api.html
cheers,
On 10/4/07, Steve Morelli < steve ntcontrols.com">steve ntcontrols.com> wrote: > > > That works..Thank you. But I noticed that if I set up different items in
> the form and a customer only needs to buy one then the others are quantifed > as zero the program doesn't work. Is it possible to send blank or zero > fields to the qoogle? > > As an example: setup code for chunky peanut butter and smooth peanut
butter > and have client order only the chunky. The quantity of the smooth peanut > butter will be zero. The program will not work...Any ideas? > > Thank you > > Steve >
> > -----Original Message----- > From: google-checkout-api-integration googlegroups.com">google-checkout-api-integration googlegroups.com > [mailto: google-checkout-api-integration googlegroups.com">
google-checkout-api-integration googlegroups.com] On Behalf Of > pablof > Sent: Wednesday, October 03, 2007 4:30 PM > To: google-checkout-api-integration googlegroups.com">google-checkout-api-integration googlegroups.com
> Subject: [google-checkout-api-integration] Re: qty change in API Programming > > > here: >
http://checkout.google.com/support/sell/bin/answer.py?answer=64730&topic=119 > 64 > > On 10/3/07, NTdeveloper < steve ntcontrols.com">steve ntcontrols.com> wrote: > >
> > In the application sample code for HTML API programming there is a > > quantity number associated with an item. Is it possible to allow a > > customer to change quantities? For example in the sample code below
> > can we change the code so that the client can buy 130 or 150 cans of > > chunky peanut butter? > > > > > > <form method="POST" action="
https://sandbox.google.com/checkout/cws/v2/ > > Merchant/1234567890/checkoutForm" 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.99"/> > > > > Thank you > > > > > > > > > > > > --
> pablof > > > > > >
| |