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



Sorry dude I can’t help you on this one









