Hi,
I’m doing a simple shopping cart, after the user decided to checkout, I want to add all items to a order table before connecting to the credit card service provider.
Instead of a separate page, When user clicks submit button I want it to insert data in the onclick event and also call the service provider page which is in the form action.
Please help
Thanks