Hii dev, can you provide code
DBICbuttons to managa payment buttons,like Paypalbutton.
I'm interest to use dbic as alt payment for my online shop.and if you have DBICEX you can provide interface to auto update price for 1 dbic for dollar/pound/euro..etc.
Sample Code Paypal Buttons :<form action="
https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="YEX6SUV56HFAA">
<table>
<tr><td><input type="hidden" name="on0" value="Buy Red Ginger Essential Oil">Buy Red Ginger Essential Oil</td></tr><tr><td><select name="os0">
<option value="10 liter">10 liter $32.000,00 USD</option>
<option value="100 liter">100 liter $320.000,00 USD</option>
</select> </td></tr>
<tr><td><input type="hidden" name="on1" value="Write your address here">Write your address here</td></tr><tr><td><input type="text" name="os1" maxlength="200"></td></tr>
</table>
<input type="hidden" name="currency_code" value="USD">
<input type="image" src="
https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="
https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>