Merge Code
Description
Example Output
##ORDERBASEPRICELISTURLENCODED## $
##ORDERCATEGORYLISTPIPESEPARATED## Generates a list of the primary category for each line item on the order separated by the character | $
##ORDERITEMLISTPIPESEPARATED## Generates a list of all items (by SKU/Item Number) on the order separated by the character | $
##ORDERITEMLISTQUOTED## Generates a list of all items (by SKU/Item Number) on the order enclosed in single quotes and separated by a comma. $
##ORDERITEMLISTQUOTEDWITHPRICE## Generates a list of all items (by SKU/Item Number) on the order with the corresponding price enclosed in single quotes and separated by a comma. $
##ORDERITEMLISTQUOTEDWITHQTY## Generates a list of all items (by SKU/Item Number) on the order with the corresponding quantity enclosed in single quotes and separated by a comma. $
##ORDERITEMLISTURLENCODED## lists the item numbers on an order (comma separated and url encoded) $
##ORDERITEMLISTWEBTRENDS## Populates the tracking script with order item information. $
##ORDERPRICELISTQUOTED## Generates a list of the prices of all items on the order enclosed in single quotes and separated by a comma (rounds to 2 decimal places). Example: �2295.00�,�5.00�,�4.00� $
##ORDERPRICELISTURLENCODED## lists the item prices on an order (comma separated and url encoded) $
##ORDERQUANTITYLISTPIPESEPARATED## Generates a list of all the item quantities on the order separated by the character | $
##ORDERQUANTITYLISTQUOTED## Generates a list of the quantities of all items on the order enclosed in single quotes and separated by a comma. $
##ORDERQUANTITYLISTURLENCODED## lists the item quantities on an order (comma separated and url encoded) $