Wednesday, June 15, 2011

Email Order data to customer

There is no setting page for email order data to customer or order department when customer places a order.
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
typeparamvalue
CCompletedOnotifyY
BBackorderedOnotifyY
DDeclinedOnotifyN->Y
ICancelledOnotifyY
FFailOnotifyN
OOpenOnotifyY
PProcessedOnotifyY
AActiveGnotifyY
CCancelledGnotifyY
PPendingGnotifyN
UUsedGnotifyN
AApprovedRnotifyY
CCompletedRnotifyY
DDeclinedRnotifyY
RRequestedRnotifyN

Type:
O: Order
G: Gift
R: Return

No comments:

Post a Comment