Jump to content

How customer can cancel his order within few minutes ?


Recommended Posts

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

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

  • 3 weeks later...

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 by mushino (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...