SimpleCart E-Mail Notifier/Invoicing Step 4 Guide

product item
Item Name Step 4 Installation Guide Custom Auto/Send E-mail
Price RM62.30
Description Tutorial and code snippets for customizing automated e-mail notification/invoicing.
Stock/Size Available Location Template > Edit HTML
More Details
Go to Template > Edit HTML > scroll down to bottom of template code > you will find this pieces of code snippets:-

<b:if cond='data:blog.pageType == &quot;static_page&quot;'>
<script type='text/javascript'>
//<![CDATA[
simpleCart.bind( 'beforeCheckout' , function( data ){
     data.first_name = document.getElementById("first_name").value;
     data.last_name = document.getElementById("last_name").value;
     data.email = document.getElementById("email").value;
     data.phone = document.getElementById("phone").value;
     data.address = document.getElementById("address").value;
     data.postcode = document.getElementById("postcode").value;
     data.comments = document.getElementById("comments").value;

// Your custom e-mail data starts here
data.shop_name = "My Online Shop";
data.shop_url = "http://your_blog.blogspot.com";
data.shop_email = "your_email@gmail.com";
data.shop_currency = "MYR";

data.shop_bizname = "Irsah Indesign Cart Theme";
data.shop_bizaddress = "P15, Cahaya, 68000 KL Malaysia";
data.shop_bizphone1 = "017-361 8321";
data.shop_bizphone2 = " 016-361 8321";
data.shop_bizphone3 = " 019-361 8321" ;

data.bank1 = "MAYBANK";
data.bank1_acc_no = "1234 1234 1234 12";
data.bank1_acc_name = "Ahmad bin Abu";
data.bank2 = "CIMB";
data.bank2_acc_no = "4567 9876 1234 89";
data.bank2_acc_name = "Ali bin Bapoo";
data.bank3 = "BANK ISLAM";
data.bank3_acc_no = "4321 1234 4321 1234";
data.bank3_acc_name = "Siti Nurhaliza";
});
//]]>
</script>
</b:if>

The codes above are self explanatory. These code snippets will provide data to your e-mail notifier/responder. Data compiled here includes your blog store URL, store name, your business name, business address, your banking particulars, contact etc.

Fill in the appropriate fields indicated in between the quotes.

A sample e-mail notifier to your customer will look like this.

Notifier to Customer Mail


A sample a-mail notifier to the blog store owner will look like so:-

Notifier mail to Blogshop Owner


Click Save Template and test your check out page using an extra e-mail address (which you have access)  as your customer's e-mail and fill in the particulars > click Send Order > and check your "test" customer e-mail and also your e-mail inbox.

If you have a problem, please contact us using the comment form below. We do provide general support, but for advance options a small donation fee would be required.

Click Newer Item for the next installation guide.

 

2012 My BlogShop Tool | Designed by: Irsah inDesigns | More Template at Blogger Template Collection