In ShopSite 10sp2 additional email configuration setting can be found on Commerce Setup > Order System > Email
help for this new feature is at http://www.shopsite.com/help/10.2/en-EU/sc/pro/customize.order.email.html
In addition to the settings available under Preferences > Hosting Services
You can now set
Subject Line for the Merchant's Receipt Email
Email address to use as From address on merchant email notifications
Subject Line for the Customer's Receipt Email
Text at the Bottom of the E-Mail Receipt
You can change the order of parts of the message subjects and include/exclude certain data using a tag language.
- Code: Select all
* ORDERNUM (The number assigned to this order.)
* NAME (The name provided by the customer during checkout.)
* STOREID (The unique identifier of the store. This value is also contained in the store’s store.auth file.)
* ORDERTOTAL (The complete order total, after taxes, shipping, etc.)
* SUBTOTAL (The order total before taxes, shipping, etc.)