Placeholder Value |
Description |
{customer.name} |
The full name of the
customer. |
{customer.accountno} |
The customer's account
number. |
{customer.name.salutation} |
The salutation of the
customer's name. |
{customer.name.first} |
The customer's first
name. |
{customer.name.middle} |
The customer's middle
initial. |
{customer.name.last} |
The customer's last
name. |
{customer.name.suffix} |
The suffix of the customer's
name. |
** If
the customer is not an individual, then the last name will be the complete
name and the other replacement tags will be replaced with nothing. The tag
{customer.name} will always return the complete name ** |
{customer.phone} |
The customer's primary
phone. |
{customer.email} |
The customer's email
address. |
{customer.billingaddress} |
The customer's billing
address. |
{customer.shippingaddress} |
The shipping address for the
customer used for the order. |
{customer.shippingaddress.name} |
The shipping address
name. |
{customer.shippingaddress.attentionto} |
The shipping address
attention to name. |
{order.ordernumber} |
The order number prefix and
order number combined. |
{order.po} |
The order po
number. |
{order.date} |
The date of the
order. |
{order.creditcard.type} |
The credit card type,
determined based on the credit card number. |
{order.creditcard.number} |
The last 4 digits of the
credit card number. |
{order.subtotal} |
The subtotal of the
order. |
{order.shipping.cost} |
The shipping charges for the
order. |
{order.tax1.name} |
The tax 1 name for the
order. |
{order.tax1.cost} |
The tax 1 cost for the
order. |
{order.tax2.name} |
The tax 2 name for the
order. |
{order.tax2.cost} |
The tax 2 cost for the
order. |
{order.grandtotal} |
The grand total of the
order. |
{order.discount} |
The amount set as the
discount on the order, this is not inclusive of coupon or gift card
values. This is the value that is visible on the Information tab of the
order. |
{shipment.method} |
The name of the shipping
method as defined in Tradepoint. |
{shipment.shipdate} |
The date of the
shipment. |
{shipment.trackingno} |
The shipment tracking
number. |
{shippingservice.trackinglink} |
The full external link to
the shipping services tracking page. |
{shipment.grandtotal} |
The total of the items included in the shipment. |
{shipment.tax1.name} |
The name of Tax1 for the shipment. |
{shipment.tax1.cost} |
The Tax1 cost for the shipment. |
{shipment.tax2.name} |
The name of Tax2 for the shipment. |
{shipment.tax2.cost} |
The Tax2 cost for the shipment. |
{sender.name} |
The reseller's name if
available, else the Divisions name. |
{sender.address} |
The reseller's address if
available, else the Divisions address. |
{sender.phone} |
The reseller's primary phone
(including extension} if available, else the Divisions primary phone with
extension. |
{sender.email} |
The reseller's email address
set for the template if available, else the email address
specified for the shipment status template in the Divisions
settings. |
{item.detailtemplate.start} |
Marks the start of a
repeated region for listing the item details. |
<!--{item.detailtemplate.start}--> |
Marks the start of a
repeated region for listing the order item details. |
{item.detailtemplate.end} |
Marks the end of the
repeated region listing the items details. Everything between the template
start and end if repeated for each item. |
<!--{item.detailtemplate.end}--> |
Marks the end of the
repeated region listing the order items details. Everything between the
template start and end if repeated for each order item in the
order. |
{item.product.name} |
The name of the product for
the shipment item. |
{item.product.type} |
The name of the product
packaging for the shipment item. |
{item.product.model} |
The model number of the
product. |
{item.units} |
The number of units
purchased for that order item. |
{item.cost} |
The unit cost of the order
item. |
{item.shippingstatus} |
The shipping status of the
order item. |