Show Item Fulfillment Tracking Numbers on your Email Template

To include Item Fulfillment Tracking Numbers( that are clickable) on the Email Templates, refer following steps Step 1 : Navigate to Documents > Templates > Email Templates Step 2: Custom Email Template: Click Edit Step 3 : Click Source Edit Mode Step 4 : Paste the below HTML code to the Email body field:<!–Tracking Number Link Code–><#if transaction.createdfrom.shipcarrier==’UPS’><#list transaction.packageups as pkg>Your UPS Tracking Number is ${pkg.packagetrackingnumberups}. To… Continue reading Show Item Fulfillment Tracking Numbers on your Email Template

Populate Contact Name of Customer in Sales Order to Advanced PDF

Suppose if we want display contact name on the Sales Order PDF print then we needs fetch it from contact record. Normally up to 3 join are supported on the Advanced PDF template. In order to populate contact name to PDF, please refer following steps Step 1: Create a custom entity field on the customer… Continue reading Populate Contact Name of Customer in Sales Order to Advanced PDF