Note that there are some explanatory texts on larger screens.

plurals
  1. POgoogle checkout digital products
    primarykey
    data
    text
    <p>Basically I want a functionality to download code mywebsite.</p> <p>I checked following link for google checkout digital products. <a href="https://checkout.google.com/support/sell/bin/answer.py?answer=39011" rel="nofollow">https://checkout.google.com/support/sell/bin/answer.py?answer=39011</a></p> <p>I created buy now button for digital product from sandbox using this link.HTML code redirects me to google checkouts as usual. </p> <p>But it does not give me any download link anywhere after payment. ??</p> <pre><code> &lt;form action="https://sandbox.google.com/checkout/api/checkout/v2/checkoutForm/Merchant/859574590497884" id="BB_BuyButtonForm" method="post" name="BB_BuyButtonForm" target="_top"&gt; &lt;input name="item_name_1" type="hidden" value="mycode"/&gt; &lt;input name="item_description_1" type="hidden" value="this item is all about my code"/&gt; &lt;input name="item_quantity_1" type="hidden" value="1"/&gt; &lt;input name="item_price_1" type="hidden" value="1251.0"/&gt; &lt;input name="item_currency_1" type="hidden" value="USD"/&gt; &lt;input name="shopping-cart.items.item-1.digital-content.description" type="hidden" value="Please read this instructions.."/&gt; &lt;input name="shopping-cart.items.item-1.digital-content.url" type="hidden" value="http://www.xxxxxxxx.in/xxxxxxxx/xxxxxx/20110929034224791156.pdf"/&gt; &lt;input name="_charset_" type="hidden" value="utf-8"/&gt; &lt;input alt="" src="https://sandbox.google.com/checkout/buttons/buy.gif?merchant_id=859574590497884&amp;amp;w=117&amp;amp;h=48&amp;amp;style=white&amp;amp;variant=text&amp;amp;loc=en_US" type="image"/&gt; </code></pre> <p></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload