This article shows you how to change the heading label of an order sheet template.
Prerequisites
- You must have administrator access to use this feature
- To edit HTML templates, an understanding and knowledge of HTML is required
- The Email and order templates app must be enabled to use this feature if you are on the Standard plan
To change order sheet document heading labels
- Log into your DecoNetwork website and click Admin.
- Click Settings.
- Click Email and Order Templates.
- Click Order Templates to display the list of order templates.
The Order Templates page is displayed.
- Click Edit beside the template you want to modify.
The order template edit page is displayed.
- Select Customize template from the menu at the left.
The Customize Template screen is loaded in the main work area. This section contains an editor allowing you to edit the code of the order sheet template.
- Locate the order sheet heading(s) in the code and enter a new name.
Customer Account Statement
Order
Worksheet
The worksheet does not have a heading. You can add a heading by adding the following code under the logo.
<div style="text-align: center; font-size: 36px; font-weight: bold; color: #eee;">WORKSHEET</div>
Shipping Label
Worksheet for DecoLinked Outsourcers
The worksheet does not have a heading. You can add a heading by adding the following code under the logo.
<div style="text-align: center; font-size: 36px; font-weight: bold; color: #eee;">DECOLINKED WORKSHEET</div>
Purchase Order
Packing Slip
The packing slip does not have a heading. You can add a heading by adding the following code under the logo.
<div style="text-align: center; font-size: 36px; font-weight: bold; color: #eee;">PACKING SLIP</div>
Campaign Worksheet
The campaign worksheet does not have a heading. You can add a heading by adding the following code under the logo.
<div style="text-align: center; font-size: 36px; font-weight: bold; color: #eee;">CAMPAIGN WORKSHEET</div>
Artwork Approval
The artwork approval does not have a heading. You can add a heading by adding the following code under the logo.
<div style="text-align: center; font-size: 36px; font-weight: bold; color: #eee;">ARTWORK APPROVAL</div>
Purchase Order Stock Sheet
Order Inventory Pull Sheet
Order Proof
Batch Production Worksheet
The batch production worksheet does not have a heading. You can add a heading by adding the following code under the logo.
<div style="text-align: center; font-size: 36px; font-weight: bold; color: #eee;">PRODUCTION WORKSHEET</div>
- Click Save.
Comments
0 comments
Please sign in to leave a comment.