Page 1 of 1

Need to confirm Google Checkout availability multi-item cart

Posted: Sun Nov 02, 2008 3:13 pm
by AbleMods
Hey would someone who accepts Google Checkout mind verifying some functionality for me?

What I'm seeing on my site is this: if a basket has both items that have Google Checkout prohibited and items where Google Checkout is allowed, the visitor still gets the Google Checkout button.

Is it just me? Does this happen on your site too?

The code looks bugged to me, but I'm not 100% sure - the boolean logic in the code is a little tough for me to follow in C-Sharp. Code is in ~/Checkout/Google/GoogleCheckoutButton.ascx.cs in case anyone wants to look at it.

Re: Need to confirm Google Checkout availability multi-item cart

Posted: Mon Nov 03, 2008 7:39 am
by mazhar
I have checked for this on final demo and the Google Checkout button becomes disabled if you have prohibited product in the cart with other allowed products.

Re: Need to confirm Google Checkout availability multi-item cart

Posted: Mon Nov 03, 2008 9:15 am
by AbleMods
Hmmmm ok, thanks for checking :|