I wrote my own program for processing orders that interfaces with paypal. The client fills in the form, choose the plan they want then clicks on the submit button. The order is send to our office, then depending on which plan they chose it sends them to a web page that has a Subscribe button that they click on to make the payment.
Is this a good or bad process? Should the payment link occur first and then redirect them to the form to gather domain information? Or is it good like it is?
Is this a good or bad process? Should the payment link occur first and then redirect them to the form to gather domain information? Or is it good like it is?