So, I have to go to database to change the setting manually.
Database, table "cscart_status_data"
Use phpMyAdmin, in SQL syntax enter
SELECT * FROM `cscart_status_data` WHERE `param` = "notify"
You will able to see the result
Status | type | param | value | |
---|---|---|---|---|
C | Completed | O | notify | Y |
B | Backordered | O | notify | Y |
D | Declined | O | notify | N->Y |
I | Cancelled | O | notify | Y |
F | Fail | O | notify | N |
O | Open | O | notify | Y |
P | Processed | O | notify | Y |
A | Active | G | notify | Y |
C | Cancelled | G | notify | Y |
P | Pending | G | notify | N |
U | Used | G | notify | N |
A | Approved | R | notify | Y |
C | Completed | R | notify | Y |
D | Declined | R | notify | Y |
R | Requested | R | notify | N |
Type:
O: Order
G: Gift
R: Return
No comments:
Post a Comment