Home » Posts filed under Order
Showing posts with label Order. Show all posts
Monday, August 24, 2015
Add prefix to the order number
To add the Prefix in the order number like "<COMPANYCODE><Order Number>"
1. Goto
<ATG PROJECT LOCATION>/Common/config/atg/dynamo/service/idspaces.xml
2. Modify the XML
<?xml version="1.0" encoding="UTF-8"?>
<id-spaces xml-combine="append">
<id-space name="site1" seed="1" batch-size="10000" prefix="SITE-1-" />
<id-space name="site2" seed="1" batch-size="10000" prefix="SITE-2-" />
</id-spaces>
1. Goto
<ATG PROJECT LOCATION>/Common/config/atg/dynamo/service/idspaces.xml
2. Modify the XML
<?xml version="1.0" encoding="UTF-8"?>
<id-spaces xml-combine="append">
<id-space name="site1" seed="1" batch-size="10000" prefix="SITE-1-" />
<id-space name="site2" seed="1" batch-size="10000" prefix="SITE-2-" />
</id-spaces>
Friday, August 21, 2015
[Solved] Email not send while update order through CSC
Problem:
Confirmation email is not sending while update the order in CSC.Solution:
Check the CommitOrderFormHandler property filehttp://<CSC path>/dyn/admin/nucleus/atg/commerce/custsvc/order/CommitOrderFormHandler/
Then make the property autoSendUpdateOrderEmail as TRUE
http://localhost:8380/dyn/admin/nucleus/atg/commerce/custsvc/order/CommitOrderFormHandler/?propertyName=autoSendUpdateOrderEmail
Subscribe to:
Posts
(
Atom
)
