Jump to content

Customer with an option to mark an order as received


Recommended Posts

Is there any module that add an option to a customer to have the ability to mark an order as received/delivered, in this way i can know when orders without tracking & trace option have been delivered to the customer's address successfully.

the option should be like this:

  • I have receive my order 

 

Tanks.

Edited by majority (see edit history)
Link to comment
Share on other sites

I fear this would need an additional module. As far as I know, there is no such option by default.

My suggestion would be to create a module  and and check your 'delivered' order status. Should be 5 by default. Then, hook it to the customer's account page. If any of the orders are still 'shipped' (id = 4) display a message like: remember to let us know when you receive your order #XXXXX

 

Also, I'd use a cron job (or you can do it manually) and send periodical email for orders that don't have 'delivered' as status, to let customers know they have to inform you

 

 

Just a rough idea :D

Link to comment
Share on other sites

I fear this would need an additional module. As far as I know, there is no such option by default.

My suggestion would be to create a module  and and check your 'delivered' order status. Should be 5 by default. Then, hook it to the customer's account page. If any of the orders are still 'shipped' (id = 4) display a message like: remember to let us know when you receive your order #XXXXX

 

Also, I'd use a cron job (or you can do it manually) and send periodical email for orders that don't have 'delivered' as status, to let customers know they have to inform you

 

 

Just a rough idea :D

Tanks for the reply,

a module like that would be great and well received by the community, in my opinion.

So if anyone want to make a module like this i would buy it.  ;)

Link to comment
Share on other sites

×
×
  • Create New...