Discussions
SuiteWorld is where the NetSuite community comes together to learn, connect, and discover what’s next.
Whether you’re looking for product updates, practical tips, new ways to improve efficiency, or insights from other customers, SuiteWorld offers something for every stage of your NetSuite journey.
■ NetSuite 2026.2 Release Notes
■ NetSuite SuiteApps Release Notes
■ NetSuite Sneak Peeks
■ Release Preview Guide
■ Release Preview Test Plan Template
Fulfillment Confirmation Emails
We'd like to add the shipping, tax and order total to our fulfillment confirmation emails. Right now it only includes a list of the items that were ordered.
Can someone tell what script to add to the text below to accomplish that? Thanks!
> Customize Web Site Text > Email Tab
<html><head>
<style>
.smalltext { font-size: 9pt; }
.texttable { font-size: 10pt; padding: 2 5 2 5 ; border-style: solid; border-width: 1 1 1 1; border-color: white; vertical-align: top;}
.texttablebold { font-size: 10pt; padding: 2 5 2 5; font-weight: bold; border-style: solid; border-width: 1 0 0 0; border-color: white; vertical-align: top;}
.texttablectr { font-size: 10pt; text-align: center; padding: 2 5 2 5; border-style: solid; border-width: 1 0 0 0; border-color: white; vertical-align: top;}