woutertarifa Posted April 3, 2006 Posted April 3, 2006 Hi everybody, I would like to change the order proces of my shop. Instead of going through all the current steps, I want to contact the customer after he has choosen his products. This allows me to check if all products are available and to calculate the shipping charge which in my case depends on too many variables. So what I need would be: customer puts products in cart and clicks on checkout. He will be taken to checkout_succes.php with a message that he will be contacted regarding his order. A message has to be sent to my admin mail address with the order. The order should also appear in the admin. To resume: after clicking on checkout in the shopping cart, customer has to be taken to checkout_succes.php, skipping checkout_shipping, checkout_payment and checkout_confirmation. I would be very happy if somebody can help me out. Cheers, Wouter
dynamoeffects Posted April 3, 2006 Posted April 3, 2006 You just need to gut checkout_process so that it doesn't call the shipping or payment modules. You'll be forwarding your customers to that page, not checkout_success. Please use the forums for support! I am happy to help you here, but I am unable to offer free technical support over instant messenger or e-mail.
woutertarifa Posted April 3, 2006 Author Posted April 3, 2006 You just need to gut checkout_process so that it doesn't call the shipping or payment modules. You'll be forwarding your customers to that page, not checkout_success. Thanks for your help Dynamoeffects. Could you however be a bit more specific. I have no idea how to configure checkout-process so that it doesn?t call the shipping or payment modules. I am not very experienced with oscommerce, maybe you can help me further Thanks a lot. Cheers, Wouter
Recommended Posts
Archived
This topic is now archived and is closed to further replies.