Forum Moderators: buckworks

Message Too Old, No Replies

Google Checkout Return Link

         

shiva777

6:18 pm on May 8, 2007 (gmt 0)

10+ Year Member



Hello all...I am baffled as to why Google Checkout does not offer a return link. After a few convoluted replies to my questions I was finally directed to the Google API which has a "continue shopping link":
[code.google.com...]

However, there is nowhere where it is plainly told how to implement this.If anyone can explain this to someone with little programming knowledge it would be much appreciated.

Thanks!
~shiva

BananaFish

4:18 pm on May 9, 2007 (gmt 0)

10+ Year Member



If you're using the php API it's as simple as adding two lines, eg:

$cart->SetEditCartUrl("http://www.yoursite/cart");
$cart->SetContinueShoppingUrl("http://www.yoursite/shop");

shiva777

6:07 pm on May 9, 2007 (gmt 0)

10+ Year Member



Thanks for the reply...unfortunately I have no idea how to implement a php api...anyone know of any places with instructions for php newbies and/or an example of this? Surel I can't be the only vendor using google checkout who wants a return link!

~shiva