ariel.oscommerce Posted August 3, 2011 Posted August 3, 2011 Hi everybody, I am newbie with oscommerce, I am using oscommerce version 2.3. I have disabled the "PayPal Express Checkout" module and I would want to know how to modify my store to make that when a customer click on the checkout button it doesn't follows the defaults steps to make a checkout: "Delivery Information, Payment Information and Confirmation" instead of that when the customer click on the checkout button I only want to automatically send an email to the store owner with the order details in the content of the email, after that I would want the customer see a message telling him that an email have been sent with the order details. Could you help me please ??? I hope you can help me. Kind regards, Ariel
Guest Posted August 3, 2011 Posted August 3, 2011 Ariel, As stated in your previous post on this topic, the customer MUST go through the checkout process in order for you to receive an ORDER and an ORDER CONFIRMATION EMAIL (you and the customer). The payment on account contribution OR COD module modified, to suit your needs are the best solution for this. Chris
vishalchauhan Posted August 3, 2011 Posted August 3, 2011 hi do you need to store order in order table? if not. Then just change action of the shopping_cart.php file. instead of checkout payment change it checkout_process you have to change logic of checkout_process file, you need to remove order table entries if you dont want it. remain mail function as it is in checkout_process file, just check for customer name, email address are in session or not? if it's there then use it to send mail to customer. NOTE: Please take backup of your all file before change anything suggested by me.... Please take backup of your files before do changes suggested by me
ariel.oscommerce Posted August 3, 2011 Author Posted August 3, 2011 Chris, I have tried to add the payment on account module in my store but for some reason I can't added succesfully, I think it is because the module it is made for version 2.2 and I am using version 2.3, any help would be apreciate it. Vishalchauhan, how do I change action of the shopping_cart.php file ? I must change the links of the button in shopping_cart.php file ? Could you give me an example ? I hope you can help me. Regards, Ariel
Recommended Posts
Archived
This topic is now archived and is closed to further replies.