maxrenn Posted September 22, 2005 Posted September 22, 2005 Hi, I hope someone can help. I want to have my cart set up so that people can add things to cart, enter delivery information etc and for all that information to be sent to my email address. I don't want the customer to be taken to a payment page but to a page just thanking them for their order and that they will be forwarded an invoice soon. So basically I want the information about their order to reach me but I want to be able to send an independant invoice at a later date. Any ideas as to how I would do this? Any help is much appreciated.
kalle Posted September 22, 2005 Posted September 22, 2005 Hi, I hope someone can help. I want to have my cart set up so that people can add things to cart, enter delivery information etc and for all that information to be sent to my email address. I don't want the customer to be taken to a payment page but to a page just thanking them for their order and that they will be forwarded an invoice soon. So basically I want the information about their order to reach me but I want to be able to send an independant invoice at a later date. Any ideas as to how I would do this? Any help is much appreciated. <{POST_SNAPBACK}> It requires hacking the source codes, but it's pretty simple to do. You just have to edit checkout_payment.php so that it'll use a dummy value as the payment method and then proceed so that the customer won't have to press anything. If you don't want the customer to be asked for a confirmation you'll have to do a similar hack to checkout_confirmation.php. Cheers, Kalle!
maxrenn Posted September 22, 2005 Author Posted September 22, 2005 It requires hacking the source codes, but it's pretty simple to do. You just have to edit checkout_payment.php so that it'll use a dummy value as the payment method and then proceed so that the customer won't have to press anything. If you don't want the customer to be asked for a confirmation you'll have to do a similar hack to checkout_confirmation.php. Cheers, Kalle! <{POST_SNAPBACK}> Hi, thanks for the reply but I haven't got a clue how to do that, I'm a novice at this, could you tell me exactly what I need to do? thanks.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.