How to allow customers confirm "order received"?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
Hello!

We are using nopCommerce 3.90.

How to allow my customers to confirm when they receive their orders?

What I need is there should be a button for a customer to click when he received the order. When he clicks ORDER RECEIVED the shipping status would change to DELIVERED. And order status would change to COMPLETE.

Thanks.
6 years ago
zaf wrote:
Hello!

We are using nopCommerce 3.90.

How to allow my customers to confirm when they receive their orders?

What I need is there should be a button for a customer to click when he received the order. When he clicks ORDER RECEIVED the shipping status would change to DELIVERED. And order status would change to COMPLETE.

Thanks.


I think below is right process.

When order is out of deliver at that time you should set shipping as shipped.

When order received by customer than shipping set as delivered.

After you can make order statues as complete.

That's the entire process and good to follow.
6 years ago
zaf wrote:
Hello!

We are using nopCommerce 3.90.

How to allow my customers to confirm when they receive their orders?

What I need is there should be a button for a customer to click when he received the order. When he clicks ORDER RECEIVED the shipping status would change to DELIVERED. And order status would change to COMPLETE.

Thanks.


Hello,

You can make a method in nopCommerce in which you can accept order id and use that public method as a url in order completed email. You just need to put orderId token with url.

Hope this would help.

Thank you,
Atul
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.