my name is jose and I would like to get a new payment module to work with oscommerce.
here are the info to connect to the merchant !!
I would like to know if you know how to set up a new payment module and I will pay you $30.00 for that!
please help me or if you don't know can you recommend me someone!!
thanks for all and here is the payment mnodule codes!!
<FORM action="https://www.ewmerchant.com/?cmd=checkout" method="post">
<input type=hidden name="merchantAccount" value="here goes the merchant email">
<input type=hidden name="amount" value="total amount to be charge">
<input type=hidden name="item_id" value="items that they bought">
<input type=hidden name="return_url" value="http://www.ewbid.com">
<input type=hidden name="cancel_url" value="">
<input type=image SRC=https://www.ewmerchant.com/buttons/pay_big1.gif name="cartImage" value="Pay Now">
</form>

