List Info

Thread: qty change in API Programming




qty change in API Programming
country flaguser name
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-integrationgooglegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribegooglegroups.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
user name
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 <steventcontrols.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-integrationgooglegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribegooglegroups.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
country flaguser name
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-integrationgooglegroups.com
[mailto:google-checkout-api-integrationgooglegroups.com] On Behalf Of
pablof
Sent: Wednesday, October 03, 2007 4:30 PM
To: google-checkout-api-integrationgooglegroups.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 <steventcontrols.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-integrationgooglegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribegooglegroups.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
user name
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 <steventcontrols.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-integrationgooglegroups.com
> [mailto:google-checkout-api-integrationgooglegroups.com] On Behalf Of
> pablof
> Sent: Wednesday, October 03, 2007 4:30 PM
> To: google-checkout-api-integrationgooglegroups.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 <steventcontrols.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-integrationgooglegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribegooglegroups.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
country flaguser name
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-integrationgooglegroups.com
[mailto:google-checkout-api-integrationgooglegroups.com] On Behalf Of
pablof
Sent: Thursday, October 04, 2007 11:21 AM
To: google-checkout-api-integrationgooglegroups.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 <steventcontrols.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-integrationgooglegroups.com
> [mailto:google-checkout-api-integrationgooglegroups.com] On Behalf Of
> pablof
> Sent: Wednesday, October 03, 2007 4:30 PM
> To: google-checkout-api-integrationgooglegroups.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 <steventcontrols.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-integrationgooglegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribegooglegroups.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
country flaguser name
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-integrationgooglegroups.com
[mailto:google-checkout-api-integrationgooglegroups.com] On Behalf Of Steve
Morelli
Sent: Thursday, October 04, 2007 10:58 PM
To: google-checkout-api-integrationgooglegroups.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-integrationgooglegroups.com
[mailto:google-checkout-api-integrationgooglegroups.com] On Behalf Of
pablof
Sent: Thursday, October 04, 2007 11:21 AM
To: google-checkout-api-integrationgooglegroups.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 <steventcontrols.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-integrationgooglegroups.com
> [mailto:google-checkout-api-integrationgooglegroups.com] On Behalf Of
> pablof
> Sent: Wednesday, October 03, 2007 4:30 PM
> To: google-checkout-api-integrationgooglegroups.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 <steventcontrols.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-integrationgooglegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribegooglegroups.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
user name
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 < luluandmeriegmail.com">luluandmeriegmail.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-integrationgooglegroups.com">google-checkout-api-integrationgooglegroups.com
[mailto: google-checkout-api-integrationgooglegroups.com">google-checkout-api-integrationgooglegroups.com ] On Behalf Of Steve
Morelli
Sent: Thursday, October 04, 2007 10:58 PM
To: google-checkout-api-integrationgooglegroups.com">google-checkout-api-integrationgooglegroups.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=&quot;POST&quot; action=&quot;https://sandbox.google.com/checkout/cws/v2/
Merchant/1234567890/checkoutForm" accept-charset="utf-8">

&nbsp;  <input type=";hidden&quot; name=";item_name_1" value=&quot;Peanut Butter&quot;/>
&nbsp;  <input type=";hidden&quot; name=";item_description_1&quot; value=&quot;Chunky peanut
butter.&quot;/>
  ; <input type=";text" name=";item_quantity_1"/>-------------------------this
is the error line if user enters zero------------------
 &nbsp; <input type=";hidden&quot; name=";item_price_1" value=&quot; 3.99&quot;/>



Thank you

-----Original Message-----
From: google-checkout-api-integrationgooglegroups.com">google-checkout-api-integrationgooglegroups.com
[mailto: google-checkout-api-integrationgooglegroups.com"> google-checkout-api-integrationgooglegroups.com] On Behalf Of
pablof
Sent: Thursday, October 04, 2007 11:21 AM
To: google-checkout-api-integrationgooglegroups.com">google-checkout-api-integrationgooglegroups.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 < steventcontrols.com">steventcontrols.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?
&gt;
> As an example:&nbsp; setup code for chunky peanut butter and smooth peanut
butter
> and have client order only the chunky.&nbsp; The quantity of the smooth peanut
>; butter will be zero. ; The program will not work...Any ideas?
>;
> Thank you
>
&gt; Steve
>
>
>; -----Original Message-----
> From: google-checkout-api-integrationgooglegroups.com">google-checkout-api-integrationgooglegroups.com
>; [mailto: google-checkout-api-integrationgooglegroups.com"> google-checkout-api-integrationgooglegroups.com] On Behalf Of
> pablof
>; Sent: Wednesday, October 03, 2007 4:30 PM
> To: google-checkout-api-integrationgooglegroups.com">google-checkout-api-integrationgooglegroups.com
&gt; 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
>
&gt; On 10/3/07, NTdeveloper < steventcontrols.com">steventcontrols.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? &nbsp;For example in the sample code below
&gt; > can we change the code so that the client can buy 130 or 150 cans of
> > chunky peanut butter?
&gt; >
> >
> > <form method=&quot;POST&quot; action=&quot; https://sandbox.google.com/checkout/cws/v2/
> > Merchant/1234567890/checkoutForm" accept-charset="utf-8">
> >
> >   <input type=";hidden&quot; name=";item_name_1" value=&quot;Peanut Butter&quot;/>
&gt; >   <input type=";hidden&quot; name=";item_description_1&quot; value=&quot;Chunky peanut
>; > butter.&quot;/>
&gt; >   <input type=";hidden&quot; name=";item_quantity_1" value=&quot;1"/&gt;
> >   <input type=";hidden&quot; name=";item_price_1" value=&quot;3.99";/>
> >
> > Thank you
> >
> >
> > >
> >
>
>
> --
> pablof
>;
>
>
> >
>


--
pablof




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "API Integration Basics&quot; group.
To post to this group, send email to google-checkout-api-integrationgooglegroups.com
To unsubscribe from this group, send email to google-checkout-api-integration-unsubscribegooglegroups.com
For more options, visit this group at http://groups.google.com/group/google-checkout-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---

Re: qty change in API Programming
user name
2007-10-05 09:16:30
you can't.

you have to send a form with just the items that the user
will buy.

if you're looking to have a simple cart take a look at fat
free cart:
http://www.fatfreecart.co
m/

cheers,

On 10/4/07, Steve Morelli <steventcontrols.com> wrote:
>
> 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-integrationgooglegroups.com
> [mailto:google-checkout-api-integrationgooglegroups.com] On Behalf Of
> pablof
> Sent: Thursday, October 04, 2007 11:21 AM
> To: google-checkout-api-integrationgooglegroups.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 <steventcontrols.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-integrationgooglegroups.com
> > [mailto:google-checkout-api-integrationgooglegroups.com] On Behalf Of
> > pablof
> > Sent: Wednesday, October 03, 2007 4:30 PM
> > To: google-checkout-api-integrationgooglegroups.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 <steventcontrols.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
>
>
>
> >
>


-- 
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-integrationgooglegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribegooglegroups.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
country flaguser name
United States
2007-10-05 10:49:54
Please take me out og your email chain.  I switched to
PayPal and all
problems solved immediately.

See it onlineat:

Wwww.luluandmerie.com  

Google has a long long way to go to equal paypal's ease of
integration and
functiopnality

-----Original Message-----
From: google-checkout-api-integrationgooglegroups.com
[mailto:google-checkout-api-integrationgooglegroups.com] On Behalf Of
pablof
Sent: Friday, October 05, 2007 10:17 AM
To: google-checkout-api-integrationgooglegroups.com
Subject: [google-checkout-api-integration] Re: qty change in
API Programming


you can't.

you have to send a form with just the items that the user
will buy.

if you're looking to have a simple cart take a look at fat
free cart:
http://www.fatfreecart.co
m/

cheers,

On 10/4/07, Steve Morelli <steventcontrols.com> wrote:
>
> 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-integrationgooglegroups.com
> [mailto:google-checkout-api-integrationgooglegroups.com] On Behalf Of
> pablof
> Sent: Thursday, October 04, 2007 11:21 AM
> To: google-checkout-api-integrationgooglegroups.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 <steventcontrols.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-integrationgooglegroups.com
> > [mailto:google-checkout-api-integrationgooglegroups.com] On Behalf Of
> > pablof
> > Sent: Wednesday, October 03, 2007 4:30 PM
> > To: google-checkout-api-integrationgooglegroups.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 <steventcontrols.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
>
>
>
> >
>


-- 
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-integrationgooglegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribegooglegroups.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
user name
2007-10-05 10:53:36
google-checkout-api-integration-unsubscribegooglegroups.com">google-checkout-api-integration-unsubscribegooglegroups.com

On 10/5/07, Lulu and Merie < luluandmeriegmail.com">luluandmeriegmail.com> wrote:

Please take me out og your email chain.&nbsp; I switched to PayPal and all
problems solved immediately.

See it onlineat:

Wwww.luluandmerie.com

Google has a long long way to go to equal paypal';s ease of integration and
functiopnality

-----Original Message-----
From: google-checkout-api-integrationgooglegroups.com">google-checkout-api-integrationgooglegroups.com
[mailto: google-checkout-api-integrationgooglegroups.com"> google-checkout-api-integrationgooglegroups.com] On Behalf Of
pablof
Sent: Friday, October 05, 2007 10:17 AM
To: google-checkout-api-integrationgooglegroups.com">google-checkout-api-integrationgooglegroups.com
Subject: [google-checkout-api-integration] Re: qty change in API Programming


you can't.

you have to send a form with just the items that the user will buy.

if you're looking to have a simple cart take a look at fat free cart:
http://www.fatfreecart.com/

cheers,

On 10/4/07, Steve Morelli < steventcontrols.com">steventcontrols.com> wrote:
>;
> Hello.
&gt;
> 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=&quot;POST&quot; action=&quot;https://sandbox.google.com/checkout/cws/v2/
>&nbsp; Merchant/1234567890/checkoutForm&quot; accept-charset="utf-8">
>
&gt; &nbsp; &nbsp;<input type=";hidden&quot; name=";item_name_1" value=&quot;Peanut Butter&quot;/>
>; &nbsp; &nbsp;<input type=";hidden&quot; name=";item_description_1&quot; value=&quot;Chunky peanut
&gt; &nbsp;butter."/>
  ; <input type=";text"
name=";item_quantity_1"/>-------------------------this
> is the error line if user enters zero------------------
; &nbsp; <;input type=";hidden&quot; name=";item_price_1" value=&quot; 3.99&quot;/>
&gt;
>
>;
> Thank you
>
&gt; -----Original Message-----
> From: google-checkout-api-integrationgooglegroups.com">google-checkout-api-integrationgooglegroups.com
&gt; [mailto: google-checkout-api-integrationgooglegroups.com">google-checkout-api-integrationgooglegroups.com] On Behalf Of
> pablof
>; Sent: Thursday, October 04, 2007 11:21 AM
> To: google-checkout-api-integrationgooglegroups.com">google-checkout-api-integrationgooglegroups.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?
&gt;
> maybe you should take a look at the html api which is a bit more
>; flexible that buy now buttons:
&gt;
http://code.google.com/apis/checkout/developer/google_checkout_html_api.html
>
&gt; cheers,
&gt;
> On 10/4/07, Steve Morelli < steventcontrols.com">steventcontrols.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:&nbsp; setup code for chunky peanut butter and smooth peanut
>; butter
>; > and have client order only the chunky.&nbsp; The quantity of the smooth
peanut
> > butter will be zero. ; The program will not work...Any ideas?
&gt; >
> > Thank you
> >
> > Steve
> >
> >
> > -----Original Message-----
> > From: google-checkout-api-integrationgooglegroups.com">google-checkout-api-integrationgooglegroups.com
&gt; > [mailto: google-checkout-api-integrationgooglegroups.com">google-checkout-api-integrationgooglegroups.com] On Behalf Of
> > pablof
>; > Sent: Wednesday, October 03, 2007 4:30 PM
> > To: google-checkout-api-integrationgooglegroups.com">google-checkout-api-integrationgooglegroups.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 < steventcontrols.com">steventcontrols.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? &nbsp;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?
&gt; > >
> > >
> > > <form method=&quot;POST&quot;
action=&quot;https://sandbox.google.com/checkout/cws/v2/
> > > Merchant/1234567890/checkoutForm" accept-charset="utf-8">
> > >
> > >   <input type=";hidden&quot; name=";item_name_1" value=&quot;Peanut Butter&quot;/>
&gt; > >   <input type=";hidden&quot; name=";item_description_1&quot; value=&quot;Chunky peanut
>; > > butter.&quot;/>
&gt; > >   <input type=";hidden&quot; name=";item_quantity_1" value=&quot;1"/&gt;
> > >   <input type=";hidden&quot; name=";item_price_1" value=&quot;3.99";/>
> > >
> > > Thank you
> > >
> > >
> > > >
>; > >
> >
> >
> > --
> > pablof
>; >
> >
> >
> > >
> >
>
>
> --
> pablof
>;
>
>
> >
>;


--
pablof


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "API Integration Basics&quot; group.
To post to this group, send email to google-checkout-api-integrationgooglegroups.com
To unsubscribe from this group, send email to google-checkout-api-integration-unsubscribegooglegroups.com
For more options, visit this group at http://groups.google.com/group/google-checkout-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---

[1-10] [11-13]

about | contact  Other archives ( Real Estate discussion Medical topics )