Sandeep Tiwari Posted June 8, 2015 Share Posted June 8, 2015 Hello Team Can customer cancel his own order if he/she orders a wrong product , please let me know .its very urgent. I can see its only possible after order gets delivered. but what if he wants to cancel his order right away. Regards Link to comment Share on other sites More sharing options...
NemoPS Posted June 8, 2015 Share Posted June 8, 2015 Not possible without an extensive modification (which would be too long to explain in a forum thread really). You should create a new controller where the customer has access to his order history, and add a button, linked to a controller method, that can void recent orders. Link to comment Share on other sites More sharing options...
bellini13 Posted June 8, 2015 Share Posted June 8, 2015 One issue you will need to think through, is how would the customer be refunded? Not all payment providers offer a way to systemically refund the payment, so the merchant still needs to be made aware so they can take action to void/refund the transaction. In my mind, I want to interact with the customer via a Live Chat or Contact Us form, and not allow them to do this by themselves Link to comment Share on other sites More sharing options...
mushino Posted June 24, 2015 Share Posted June 24, 2015 (edited) Hi, simply add a button "Delete your order" in file my-profile.tpl, this link open contact form, in which for each communication the customers can already ask the deletion of his order. But it's only an email to the buyer. I do the same by editing history.tpl Edited June 24, 2015 by mushino (see edit history) Link to comment Share on other sites More sharing options...
Sandeep Tiwari Posted June 25, 2015 Author Share Posted June 25, 2015 Thanks Bellini , the important thing is you also need to refund while deletion of your order. I have done the refund of my payment module and delete order functionaliy on my store although it has taken two days . Thanks everyone. Link to comment Share on other sites More sharing options...
Recommended Posts