Search  

HELP WITH GOOGLE CHECKOUT

HomeForumsGeneral Discussionhelp with google checkout
33358 flashjunkie
2042 posts
Exclusive author Item was featured Author was featured Referred at least one person Reviewer Sold between 5 000 and 10 000 dollars Bought between 100 and 499 items

Hey guys im trying to code a ‘buy now’ button for google checkout, i cant seem to find anything online on how to do this, can anyone help, this is what i have tried and it doesnt work :(

on (release) {
var googche = new LoadVars();
googche.cmd = "_xclick";
googche.id = "BB_BuyButtonForm" 
googche.name = "BB_BuyButtonForm" 
googche.item_name_1 = "GrandCherokeeLF";
googche.item_description_1 = "StandardShipping";
googche.item_quantity_1 = "1";
googche.item_price_1 = "100.0";
googche.item_currency_1 = "USD";
googche._charset_ = "utf-8";
googche.send("https://checkout.google.com/api/checkout/v2/checkoutForm/Merchant/753138610511701","_blank","POST");
}
Posted 2 months ago
51333 wildwise
563 posts
Exclusive author Item was featured Author was featured Referred at least one person Sold between 10 000 and 50 000 dollars Bought between 1 and 9 items

You suck Jay :D Sorry dude I can’t help you on this one :( It seems I suck too :D

Posted 2 months ago
33358 flashjunkie
2042 posts
Exclusive author Item was featured Author was featured Referred at least one person Reviewer Sold between 5 000 and 10 000 dollars Bought between 100 and 499 items

haha im hoping flashcart might be able to help with this one…

SEAN !!!!!

lol

Jay

Posted 2 months ago
40691 michelsteege
420 posts
Exclusive author Referred at least one person Sold between 5 000 and 10 000 dollars Bought between 1 and 9 items

http://code.google.com/apis/checkout/developer/Google_Checkout_Basic_HTML_Overview.html did you looked there?

by the way, why are you using as1? with on (release)

Posted 2 months ago
39129 Flash_Cart
545 posts
Exclusive author Author was featured Referred at least one person Sold between 10 000 and 50 000 dollars Bought between 10 and 49 items

I don’t know much about Google Checkout yet.

I can ask around though & get you some sample code.

A buy now shouldn’t be as challengin as a cart.

Stay tuned…

Looks like you’re on the right track btw if it’s anything like PayPal’s variables.

Posted 2 months ago