jdmicros Posted October 3, 2008 Posted October 3, 2008 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?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.