Google Checkout ButtonsTo use Google Checkout Services to sell online.
Google Checkout Button wizards:You will need to change the Sandbox Merchant ID.
<form action="https://sandbox.google.com/checkout/api/checkout/v2/checkoutForm/Merchant/159956428742696" id="BB_BuyButtonForm" method="post" name="BB_BuyButtonForm" target="_top"> <table cellpadding="5" cellspacing="0" width="1%"> <tr> <td align="right" width="1%"> <select name="item_selection_1"> <option value="1">£21.00 - Goopal T-Shirt 01</option> <option value="2">£25.00 - Goopal T-Shirt 02</option> </select> <input name="item_option_name_1" type="hidden" value="Goopal T-Shirt 01"/> <input name="item_option_price_1" type="hidden" value="21.0"/> <input name="item_option_description_1" type="hidden" value="Goopal T-Shirt 01"/> <input name="item_option_quantity_1" type="hidden" value="1"/> <input name="item_option_currency_1" type="hidden" value="GBP"/> <input name="item_option_name_2" type="hidden" value="Goopal T-Shirt 02"/> <input name="item_option_price_2" type="hidden" value="25.0"/> <input name="item_option_description_2" type="hidden" value="Goopal T-Shirt 02"/> <input name="item_option_quantity_2" type="hidden" value="1"/> <input name="item_option_currency_2" type="hidden" value="GBP"/> </td> <td align="left" width="1%"> <input alt="" src="https://sandbox.google.com/checkout/buttons/buy.gif?merchant_id=159956428742696&w=117&h=48&style=white&variant=text&loc=en_US" type="image"/> </td> </tr> </table> </form> Use the wizard in your checkout account to create buy now buttons.
|