3 messages in com.googlegroups.google-checkout-api-ukRe: html api
FromSent OnAttachments
Barney11 Sep 2007 12:18 
Barney11 Sep 2007 12:32 
Barney12 Sep 2007 02:27 
Subject:Re: html api
From:Barney (com_@compuserve.com)
Date:09/12/2007 02:27:00 AM
List:com.googlegroups.google-checkout-api-uk

Hi

Sincere apologies if we have wasted your time. The problem was in house using incorrect file it works fine with correct files.

Barney

On Sep 11, 9:12 pm, Ropu <rova@gmail.com> wrote:

Hi

if you want to do that with out server side programming (ie, refresh page when the qty is changed and set the correct price according to the new qty ) you should use JavaScript to add the price logic in the buyer side (browser)

hope this helps

ropu

On 9/11/07, Barney <com_@compuserve.com> wrote:

Hi

We have price breaks at quantiries 10, 25, 50

We calculate the price reduction at these price breaks and then assign the variable to item_price_201 using the value webcam_price_201.

out.println("<input type=hidden name= item_price_201 value=\""+ webcam_price_201+"\">");

When we run this code the value of item_price_201 does not change, retaining the original value for quantities less than 10.

Is it not possible to assign a variable to item_price_201?

Kind regards

- Show quoted text -