Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
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;}