Gift Certificate Buttons



Minimum and Maximum Denominations for Buy Gift Certificate Buttons

The sample below sets the minimum amount to $5.00 USD with the min_denom HTML variable and sets the maximum amount to $1,000.00 USD with the max_denom HTML variable.

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_oe-gift-certificate">
<input type="hidden" name="business" value="info@capleswebdev.com">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="min_denom" value="5.00">
<input type="hidden" name="max_denom" value="1000.00">
<input type="hidden" name="style_color" value="BLU">
<input type="hidden" name="shopping_url" value="http://www.maxxiecandys.com">
<input type="image" name="submit" border="0" src="https://www.paypal.com/en_US/i/btn/btn_gift_LG.gif" alt="PayPal - The safer, easier way to pay online">
<img alt="" border="0" width="1" height="1" src="https://www.paypal.com/en_US/i/scr/pixel.gif" >
</form>



Back To Main Page



info@capleswebdev.com