<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>shopping cart Archives - Michael Sunarlim</title>
	<atom:link href="https://sunarlim.com/tag/shopping-cart/feed/" rel="self" type="application/rss+xml" />
	<link>https://sunarlim.com/tag/shopping-cart/</link>
	<description>Random blurbs about web development, e-commerce and technology</description>
	<lastBuildDate>Thu, 15 Aug 2013 08:37:12 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.5</generator>

<image>
	<url>https://i0.wp.com/sunarlim.com/wp-content/uploads/2016/07/cropped-MS_Square_512x512.png?fit=32%2C32&#038;ssl=1</url>
	<title>shopping cart Archives - Michael Sunarlim</title>
	<link>https://sunarlim.com/tag/shopping-cart/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">30613895</site>	<item>
		<title>Using Transactional Email Service for Your E-Commerce Platform</title>
		<link>https://sunarlim.com/2013/07/using-transactional-email-service-for-your-e-commerce-platform/</link>
					<comments>https://sunarlim.com/2013/07/using-transactional-email-service-for-your-e-commerce-platform/#respond</comments>
		
		<dc:creator><![CDATA[Michael]]></dc:creator>
		<pubDate>Tue, 02 Jul 2013 10:48:49 +0000</pubDate>
				<category><![CDATA[E-Commerce]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[opencart]]></category>
		<category><![CDATA[platforms]]></category>
		<category><![CDATA[shopping cart]]></category>
		<guid isPermaLink="false">https://sunarlim.com/?p=847</guid>

					<description><![CDATA[<p>First of all, do not get it wrong. &#8220;Transaction email&#8221; here does not refer to only financial transactions. Quoting from MailChimp blog post: &#8230;think of it as “anything that isn’t bulk“. Basically, it is email sent to an individual based on some action. In my own words related to e-commerce, transaction emails are all notification... <span class="more"><a class="more-link" href="https://sunarlim.com/2013/07/using-transactional-email-service-for-your-e-commerce-platform/">Continue reading <span class="meta-nav">&#8594;</span></a></span></p>
<p>The post <a href="https://sunarlim.com/2013/07/using-transactional-email-service-for-your-e-commerce-platform/">Using Transactional Email Service for Your E-Commerce Platform</a> appeared first on <a href="https://sunarlim.com">Michael Sunarlim</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>First of all, do not get it wrong. &#8220;Transaction email&#8221; here does not refer to only financial transactions. Quoting from <a href="http://blog.mailchimp.com/what-is-transactional-email/" title="What is transactional email?" target="_blank">MailChimp blog post</a>:</p>
<blockquote><p>&#8230;think of it as “<strong>anything that isn’t bulk</strong>“. Basically, it is email sent to an individual <strong>based on some action</strong>.</p></blockquote>
<p>In my own words related to e-commerce, transaction emails are all notification emails sent out by your e-commerce/shopping cart platform related with a customer&#8217;s account or order activities such as:</p>
<ul>
<li>Account creation welcome email</li>
<li>Password reminder/reset instructions</li>
<li>Order confirmation/invoice</li>
<li>Order status update</li>
<li>Shipping tracking number</li>
<li>Order review request, etc</li>
</ul>
<p>By default, if you host your e-commerce platform on your own server, most likely these emails are sent directly using the server&#8217;s built-in mail application like sendmail on Apache/PHP environment. If you have this running then all is good, but what if you can make it even better? By using 3rd-party transaction email provider, you send out these emails through their server. Usually communication between your server and theirs is done through APIs or SMTP.<br />
<span id="more-847"></span></p>
<h3>Benefits</h3>
<p>Why is it better? There are additional features that you can gain from using a separate server/service to send our your transactional email:</p>
<h4>Higher rate of deliverability</h4>
<p>Even if you have a very good and clean server, there is still a possibility that your server&#8217;s IP to get rejected by certain ISPs (Gmail, Yahoo, Hotmail, etc) when they feel that too many emails coming from the same origin. Like email SaaS, transactional email services most likely have a farm of servers with multiple IPs that has been optimized to get maximum acceptability across different ISPs.</p>
<h4>Additional insights of your email activities</h4>
<p>You now have the options to track the numbers of bounced emails, open rates and click rates just like when you are sending your newsletter email campaigns. While the accuracy of this not 100%, you can only track open rate if the customers&#8217; email readers supports HTML, it is still a valuable additional insight. Let&#8217;s say you see that the open rate for your invoice emails is very low, probably the subject is not clear enough and you can make an improvement on it. </p>
<h4>Create additional rules</h4>
<p>Customers occasionally enter wrong email address in their order details which may result the notification emails never get delivered to them. By setting a simple rule like to notify you when an email gets bounced, you can then check the cause and email address, and if possible correct it before the customer contacts you regarding his order.</p>
<h3>Services Compared</h3>
<p>There are few services that offer to send transactional emails. There are typically 2 types of pricing:</p>
<ol>
<li><strong>Monthly plan</strong><br />
You pay a flat monthly fee and you will be given a quota of number of emails that can be sent within that cycle.</li>
<li><strong>Pay-as-you-go</strong><br />
You pay based on the number of emails or credits that you have sent out within that month.</li>
<li><strong>Buy bulk credits</strong><br />
You buy a bundle of credits where it will be subtracted every time you send out an email.</li>
</ol>
<p>Honestly I cannot rate each of the services&#8217; quality and features, as in the context of e-commerce applications we are not using the features or APIs too extensively. For now, I only compare them based on pricing and compatibility with most popular self-hosted shopping cart platforms, Magento and OpenCart.</p>
<table width="100%">
<tr>
<th width="20%">&nbsp;</th>
<th width="20%"><img decoding="async" src="https://i0.wp.com/sunarlim.com/wp-content/uploads/2013/07/SendGrid-Logo.png?resize=200%2C51&#038;ssl=1" alt="SendGrid-Logo" width="200" height="51" class="alignnone size-full wp-image-865" srcset="https://i0.wp.com/sunarlim.com/wp-content/uploads/2013/07/SendGrid-Logo.png?w=200&amp;ssl=1 200w, https://i0.wp.com/sunarlim.com/wp-content/uploads/2013/07/SendGrid-Logo.png?resize=150%2C38&amp;ssl=1 150w" sizes="(max-width: 200px) 100vw, 200px" data-recalc-dims="1" /></th>
<th width="20%"><img decoding="async" src="https://i0.wp.com/sunarlim.com/wp-content/uploads/2013/07/Postmark-Logo.png?resize=160%2C30&#038;ssl=1" alt="Postmark-Logo" width="160" height="30" class="alignnone size-full wp-image-864" srcset="https://i0.wp.com/sunarlim.com/wp-content/uploads/2013/07/Postmark-Logo.png?w=160&amp;ssl=1 160w, https://i0.wp.com/sunarlim.com/wp-content/uploads/2013/07/Postmark-Logo.png?resize=150%2C28&amp;ssl=1 150w" sizes="(max-width: 160px) 100vw, 160px" data-recalc-dims="1" /></th>
<th width="20%"><img decoding="async" src="https://i0.wp.com/sunarlim.com/wp-content/uploads/2013/07/Mandrill-Logo.png?resize=200%2C48&#038;ssl=1" alt="Mandrill-Logo" width="200" height="48" class="alignnone size-full wp-image-863" srcset="https://i0.wp.com/sunarlim.com/wp-content/uploads/2013/07/Mandrill-Logo.png?w=200&amp;ssl=1 200w, https://i0.wp.com/sunarlim.com/wp-content/uploads/2013/07/Mandrill-Logo.png?resize=150%2C36&amp;ssl=1 150w" sizes="(max-width: 200px) 100vw, 200px" data-recalc-dims="1" /></th>
<th width="20%"><img loading="lazy" decoding="async" src="https://i0.wp.com/sunarlim.com/wp-content/uploads/2013/07/MailJet-Logo.png?resize=164%2C58&#038;ssl=1" alt="MailJet-Logo" width="164" height="58" class="alignnone size-full wp-image-862" srcset="https://i0.wp.com/sunarlim.com/wp-content/uploads/2013/07/MailJet-Logo.png?w=164&amp;ssl=1 164w, https://i0.wp.com/sunarlim.com/wp-content/uploads/2013/07/MailJet-Logo.png?resize=150%2C53&amp;ssl=1 150w" sizes="(max-width: 164px) 100vw, 164px" data-recalc-dims="1" /></th>
</tr>
<tr>
<td><strong>Price starts from</strong></td>
<td>$9.95 per month &#8211; 40,000 credits</td>
<td>$1.50 per 10,000 emails</td>
<td>Free for first 12,000 emails in a month</td>
<td>Free for first 6,000 emails in a month</td>
</tr>
<tr>
<tr>
<td><strong>Magento integration</strong></td>
<td><a href="http://sendgrid.com/docs/Integrate/Open_Source_Apps/magento.html" target="_blank">documented</a></td>
<td><a href="https://github.com/papertank/magento-postmark" target="_blank">plugin</a></td>
<td><a href="http://www.magentocommerce.com/magento-connect/mage-monkey-mailchimp-integration-4865.html" target="_blank">MagentoConnect extension</a></td>
<td><a href="http://www.mailjet.com/plugin/magento.htm" target="_blank">plugin</a></td>
</tr>
<tr>
<td><strong>OpenCart integration</strong></td>
<td>via SMTP</td>
<td>via SMTP or PHP class</td>
<td><a href="http://www.opencart.com/index.php?route=extension/extension/info&#038;extension_id=11313" target="_blank">extension</a> ($10)</td>
<td>via SMTP</td>
</tr>
<td><strong>Website</strong></td>
<td><a href="http://sendgrid.com/" target="_blank">sendgrid.com</a></td>
<td><a href="http://postmarkapp.com/" target="_blank">postmarkapp.com</a></td>
<td><a href="http://mandrill.com/" target="_blank">mandrill.com</a></td>
<td><a href="http://mailjet.com/" target="_blank">mailjet.com</a></td>
</tr>
</table>
<p>If you have experience using different transactional email services for your online store, please share it here.</p>
<p>The post <a href="https://sunarlim.com/2013/07/using-transactional-email-service-for-your-e-commerce-platform/">Using Transactional Email Service for Your E-Commerce Platform</a> appeared first on <a href="https://sunarlim.com">Michael Sunarlim</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://sunarlim.com/2013/07/using-transactional-email-service-for-your-e-commerce-platform/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">847</post-id>	</item>
	</channel>
</rss>
