Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Automated Payment Button


jdmicros

Recommended Posts

Posted

I have previously been using Roman Cart. Although it was no where near as versitile as Oscommerce it had one function which was very useful. With a few lines of text I could create a payment button. The text would be something along the lines of:

 

<form action=http://www.romancart.com/cart.asp method=post>
<input type=hidden name=itemname value='Item Name'>
<input type=hidden name=price value="Item Value">
<input type=hidden name=storeid value=Roman Cart Store Number>
<input type=hidden name=quantity value=1>
<input type=submit value='Comments'>
</form>

 

The text can be automatically generated by our custom in house database. To create the payment button I would insert the text into the relevant part of a web page and the customer can pay through whichever required payment method.

 

Is it possible to do something similar with Oscommerce?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...