When customer make a payment, the point did not deduct. However, when cancelled the order, the point will add back.
此问题已终结
作为版主,您可以批准或拒绝该答案。
1
回复
110
查看
1. Customer make a payment, the point did not deduct because they didn't make payment successfully. So system won't deduct the point.
2. When cancelled the order, the point will add back because when order status change to cancelled will give back the point. Here need to do a restriction to prevent give back the point.
Solution
1. Add a condition which is change the status from 'confirmed' to 'cancelled' will be trigger. This is because after payment fail the status is 'created'. So when 'created' change to 'cancelled' will not be trigger. We using order history to track the old order status.
您的回复
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
1
11月 23
|
61 | ||
|
1
11月 24
|
83 | ||
|
0
9月 24
|
65 | ||
|
0
8月 24
|
107 | ||
|
0
6月 24
|
73 |