Forum Moderators: buckworks
is there a way i can do an insert at the same time as directing the customer to the secure payment handler..?
ive got to the stage where im deciding where im getting users to enter their shipment details.
shop>>>basket>>>checkout>>>>secure card payment>>>callback
Im thinking of doing it on the checkout page. The problem im hitting is that i want to enter this into the database before i get to secure card payment page. this page is obviously located on our secure transaction handlers server so i cant run php code to enter it into the database.. I was wondering wether there was some way of getting into my database while the user is still on the checkout page?