Displays each product's Date of Shipment for each order in the Customer's account area.
Example of Use
The following steps are based on a customer placing an order and their product's ship date being 1/31/2012
The following content in the web page's template: Ship Date: {PRODUCT-SHIP-DATE}
Will display the following when viewing that web page in the storefront: Ship Date: 1/31/2012
Source Code
Source Code Updated:
When a web page using a template that contains this QuickCode Tag is viewed in the storefront, the {PRODUCT-SHIP-DATE} QuickCode Tag is changed into the source code below prior to the web page being displayed.