Discussions
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;}