<?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/"
	>

<channel>
	<title>Voltage New Media</title>
	<atom:link href="https://www.voltagenewmedia.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.voltagenewmedia.com</link>
	<description>Shopify Design &#38; Development Victoria</description>
	<lastBuildDate>Fri, 22 May 2020 16:16:17 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.voltagenewmedia.com/wp-content/uploads/2015/03/cropped-vnm_fav-80x80.png</url>
	<title>Voltage New Media</title>
	<link>https://www.voltagenewmedia.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Setup Pinterest Conversion Tracking Pixel on Shopify with Enhanced Matching</title>
		<link>https://www.voltagenewmedia.com/blog/setup-pinterest-conversion-tracking-pixel-on-shopify-with-enhanced-matching/</link>
					<comments>https://www.voltagenewmedia.com/blog/setup-pinterest-conversion-tracking-pixel-on-shopify-with-enhanced-matching/#comments</comments>
		
		<dc:creator><![CDATA[voltagenewmedia]]></dc:creator>
		<pubDate>Thu, 13 Sep 2018 21:33:08 +0000</pubDate>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[Shopify]]></category>
		<guid isPermaLink="false">https://www.voltagenewmedia.com/?p=4140</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<div class="row wpb_row row-fluid"><div class="wpb_column columns small-12 medium-12 thb-dark-column"  ><div class="vc_column-inner  "><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element  ">
		<div class="wpb_wrapper">
			<p><em><strong>UPDATE: May 22 2020.</strong> Pinterest has finally released a Shopify app for select countries, you can find it <a href="_wp_link_placeholder" data-wplink-edit="true">here</a>. their own guide on how to setup the Pinterest tracking tag on Shopify. <a href="https://help.pinterest.com/en/business/article/manually-add-shopify-tag" target="_blank" rel="noopener noreferrer">You can view that HERE</a>. Our method below will still work fine, and is just more detailed vs their guide. The method below also includes enhanced matching which the Pinterest guide does not. </em></p>
<p><b>This guide will walk you through how to set up the Pinterest conversion tracking pixel on your Shopify store with or without enhanced matching.</b></p>
<p>Before you start, you should create a backup of your theme.</p>
<h2>Part 1: Install Base Code</h2>
<p>The first step is to place your base conversion tag code into your Shopify theme.</p>
<p><strong>1.)</strong> Copy your base code, or copy and paste the snippet below</p>
<pre class="EnlighterJSRAW" data-enlighter-language="null">&lt;!-- Pinterest Pixel Base Code --&gt;
  &lt;script type="text/javascript"&gt;
    !function(e){if(!window.pintrk){window.pintrk=function(){window.pintrk.queue.push(
      Array.prototype.slice.call(arguments))};var
      n=window.pintrk;n.queue=[],n.version="3.0";var
      t=document.createElement("script");t.async=!0,t.src=e;var
      r=document.getElementsByTagName("script")[0];r.parentNode.insertBefore(t,r)}}("https://s.pinimg.com/ct/core.js");
    pintrk('load', 'YOUR_TAG_ID');
    pintrk('page');
  &lt;/script&gt;
  &lt;noscript&gt;
    &lt;img height="1" width="1" style="display:none;" alt="" src="https://ct.pinterest.com/v3/?tid=YOUR_TAG_ID&amp;noscript=1" /&gt;
  &lt;/noscript&gt;
  &lt;!-- End Pinterest Pixel Base Code --&gt;</pre>
<p>Make sure you place your Tag ID in the two spots indicated above with YOUR_TAG_ID.</p>
<p><strong>2.)</strong> From your Shopify dashboard navigate to Online Store &gt; Themes and select Actions &gt; Edit Code.</p>
<p><img class="aligncenter size-full wp-image-4149" src="https://res.cloudinary.com/voltagenewmedia/image/upload/v1536871374/1pinterest_conversion_setup_shopify_ce5taq.png" alt="" width="2364" height="1070" /></p>
<p><strong>3.)</strong> From the left sidebar select the theme.liquid file.</p>
<p><strong>4.)</strong> You want to place this code before the closing <code class="EnlighterJSRAW" data-enlighter-language="null">&lt;/head&gt;</code> tag. You should see <code class="EnlighterJSRAW" data-enlighter-language="null">&lt;head&gt;</code> near the top of the theme, if you click on it, it should highlight it. Scroll down and the closing <code class="EnlighterJSRAW" data-enlighter-language="null">&lt;/head&gt;</code> should be highlighted or search for <code class="EnlighterJSRAW" data-enlighter-language="null">&lt;/head&gt;</code>.</p>
<p><img class="aligncenter size-full wp-image-4150" src="https://res.cloudinary.com/voltagenewmedia/image/upload/v1536871380/2pinterest_conversion_setup_shopify_zk1l1b.png" alt="" width="1972" height="1088" /></p>
<p><strong>5.)</strong> Once you locate the <code class="EnlighterJSRAW" data-enlighter-language="null">&lt;/head&gt;</code> tag paste the code from the last step <strong>above</strong> it. Make sure you replace YOUR_TAG_ID with your Pinterest Tag ID if you have not already done so.</p>
<p><img class="aligncenter wp-image-4225 size-full" src="https://res.cloudinary.com/voltagenewmedia/image/upload/v1537898302/3pinterest_conversion_setup_shopify_y2ihgj_kxt8la.png" alt="" width="2420" height="1540" /></p>
<p><strong>6.)</strong> Save changes by clicking the button in the top right corner.</p>
<p><b>Note:</b> If you have not already claimed your Shopify store on Pinterest you will have to add the meta tag which looks like this:</p>
<pre class="EnlighterJSRAW" data-enlighter-language="null">&lt;meta name="p:domain_verify" content="29826e892e6f4061bdb45b05871888ec"/&gt;</pre>
<h2>Part 2: Install Conversion Checkout Code</h2>
<p>In this step, we want to collect conversion data from your customer&#8217;s purchases. So we will be using dynamic snippets from Shopify to pass the order value, the number of items purchased and currency. Currently, these are the only values that are collected by Pinterest, as well we can optionally setup enhanced matching.</p>
<p><strong>1.)</strong> From your Shopify dashboard go to Settings &gt; Checkout and scroll down to Additional Scripts.</p>
<p><img class="aligncenter wp-image-4226 size-full" src="https://res.cloudinary.com/voltagenewmedia/image/upload/v1537898301/4pinterest_conversion_setup_shopify_chhaln_ppykbl.png" alt="" width="1918" height="1342" /></p>
<p><strong>2.)</strong> Paste the base code from Part 1 above into the Additional Scripts section. Again make sure your tag ID is filled in the two places that have YOUR_TAG_ID. Here it is again in case you need it:</p>
<pre class="EnlighterJSRAW" data-enlighter-language="null">&lt;!-- Pinterest Pixel Base Code --&gt;
&lt;script type="text/javascript"&gt;
  !function(e){if(!window.pintrk){window.pintrk=function(){window.pintrk.queue.push(
    Array.prototype.slice.call(arguments))};var
    n=window.pintrk;n.queue=[],n.version="3.0";var
    t=document.createElement("script");t.async=!0,t.src=e;var
    r=document.getElementsByTagName("script")[0];r.parentNode.insertBefore(t,r)}}("https://s.pinimg.com/ct/core.js");
  pintrk('load', 'YOUR_TAG_ID');
  pintrk('page');
&lt;/script&gt;
&lt;noscript&gt;
  &lt;img height="1" width="1" style="display:none;" alt="" src="https://ct.pinterest.com/v3/?tid=YOUR_TAG_ID&amp;noscript=1" /&gt;
&lt;/noscript&gt;
&lt;!-- End Pinterest Pixel Base Code --&gt;</pre>
<p><strong>3.)</strong> Now we want to add the conversion tracking values. Copy and paste the following code below the end of the base code you just added:</p>
<pre class="EnlighterJSRAW" data-enlighter-language="null">&lt;!-- Pinterest Conversion Code  --&gt;
{% if first_time_accessed %}
&lt;script&gt;
pintrk ('track', 'checkout', {
  'value':'{{ total_price | money_without_currency }}',
  'currency':'{{ shop.currency }}',
  'order_quantity': '{{ item_count }}'
});
&lt;/script&gt;
&lt;noscript&gt;
&lt;img height="1" width="1" style="display:none;" alt=""
src="https://ct.pinterest.com/v3/?tid=YOUR_TAG_ID&amp;event=checkout&amp;noscript=1" /&gt;
&lt;/noscript&gt;
{% endif %}
&lt;!-- End Pinterest Conversion Code  --&gt;</pre>
<p>This will track the total value of the purchase, your shop&#8217;s currency and order quantity which are the total items purchased on a per order basis. <strong>If you do not want Enhanced Matching you are done!</strong></p>
<p><strong>4.)</strong> <span style="text-decoration: underline;"><b>Optional &#8211; Enhanced Matching.</b></span> If you want to enable enhanced matching, we will need to do a small tweak to the base code you placed in the Additional Scripts section. Look for the line of code in the snippet that looks like this <code class="EnlighterJSRAW" data-enlighter-language="null">pintrk('load', 'YOUR_TAG_ID');</code> and replace it with <code class="EnlighterJSRAW" data-enlighter-language="null">pintrk('load', 'YOUR_TAG_ID', { em: '{{ customer.email }}', });</code></p>
<p>With Enhanced Matching your entire checkout script for Pinterest should look like the following. <strong>Feel free to copy this entire snippet and paste it in your Additional Scripts if you want Enhanced Matching</strong>. It includes all three of the steps above, just make sure you place in your Pinterest Tag ID in all three places so it can track your conversions from Shopify:</p>
<pre class="EnlighterJSRAW" data-enlighter-language="null">&lt;!-- Pinterest Conversion Code with Enhanced Matching --&gt;
{% if first_time_accessed %}
  &lt;script type="text/javascript"&gt;
      !function(e){if(!window.pintrk){window.pintrk=function(){window.pintrk.queue.push(
        Array.prototype.slice.call(arguments))};var
        n=window.pintrk;n.queue=[],n.version="3.0";var
        t=document.createElement("script");t.async=!0,t.src=e;var
        r=document.getElementsByTagName("script")[0];r.parentNode.insertBefore(t,r)}}("https://s.pinimg.com/ct/core.js");
      pintrk('load', 'YOUR_TAG_ID', { em: '{{ customer.email }}', });
      pintrk('page');
    &lt;/script&gt;
    &lt;noscript&gt;
      &lt;img height="1" width="1" style="display:none;" alt="" src="https://ct.pinterest.com/v3/?tid=YOUR_TAG_ID&amp;noscript=1" /&gt;
    &lt;/noscript&gt;
  &lt;script&gt;
  pintrk ('track', 'checkout', {
    'value':'{{ total_price | money_without_currency }}',
    'currency':'{{ shop.currency }}',
    'order_quantity': '{{ item_count }}'
  });
  &lt;/script&gt;
  &lt;noscript&gt;
  &lt;img height="1" width="1" style="display:none;" alt=""
  src="https://ct.pinterest.com/v3/?tid=YOUR_TAG_ID&amp;event=checkout&amp;noscript=1" /&gt;
  &lt;/noscript&gt;
{% endif %}
  &lt;!-- End Pinterest Conversion Code with Enhanced Matching --&gt;</pre>
<h2></h2>
<h2>Part 3: Testing</h2>
<p><strong>1.)</strong> Once you have completed the above, I suggest testing to make sure your Pinterest Pixel is tracking correctly. You will need to use Google Chrome for this step. Install the <b><a href="https://chrome.google.com/webstore/detail/pinterest-tag-helper/gmlcbajhgoaaegmlbaclmmmhpmfdajmp?hl=en-US&amp;gl=US" target="_blank" rel="noopener noreferrer">Pinterest Tag Helper chrome extension</a></b>.</p>
<p><strong>2.)</strong> First, let&#8217;s test the base pixel. Navigate to the homepage of your Shopify store, and click the Pinterest tag helper extension in your Chrome toolbar. You should see something like the following that states its working. Note it has detected my base code tag which ensures its working correctly.</p>
<p><img class="aligncenter wp-image-4227 size-full" src="https://res.cloudinary.com/voltagenewmedia/image/upload/v1537898301/5pinterest_conversion_setup_shopify_bvjq4g_djvs1f.png" alt="" width="1776" height="828" /></p>
<p><strong>3.)</strong> Now, let&#8217;s test the conversion pixel. We should be gathering the purchase data mentioned above, as well as email for enhanced matching if you used that version of the tracking code. Go to any order from your Shopify dashboard and view the order status page, then click the Pinterest tag helper extension. If everything is working you should see Value, Currency and Order Quantity being passed under the checkout toggle. If you want to test Enhanced matching, copy and paste your customer&#8217;s email address in the box and click the Validate button. This is how it should look if everything is working correctly.</p>
<p><strong><img class="gr-progress aligncenter wp-image-4228 size-full" src="https://res.cloudinary.com/voltagenewmedia/image/upload/v1537898300/6pinterest_conversion_setup_shopify-1_srsvyy_w8rqf3.png" alt="" width="1744" height="1374" /></strong></p>
<h2></h2>
<h4><strong>That&#8217;s it! If you have any questions feel free to comment below. </strong></h4>
<hr />
<h2></h2>
<h2>Part 4: Optional &#8211; Track Add To Cart Actions</h2>
<p>If you would like to track add to carts we can do that as well. This is a little more advanced. You can also repeat this process for other events like search, lead etc.</p>
<p>The code we want to pass is the AddToCart Pinterest Pixel event which looks like this:</p>
<pre class="EnlighterJSRAW" data-enlighter-language="null">&lt;script&gt;
  pintrk('track', 'addtocart');
&lt;/script&gt;</pre>
<p>We want this code to pass the value as well, so our modified version for Shopify is this:</p>
<pre class="EnlighterJSRAW" data-enlighter-language="null">&lt;script&gt;
  pintrk('track', 'addtocart', {
  value: '{{ product.price | money_without_currency }}',
  currency: '{{ shop.currency }}',
  order_quantity: 1, 
  line_items: [
  { 
  product_id: {{product.id}}, 
  product_category: '{{collection.title}}' 
  }
  ]
  });
&lt;/script&gt;</pre>
<p>We only want this to fire when the add to cart button is clicked on a product page, so in order to control this, we need to add a little jQuery. This is the final code snippet:</p>
<pre class="EnlighterJSRAW" data-enlighter-language="null">&lt;script&gt;
function atcPin(){
  pintrk('track', 'addtocart', {
  value: '{{ product.price | money_without_currency }}',
  currency: '{{ shop.currency }}',
  order_quantity: 1, 
  line_items: [
  { 
  product_id: {{product.id}}, 
  product_category: '{{collection.title}}' 
  }
  ]
  });
}
&lt;/script&gt;</pre>
<p>1) Go back to edit your theme as described in Part 1. This time browse to your <strong>product-template.liquid</strong> (this will vary per theme). You want to find your product form, which submits the data when someone adds an item to cart. So search this file for: <code class="EnlighterJSRAW" data-enlighter-language="null">&lt;form</code>, you should see something that looks like this: <code class="EnlighterJSRAW" data-enlighter-language="null">&lt;form class="product-form" action="/cart/add" data-productid="{{product.id}}</code> if you do not see these chances are your theme has a <strong>product-form.liquid</strong> file. If it does it will be in this file.</p>
<p>2) Within your product form look for your add to cart button, and after the button class insert <code class="EnlighterJSRAW" data-enlighter-language="null">onclick="atcPin()"</code> then at the very bottom of the file (either product-template.liquid or product-form.liquid) add the code from above:</p>
<pre class="EnlighterJSRAW" data-enlighter-language="null">&lt;script&gt;
function atcPin(){
  pintrk('track', 'addtocart', {
  value: '{{ product.price | money_without_currency }}',
  currency: '{{ shop.currency }}',
  order_quantity: 1, 
  line_items: [
  { 
  product_id: {{product.id}}, 
  product_category: '{{collection.title}}' 
  }
  ]
  });
}
&lt;/script&gt;</pre>
<p>3) The final outcome should look something like this:</p>
<p>Again you should be able to test this with the Pinterest Tag Helper when you add an item to your cart the number should increase. If you are using a cart drawer or modal you will have the chance to look and inspect the add to cart action. <strong>Important:</strong> Keep in mind this will only track the add to cart action and product price, not how many items are added to the cart. Meaning if someone adds a quantity of 2, the value passed will be the price of 1 item. If you do not want the value to be past and possibly skewing your results I suggest removing the value line in the above code.</p>
<p><img class="aligncenter size-full wp-image-4177" src="https://res.cloudinary.com/voltagenewmedia/image/upload/v1536882018/7pinterest_conversion_setup_shopify_h1vfwt.png" alt="" width="2634" height="706" /></p>
<p><strong>Stuck?</strong> If you would like Voltage to set up your Pinterest Conversion Tracking Pixel for you, please contact us for more information.</p>

		</div>
	</div>
</div></div></div></div><div class="row wpb_row row-fluid no-padding full-width-row vc_custom_1531513044864 row-has-fill row-o-content-middle row-flex"><div class="wpb_column columns small-12 medium-12 thb-dark-column"  ><div class="vc_column-inner  "><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element  ">
		<div class="wpb_wrapper">
			<h5 class="cta-title-blog" style="font-size: 24px;">Looking for help with your Shopify store?</h5>
<p class="cta-text-blog" style="color: #fff; text-align: center; font-family: 'Montserrat';">We offer full Shopify services from design &amp; development to marketing and website audits. Contact us today.</p>
<p class="cta-button-blog"><a class="hvr-sweep-to-top" href="https://www.voltagenewmedia.com/contact/">GET STARTED</a></p>

		</div>
	</div>
</div></div></div></div>The post <a href="https://www.voltagenewmedia.com/blog/setup-pinterest-conversion-tracking-pixel-on-shopify-with-enhanced-matching/">Setup Pinterest Conversion Tracking Pixel on Shopify with Enhanced Matching</a> first appeared on <a href="https://www.voltagenewmedia.com">Voltage New Media</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.voltagenewmedia.com/blog/setup-pinterest-conversion-tracking-pixel-on-shopify-with-enhanced-matching/feed/</wfw:commentRss>
			<slash:comments>17</slash:comments>
		
		
			</item>
		<item>
		<title>You&#8217;ve launched your Shopify store, now what?</title>
		<link>https://www.voltagenewmedia.com/blog/youve-launched-your-shopify-store-now-what/</link>
					<comments>https://www.voltagenewmedia.com/blog/youve-launched-your-shopify-store-now-what/#respond</comments>
		
		<dc:creator><![CDATA[voltagenewmedia]]></dc:creator>
		<pubDate>Fri, 13 Jul 2018 20:34:28 +0000</pubDate>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[Shopify]]></category>
		<guid isPermaLink="false">https://www.voltagenewmedia.com/?p=3956</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<div class="row wpb_row row-fluid"><div class="wpb_column columns small-12 medium-12 thb-dark-column"  ><div class="vc_column-inner  "><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element  ">
		<div class="wpb_wrapper">
			<p><span style="font-weight: 400;">First off, congratulations on launching your store and welcome to the wonderful world of Shopify! We often see people asking questions such as “I launched my store and I haven&#8217;t received a single sale” or “how do I get traffic to my store?” </span></p>
<p><span style="font-weight: 400;">The question we always ask is </span><b><i>“What are doing to promote your store?”. </i></b><span style="font-weight: 400;">Back in the day, when competition for a particular product was few and far between, often potential customers would stumble upon your website. Nowadays with everyone and anyone selling products, competition is at an all-time high and it is imperative to market and promote your store. </span></p>
<blockquote><p>
<span style="font-weight: 400;">Our top 4 ways to promote your Shopify store are SEO, Facebook &amp; Instagram Ads, Email Marketing and Social Media &amp; Influencers.</span>
</p></blockquote>
<p><span style="font-weight: 400;">In a highly competitive market, how does your store stand out? How do you start getting sales? We specialize working with boutiques (</span><b>bou·tique</b><span style="font-weight: 400;"> – </span><i><span style="font-weight: 400;">a business that serves a sophisticated or specialized clientele</span></i><span style="font-weight: 400;">) and we’re going to share our expertise &amp; how we have helped these companies grow by driving traffic to their store leading to sales.</span></p>
<p>&nbsp;</p>
<h4>Using SEO on your Shopify Store</h4>
<p><span style="font-weight: 400;"><img class="aligncenter size-full wp-image-3965" src="https://www.voltagenewmedia.com/wp-content/uploads/2018/07/shopify-seo-product-meta.png" alt="shopify-seo-product-meta" width="1400" height="926" srcset="https://www.voltagenewmedia.com/wp-content/uploads/2018/07/shopify-seo-product-meta.png 1400w, https://www.voltagenewmedia.com/wp-content/uploads/2018/07/shopify-seo-product-meta-300x198.png 300w, https://www.voltagenewmedia.com/wp-content/uploads/2018/07/shopify-seo-product-meta-768x508.png 768w, https://www.voltagenewmedia.com/wp-content/uploads/2018/07/shopify-seo-product-meta-1030x681.png 1030w, https://www.voltagenewmedia.com/wp-content/uploads/2018/07/shopify-seo-product-meta-900x595.png 900w" sizes="(max-width: 1400px) 100vw, 1400px" /></span></p>
<p><span style="font-weight: 400;">SEO, otherwise known as Search Engine Optimization, is important and useful if used properly. To get started make sure you fill out all your meta information and name your images for example; full_length_red_dress.jpg instead of img342.jpg and use the alt tag “Full Length Red Dress &#8211; Store Name”. You can read our </span><strong><a href="https://www.voltagenewmedia.com/blog/top-10-shopify-mistakes-to-avoid/" target="_blank" rel="noopener">last blog post here</a></strong><span style="font-weight: 400;"> for more details on SEO. </span></p>
<p>&nbsp;</p>
<h4>Facebook &amp; Instagram Ads</h4>
<p><span style="font-weight: 400;"><img class="aligncenter size-full wp-image-3966" src="https://www.voltagenewmedia.com/wp-content/uploads/2018/07/facebook-retargeting-shopify.png" alt="facebook-retargeting-shopify" width="1400" height="508" srcset="https://www.voltagenewmedia.com/wp-content/uploads/2018/07/facebook-retargeting-shopify.png 1400w, https://www.voltagenewmedia.com/wp-content/uploads/2018/07/facebook-retargeting-shopify-300x109.png 300w, https://www.voltagenewmedia.com/wp-content/uploads/2018/07/facebook-retargeting-shopify-768x279.png 768w, https://www.voltagenewmedia.com/wp-content/uploads/2018/07/facebook-retargeting-shopify-1030x374.png 1030w, https://www.voltagenewmedia.com/wp-content/uploads/2018/07/facebook-retargeting-shopify-900x327.png 900w" sizes="(max-width: 1400px) 100vw, 1400px" /></span></p>
<p><span style="font-weight: 400;">We’ve had a number of clients use our advertising services for Facebook and Instagram to build sales and traffic to their website and have been very successful! Even with a limited budget of $5-20 a day you can start running some ads driving targeted traffic to your store. </span><span style="font-weight: 400;"><br />
</span></p>
<p><span style="font-weight: 400;">Before you start spending money on ads, make sure Google Analytics and your Facebook Pixel and Catalog are setup correctly. We recommend using </span><strong><a href="https://apps.shopify.com/facebook-product-catalog" target="_blank" rel="noopener">Flexify</a></strong><span style="font-weight: 400;"> for the product feed which will power your Facebook catalog. If your pixel and catalog are not setup, you are missing out on collecting extremely valuable data. The process can be a little daunting, so if you are having troubles feel free to </span><strong><a href="https://www.voltagenewmedia.com/contact" target="_blank" rel="noopener">contact us</a></strong><span style="font-weight: 400;">, we offer a package to setup your pixel, catalog and get your basic ads up and running.</span></p>
<p><span style="font-weight: 400;">We often see many people making the mistake of “boosting posts” and expecting sales as a result. Boosting a post on your timeline, or promoting a post on Instagram through the app is for engagement, and you </span><i><span style="font-weight: 400;">can’t expect</span></i><span style="font-weight: 400;"> sales from doing so. You might see other brands boosting posts and the reason behind this is for engagement which has its own purpose. Facebook&#8217;s algorithm is smart&#8230;really smart, so choose the right objective and let Facebook do its job. </span></p>
<p><span style="font-weight: 400;">Incase you are new to paid advertising with Instagram and Facebook, your Instagrams ads are set up through the Facebook Ads Manager. When you create an ad in Facebook you can choose to have it display on Instagram as well. We always choose to run ads on both, just make sure your Instagram account is connected to your Facebook Business Manager.</span></p>
<blockquote><p>
The two ad types we suggest for every store are lookalike and retargeting conversion ads.
</p></blockquote>
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400;">Lookalike audiences perform best once you’ve had your Facebook pixel ‘seasoned’ (once it has had time to collect sufficient data across all events). If your at this stage we suggest experimenting with lookalike audiences within conversion campaigns. If you have a new store, or a store with little traffic (under 50 purchases) we suggest creating conversion ads based on your own targeted audiences. Try starting with ViewContent or AddToCart as the conversion event (depending on your traffic) and working your way up to the Purchase event. </span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Retargeting Ads. Once your store is generating a decent amount of traffic and you are getting 10+ cart abandonments a day (ideally 50+) you can start retargeting ads. Remember adding some sort of incentive such as a discount, free shipping, free gift etc This will help sway these customers back to your store to complete their purchase. For retargeting, there are also great apps such as </span><strong><a href="https://shoelace.com/?rfsn=1088400.69df9" target="_blank" rel="noopener">Shoelace</a></strong><span style="font-weight: 400;">. If you don’t have the time to fully learn and understand Facebook ads it&#8217;s probably best to leave it to someone who does. </span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Always split test. I often see people running ads that are all over the place, no consistency. They try new audiences or new creative on the fly each time they create an ad. You should ALWAYS split test your ads. If your running a conversion ad, create two campaigns with different audiences, from there choose the winner then try split testing creative such as video vs single image vs carousel. Slowly bump up your daily spend your winning ads (scaling). I suggest focusing on testing audiences first, then moving onto fine tuning the creative.</span><span style="font-weight: 400;"><br />
</span></li>
</ul>
<p><b><i>Tip: </i></b><i>Did you know you can now go to any </i><i>Facebook page and view their ads? Simply go to https://facebook.com/the-page-name/ads</i></p>
<p>&nbsp;</p>
<h4>Email Marketing</h4>
<p><span style="font-weight: 400;"><img class="aligncenter size-full wp-image-3968" src="https://www.voltagenewmedia.com/wp-content/uploads/2018/07/pixel-pop-opt-in-shopify.png" alt="pixel-pop-opt-in-shopify" width="1400" height="1036" srcset="https://www.voltagenewmedia.com/wp-content/uploads/2018/07/pixel-pop-opt-in-shopify.png 1400w, https://www.voltagenewmedia.com/wp-content/uploads/2018/07/pixel-pop-opt-in-shopify-300x222.png 300w, https://www.voltagenewmedia.com/wp-content/uploads/2018/07/pixel-pop-opt-in-shopify-768x568.png 768w, https://www.voltagenewmedia.com/wp-content/uploads/2018/07/pixel-pop-opt-in-shopify-1030x762.png 1030w, https://www.voltagenewmedia.com/wp-content/uploads/2018/07/pixel-pop-opt-in-shopify-900x666.png 900w" sizes="(max-width: 1400px) 100vw, 1400px" /></span></p>
<p><span style="font-weight: 400;">Getting potential customers to sign up for your newsletter is important, this is how you can reach out to them with promotions, information and new product announcements. Keep in mind, you can create different lists for different customers such as potential customers vs past purchasers. </span></p>
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400;">Don’t spam visitors with opt-ins! We suggest using a mobile-friendly and ‘smart’ app to control pop-ups such as </span><strong><a href="https://apps.shopify.com/popups-promos-banners-pixelpop" target="_blank" rel="noopener">Pixel Pop</a></strong><span style="font-weight: 400;">. </span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">In our opinion, we suggest not to devalue your business by offering 10% off to sign up for your newsletter. Instead try offering value, such as “Get beauty tips every month and be automatically entered into our monthly giveaway.” As soon as you offer that 10% off your pretty much saying your products are overpriced by 10%. Another option is </span><span style="font-weight: 400;">offering a gift with purchase</span><span style="font-weight: 400;"> or </span><span style="font-weight: 400;">buy X get Y</span><span style="font-weight: 400;">. This way you are not devaluing your products right away to your customers. Offering a discount should be left to retargeting, either via email marketing or retargeting ads. Keep in mind this is not the case for all stores, but its something to think about.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Brand your emails. Your emails should match your overall brand and be consistent. Make one master template (at the very least a header/footer) and duplicate or build from it each time you create a newsletter. We recommend using Mailchimp with its easy UX and integration with Shopify. Klaviyo is another great option if you want more complex email marketing campaigns.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Think about creative ways to get your potential customers to read your emails. If all your doing is sending the same email over and over chances are they will unsubscribe. One of our favourite newsletters is from Hari Mari (</span><strong><a href="https://manage.kmail-lists.com/subscriptions/web-view?a=MiYi9F&amp;c=LXgHLC&amp;r=aG5sJ3T&amp;m=JDMvAs&amp;k=8f2083809e0ebbee074405bad866bc5c" target="_blank" rel="noopener">example #1</a></strong><span style="font-weight: 400;">, </span><strong><a href="http://harimari.cmail19.com/t/ViewEmail/i/6D014F216BADF2122540EF23F30FEDED/33D8038EFCBE838AE89F0E32AAFB68BF" target="_blank" rel="noopener">example #2</a></strong><span style="font-weight: 400;">) It’s eye-catching, colourful and easy to read, as well in each email they include some curated content from around the web.</span></li>
<li>To learn more about email marketing and funnels we suggest checking out the <a href="https://www.facebook.com/groups/TSSGSupportCommunity/" target="_blank" rel="noopener"><strong>Shopify Traffic Academy</strong></a> Facebook group.</li>
</ul>
<p>&nbsp;</p>
<h4>Using Social Media &amp; Influencers</h4>
<p><b></b><span style="font-weight: 400;"><img class="aligncenter size-full wp-image-3967" src="https://www.voltagenewmedia.com/wp-content/uploads/2018/07/social-media-influencers-shopify.jpg" alt="social-media-influencers-shopify" width="1400" height="1036" srcset="https://www.voltagenewmedia.com/wp-content/uploads/2018/07/social-media-influencers-shopify.jpg 1400w, https://www.voltagenewmedia.com/wp-content/uploads/2018/07/social-media-influencers-shopify-300x222.jpg 300w, https://www.voltagenewmedia.com/wp-content/uploads/2018/07/social-media-influencers-shopify-768x568.jpg 768w, https://www.voltagenewmedia.com/wp-content/uploads/2018/07/social-media-influencers-shopify-1030x762.jpg 1030w, https://www.voltagenewmedia.com/wp-content/uploads/2018/07/social-media-influencers-shopify-900x666.jpg 900w" sizes="(max-width: 1400px) 100vw, 1400px" /></span></p>
<p><span style="font-weight: 400;">We have worked with some brands who have done an incredible job building a strong and loyal following on Facebook &amp; Instagram. You have to understand your audience to learn which of these two tools will be your best bet, but generally, we lean towards Instagram for organic reach. Post, post, and post some more. Learn and use hashtags. It might take a year to build up a strong following, but it’s worth it. Don’t pay for follows, or likes as tempting as it sounds this will do more harm than good. You would be surprised at how using social media will lead to sales, maybe even your first sale&#8230;best of all it&#8217;s free.</span></p>
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400;">Keep your stream consistent and on brand.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Always tag your products on Facebook &amp; Instagram.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Try some giveaways on your own or a ‘loop’ giveaway with other businesses that compliment your brand/products</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">If you have a hard time coming up with content, make special days. Featured Product Mondays, Inspirational Quote Tuesdays, Freebie Fridays etc. You can use free tools like </span><a href="https://unum.la/" target="_blank" rel="noopener"><span style="font-weight: 400;"><strong>UMUM</strong></span></a><span style="font-weight: 400;"> to schedule your Instagram posts or a more advanced tool such as </span><strong><a href="https://buffer.com/" target="_blank" rel="noopener">Buffer</a></strong><span style="font-weight: 400;">. </span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Keep in mind you want to get as much engagement as possible, so asking questions or making statements is a good way to get people to interact. An example for the Fashion niche would be posting two dresses and asking people which they like best&#8230;red vs black. If your selling skincare, post a skin care tip and ask people to share their favourite morning skincare routine etc.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Influencers on social media are incredibly powerful, they have a strong following and their fans trust them for information and advice on products. </span><b>Follow and interact</b><span style="font-weight: 400;"> with people who you feel could be a great fit for your brand, eventually, reach out to them to see if they’d be willing to help promote your product. We suggest finding influencers yourself vs a 3rd party platform. </span><strong><a href="https://youtu.be/BqvgdSpL3Zc" target="_blank" rel="noopener">Here is a great video</a></strong><span style="font-weight: 400;"> talking about leveraging influencers.</span></li>
</ul>
<p>&nbsp;</p>
<h4>In Conclusion</h4>
<p><span style="font-weight: 400;">Thankfully there are many free tools &amp; resources to help promote your business. We know this can be overwhelming but you should do your best to utilize these tools. Without promoting your business you can’t expect to get sales. Reach out to influencers, get your email list populated and start running some Facebook ads. If you’re struggling for your first sale, maybe the reason is not your promoting&#8230;but the website itself. Maybe it is hard to navigate or isn’t visually appealing to the consumer. There are plenty of places out there to seek advice such as </span><strong><a href="https://www.facebook.com/groups/shopifyentrepreneurs/" target="_blank" rel="noopener">Shopify Entrepreneurs</a></strong><span style="font-weight: 400;">. Post your website and some information about where you&#8217;re at and the community will help with suggestions. If you have any comments or questions, please reach out to us as well, we are here to help our Shopify community! </span></p>

		</div>
	</div>
</div></div></div></div><div class="row wpb_row row-fluid no-padding full-width-row vc_custom_1531513044864 row-has-fill row-o-content-middle row-flex"><div class="wpb_column columns small-12 medium-12 thb-dark-column"  ><div class="vc_column-inner  "><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element  ">
		<div class="wpb_wrapper">
			<h5 class="cta-title-blog" style="font-size: 24px;">Looking for help with your Shopify store?</h5>
<p class="cta-text-blog" style="color: #fff; text-align: center; font-family: 'Montserrat';">We offer full Shopify services from design &amp; development to marketing and website audits. Contact us today.</p>
<p class="cta-button-blog"><a class="hvr-sweep-to-top" href="https://www.voltagenewmedia.com/contact/">GET STARTED</a></p>

		</div>
	</div>
</div></div></div></div>The post <a href="https://www.voltagenewmedia.com/blog/youve-launched-your-shopify-store-now-what/">You’ve launched your Shopify store, now what?</a> first appeared on <a href="https://www.voltagenewmedia.com">Voltage New Media</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.voltagenewmedia.com/blog/youve-launched-your-shopify-store-now-what/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Top 10 Mistakes to Avoid on your Shopify eCommerce Website</title>
		<link>https://www.voltagenewmedia.com/blog/top-10-shopify-mistakes-to-avoid/</link>
					<comments>https://www.voltagenewmedia.com/blog/top-10-shopify-mistakes-to-avoid/#comments</comments>
		
		<dc:creator><![CDATA[voltagenewmedia]]></dc:creator>
		<pubDate>Wed, 08 Feb 2017 22:20:37 +0000</pubDate>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[Shopify]]></category>
		<guid isPermaLink="false">https://voltagenewmedia.ca/testserver/voltagenew/?p=3157</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<div class="row wpb_row row-fluid"><div class="wpb_column columns small-12 medium-12 thb-dark-column"  ><div class="vc_column-inner  "><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element  ">
		<div class="wpb_wrapper">
			<p><em><strong>Updated: Oct 20, 2017</strong></em></p>
<p>Working on Shopify stores on a daily basis there are a few things I always see time and time again. I wanted to write a blog post about the top mistakes I see people making or solutions they are not utilizing on their Shopify stores. Most of these are simple, quick fixes that won&#8217;t cost you a penny. If you have any questions or comments please feel free to leave a reply at the bottom of this post.</p>
<p>&nbsp;</p>
<h4>#10 &#8211; Not Adding a Facebook Pixel &amp; Matching Product Catalog Feed</h4>
<p><img class="aligncenter size-full wp-image-3217" src="https://www.voltagenewmedia.com/wp-content/uploads/2017/02/shopify-facebook-pixel-install.png" alt="shopify-facebook-pixel-install" width="1055" height="196" srcset="https://www.voltagenewmedia.com/wp-content/uploads/2017/02/shopify-facebook-pixel-install.png 1055w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/shopify-facebook-pixel-install-300x56.png 300w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/shopify-facebook-pixel-install-768x143.png 768w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/shopify-facebook-pixel-install-1030x191.png 1030w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/shopify-facebook-pixel-install-900x167.png 900w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/shopify-facebook-pixel-install-20x4.png 20w" sizes="(max-width: 1055px) 100vw, 1055px" /></p>
<p>Adding a Facebook pixel to your store is a must. Lots of people figure they will do it once they start ads, but doing it right away will benefit you in the long run by having data already collected for when you want to run Facebook ads. In order to do so, you need to have a Facebook page and ad account, setup through the Facebook Business Manager. Once you have an ad account you can create a pixel, and copy and paste this into <strong>Online Store &gt; Preferences</strong>.</p>
<p><strong><a href="https://help.shopify.com/manual/reports-and-analytics/facebook-pixel/facebook-pixel-for-shopify">Shopify guide on Facebook Pixel Setup</a>.</strong></p>
<p>Another thing I see all the time is a missing product catalog. If your pixel and catalogue are not setup together you are missing out on collecting extremely valuable data and the ability to retarget customers the exact products they viewed via Facebook and Instagram. Not only that, you will not be able to tag products on Instagram without it. So make sure you have your facebook catalog setup! We recommend using the free app <strong><a href="https://apps.shopify.com/facebook-product-catalog" target="_blank" rel="noopener">Flexify</a></strong> for the product feed which will power your Facebook catalog.  They also have a great guide on setting it up. You will need to be set up on the <strong><a href="https://business.facebook.com" target="_blank" rel="noopener">Facebook Business Manager</a> </strong>and can create your catalog there, also make sure you associate it with the Facebook pixel you set up previously and installed on your store. Once you have it all setup you can test it with the <strong><a href="https://chrome.google.com/webstore/detail/facebook-pixel-helper/fdgfkebogiimcoedlicjlajpkdmockpc?hl=en" target="_blank" rel="noopener">Facebook Pixel Helper</a></strong> chrome extension.</p>
<p>&nbsp;</p>
<h4>#9 &#8211; Incorrectly setting up Google Analytics</h4>
<p><img class="aligncenter size-full wp-image-3215" src="https://www.voltagenewmedia.com/wp-content/uploads/2017/02/shopify-google-analytics.png" alt="shopify-google-analytics" width="1055" height="228" srcset="https://www.voltagenewmedia.com/wp-content/uploads/2017/02/shopify-google-analytics.png 1055w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/shopify-google-analytics-300x65.png 300w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/shopify-google-analytics-768x166.png 768w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/shopify-google-analytics-1030x223.png 1030w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/shopify-google-analytics-900x195.png 900w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/shopify-google-analytics-20x4.png 20w" sizes="(max-width: 1055px) 100vw, 1055px" /></p>
<p>Having google analytics setup is a must some people toss in a google analytics code, but do not enable it for enhanced e-commerce. Doing so will collect sales info and more data for your Shopify store which will help you determine any issues or where you&#8217;re having a disconnect with your customers. Shopify has a great guide, make sure you follow all 4 steps under the Google Analytics heading on the left menu including setting up goals and enhanced ecommerce.</p>
<p><strong><a href="https://help.shopify.com/manual/reports-and-analytics/google-analytics/google-analytics-setup">Shopify Guide on Analytics Setup.</a></strong></p>
<p>&nbsp;</p>
<h4>#8 &#8211; Leaving meta info for your homepage blank</h4>
<p><img class="aligncenter size-full wp-image-3216" src="https://www.voltagenewmedia.com/wp-content/uploads/2017/02/shopify-homepage-seo-meta.png" alt="shopify-homepage-seo-meta" width="1055" height="329" srcset="https://www.voltagenewmedia.com/wp-content/uploads/2017/02/shopify-homepage-seo-meta.png 1055w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/shopify-homepage-seo-meta-300x94.png 300w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/shopify-homepage-seo-meta-768x239.png 768w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/shopify-homepage-seo-meta-1030x321.png 1030w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/shopify-homepage-seo-meta-900x281.png 900w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/shopify-homepage-seo-meta-20x6.png 20w" sizes="(max-width: 1055px) 100vw, 1055px" /></p>
<p>I often see the meta section empty on Shopify stores. This is filled in under <strong>Online Store &gt; Preferences</strong>. The homepage title is the most important factor for SEO, make sure it&#8217;s well written. The description is also extremely important as this is what will show up on a google/web search.</p>
<p><strong><a href="https://searchenginewatch.com/sew/how-to/2154469/write-title-tags-search-engine-optimization">Read some basic SEO tips.</a></strong></p>
<p>&nbsp;</p>
<h4>#7 &#8211; Not manually ordering products</h4>
<p><img class="aligncenter size-full wp-image-3220" src="https://www.voltagenewmedia.com/wp-content/uploads/2017/02/sort-prouct-collections-manually-shopify.png" alt="sort-product-collections-manually-shopify" width="706" height="148" srcset="https://www.voltagenewmedia.com/wp-content/uploads/2017/02/sort-prouct-collections-manually-shopify.png 706w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/sort-prouct-collections-manually-shopify-300x63.png 300w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/sort-prouct-collections-manually-shopify-20x4.png 20w" sizes="(max-width: 706px) 100vw, 706px" /></p>
<p>Did you know you can manually order your products in Shopify by creating a collection, then ordering your products in whatever order you want them to display? Even for your default collections/all collection which is created by default. In order to override this by creating a collection called &#8220;All&#8221; then under Conditions select &#8220;Automatically select products based on conditions&#8221;, under Products must match select &#8220;any condition&#8221;, and lastly select &#8220;product price&#8221; &#8211; &#8220;is greater than&#8221; &#8211; &#8220;$0&#8221; this will create a smart collection for any product over $0.00 (ie: all products). You can change that value if you wish. Click Save collection. You will now see your products all added into this new collection, select Sort &#8220;Manually&#8221; and drag your products in the order you wish. This works on all collections, but I just outlined how to re-arrange your default shop all page (collections/all) collection.</p>
<p>&nbsp;</p>
<h4>#6 &#8211; Having newsletter subscriptions going nowhere</h4>
<p><img class="aligncenter size-full wp-image-3221" src="https://www.voltagenewmedia.com/wp-content/uploads/2017/02/mailchimp-for-shopify-newsletter.png" alt="mailchimp-for-shopify-newsletter" width="1055" height="222" srcset="https://www.voltagenewmedia.com/wp-content/uploads/2017/02/mailchimp-for-shopify-newsletter.png 1055w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/mailchimp-for-shopify-newsletter-300x63.png 300w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/mailchimp-for-shopify-newsletter-768x162.png 768w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/mailchimp-for-shopify-newsletter-1030x217.png 1030w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/mailchimp-for-shopify-newsletter-900x189.png 900w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/mailchimp-for-shopify-newsletter-20x4.png 20w" sizes="(max-width: 1055px) 100vw, 1055px" /></p>
<p>I see forms all the time that are not doing a thing. There is no point in having a form if you&#8217;re not collecting the data. Most themes come with a newsletter signup feature. Older themes will have a spot to insert your subscriber list url that you get from mailchimp. But since all new themes are running on Sections they got rid of that feature, so now to get your subscribers over to mailchimp simply install the free <strong><a href="https://apps.shopify.com/mailchimp">mailchimp app</a></strong> from the Shopify app store and sync it with your mailchimp account and follow the steps. Other email platforms such as Klaviyo will have their own sync apps as well. Connecting with mailchimp will also import other smart lists such as customers. Make sure to create separate lists ideally for each type of customer, such as opt-in, or customers so you can target them specifically in the future.</p>
<p>&nbsp;</p>
<h4>#5 &#8211; Not optimizing images for web</h4>
<p><img class="aligncenter size-full wp-image-3222" src="https://www.voltagenewmedia.com/wp-content/uploads/2017/02/optimize-images-for-shopify.png" alt="optimize-images-for-shopify" width="812" height="385" srcset="https://www.voltagenewmedia.com/wp-content/uploads/2017/02/optimize-images-for-shopify.png 812w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/optimize-images-for-shopify-300x142.png 300w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/optimize-images-for-shopify-768x364.png 768w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/optimize-images-for-shopify-20x9.png 20w" sizes="(max-width: 812px) 100vw, 812px" /></p>
<p>Shopify does a great job at optimizing themes to load as fast as possible. The biggest issue with page load speed is image sizing, always resize AND compress your images before adding them to your store. You can resize photos in any photo editing program and I suggest using <strong><a href="https://imageoptim.com/">ImageOptim</a></strong> (Mac/OSX App &#8211; Free) or <strong><a href="http://tinypng.com" target="_blank" rel="noopener">TinyPng</a></strong> (Online Free Web App) to compress images for web. You can also use various apps in the Shopify app store to compress your images, just go to the Shopify app store and search &#8220;compress images&#8221; most cost between $0.01 &#8211; $0.05 per image.</p>
<p>&nbsp;</p>
<h4>#4 &#8211; Ignoring Mobile</h4>
<p><img class="aligncenter size-full wp-image-3223" src="https://www.voltagenewmedia.com/wp-content/uploads/2017/02/mobile-first-theme-shopify.png" alt="mobile-first-theme-shopify" width="669" height="263" srcset="https://www.voltagenewmedia.com/wp-content/uploads/2017/02/mobile-first-theme-shopify.png 669w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/mobile-first-theme-shopify-300x118.png 300w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/mobile-first-theme-shopify-20x8.png 20w" sizes="(max-width: 669px) 100vw, 669px" /></p>
<p>Most stores get 60% mobile vs 40% desktop traffic. If your running Facebook ads mobile traffic can reach up to 80+%! So when setting up and designing your store, always start off by viewing the experience on mobile then make the transition to desktop. I suggest always working on a &#8220;mobile first&#8221; experience when building your website. I see so many beautiful stores on desktop, but when you view on mobile the experience or even layout gets completely ruined. Try to keep padding and extra space to a minimum and use features such as swipeable product images and reduce any excess content and imagery that is not imperative for the shopping experience.</p>
<p>&nbsp;</p>
<h4>#3 &#8211; Not utilizing Shopify payment methods</h4>
<p><img class="aligncenter size-full wp-image-3218" src="https://www.voltagenewmedia.com/wp-content/uploads/2017/02/shopify-payments.png" alt="shopify-payments" width="1055" height="228" srcset="https://www.voltagenewmedia.com/wp-content/uploads/2017/02/shopify-payments.png 1055w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/shopify-payments-300x65.png 300w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/shopify-payments-768x166.png 768w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/shopify-payments-1030x223.png 1030w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/shopify-payments-900x195.png 900w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/shopify-payments-20x4.png 20w" sizes="(max-width: 1055px) 100vw, 1055px" /></p>
<p>The more the merrier when talking about payment methods. Look at setting up credit-card and PayPal as an absolute minimum for your store. I suggest to also setup apple pay, and payments by Amazon. Giving your customers the option to use their favorite payment platform ensures confidence and can increase conversions on your store. If you&#8217;re worried about the additional 2% cost by Shopify, work it into your pricing.</p>
<p>&nbsp;</p>
<h4>#2 &#8211; Having high shipping costs</h4>
<p>No one likes paying for shipping. Always have free shipping over $x as an incentive for your customer to add a few more items to their cart. If your products are very expensive to ship, work them into your product cost to reduce the shipping cost. Shipping should never be more than 15-20% of the cost of your product. Ideally set a flat rate shipping of $10 or less, as this is a number people are comfortable spending. If it means increasing your product price, then generally you will find conversions will increase even with a more expensive product because of the lower shipping costs.</p>
<p>&nbsp;</p>
<h4>#1 &#8211; Leaving meta tags/SEO to default settings</h4>
<p><img class="aligncenter size-full wp-image-3219" src="https://www.voltagenewmedia.com/wp-content/uploads/2017/02/shopify-seo-product-meta.png" alt="shopify-seo-product-meta" width="718" height="475" srcset="https://www.voltagenewmedia.com/wp-content/uploads/2017/02/shopify-seo-product-meta.png 718w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/shopify-seo-product-meta-300x198.png 300w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/shopify-seo-product-meta-20x13.png 20w" sizes="(max-width: 718px) 100vw, 718px" /></p>
<p>Every product, page, collection and blog post has a spot to insert manual meta tags for SEO. This is important and you should be doing it, I feel only one out of every ten people actually utilize this. When editing a product, page, collection or post scroll to the bottom of your page and you will see an area to edit the meta info by clicking on the &#8220;Edit website SEO&#8221; text. By default, it will use the title and first 160 characters from your product, page, collection or post. Optimize this for best SEO results and for better user experience. It&#8217;s OK using a sentence or two from your product description but make sure it&#8217;s readable and makes sense without exceeding the character limit.</p>
<p><strong><a href="https://searchenginewatch.com/sew/how-to/2154469/write-title-tags-search-engine-optimization">Read some basic SEO tips.</a></strong></p>
<p>&nbsp;</p>
<h4>Bonus Tip &#8211; Use your free Shopify Design Credits</h4>
<p>If you&#8217;re using the Shopify Basic plan or above, did you know that Shopify offers a free 60 minute block of time for theme customizations or design edits? Most people don&#8217;t. Just contact them via chat or email and inquire about this and send what you need them to do and they will look after it.</p>

		</div>
	</div>
</div></div></div></div><div class="row wpb_row row-fluid vc_custom_1453492784338 row-has-fill row-o-content-middle row-flex"><div class="wpb_column columns small-12 medium-12 thb-dark-column"  ><div class="vc_column-inner  "><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element  ">
		<div class="wpb_wrapper">
			<h5 class="cta-title-blog" style="font-size: 24px;">Looking for help with your Shopify store?</h5>
<p class="cta-text-blog" style="color: #fff; text-align: center; font-family: 'Montserrat';">We offer full shopify and woocommerce services from design &amp; development to marketing and website audits. Contact us today.</p>
<p class="cta-button-blog"><a class="hvr-sweep-to-top" href="https://www.voltagenewmedia.com/contact/">GET STARTED</a></p>

		</div>
	</div>
</div></div></div></div>The post <a href="https://www.voltagenewmedia.com/blog/top-10-shopify-mistakes-to-avoid/">Top 10 Mistakes to Avoid on your Shopify eCommerce Website</a> first appeared on <a href="https://www.voltagenewmedia.com">Voltage New Media</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.voltagenewmedia.com/blog/top-10-shopify-mistakes-to-avoid/feed/</wfw:commentRss>
			<slash:comments>11</slash:comments>
		
		
			</item>
		<item>
		<title>Our Top 10 Mac/OSX Apps for Designers &#038; Freelancers in 2017</title>
		<link>https://www.voltagenewmedia.com/blog/our-top-10-macosx-apps-for-designers/</link>
					<comments>https://www.voltagenewmedia.com/blog/our-top-10-macosx-apps-for-designers/#respond</comments>
		
		<dc:creator><![CDATA[voltagenewmedia]]></dc:creator>
		<pubDate>Mon, 06 Feb 2017 22:47:46 +0000</pubDate>
				<category><![CDATA[Resources]]></category>
		<guid isPermaLink="false">https://voltagenewmedia.ca/testserver/voltagenew/?p=3132</guid>

					<description><![CDATA[<p>I&#8217;ve been using a Mac for about 10 years now, and over the years have found some apps I can&#8217;t live without. These apps mostly relate to those doing design or development work but I feel they could benefit any OSX user. I use all of these on a daily basis, most of these are&#8230;</p>
The post <a href="https://www.voltagenewmedia.com/blog/our-top-10-macosx-apps-for-designers/">Our Top 10 Mac/OSX Apps for Designers & Freelancers in 2017</a> first appeared on <a href="https://www.voltagenewmedia.com">Voltage New Media</a>.]]></description>
										<content:encoded><![CDATA[<p>I&#8217;ve been using a Mac for about 10 years now, and over the years have found some apps I can&#8217;t live without. These apps mostly relate to those doing design or development work but I feel they could benefit any OSX user. I use all of these on a daily basis, most of these are free, and the ones that are paid are well worth it.</p>
<h4><img class="aligncenter size-full wp-image-3134" src="https://www.voltagenewmedia.com/wp-content/uploads/2017/02/drive.jpg" alt="" width="800" height="500" srcset="https://www.voltagenewmedia.com/wp-content/uploads/2017/02/drive.jpg 800w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/drive-300x188.jpg 300w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/drive-768x480.jpg 768w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/drive-20x13.jpg 20w" sizes="(max-width: 800px) 100vw, 800px" /><br />
#10 &#8211; Google Drive &#8211; Free</h4>
<p>It seems these days most designers and developers use google business apps. If you do, having the Google Drive app is a great way to keep all your files secure and backed up. This also allows you to easily access your files from anywhere. We all know about google drive, but not everyone knows there is a desktop app that works just like dropbox.</p>
<p><a href="https://www.google.com/drive/download/" target="_blank" rel="noopener">Download it here.</a></p>
<hr />
<h4><img class="aligncenter size-full wp-image-3140" src="https://www.voltagenewmedia.com/wp-content/uploads/2017/02/imageoptim.jpg" alt="" width="800" height="500" srcset="https://www.voltagenewmedia.com/wp-content/uploads/2017/02/imageoptim.jpg 800w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/imageoptim-300x188.jpg 300w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/imageoptim-768x480.jpg 768w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/imageoptim-20x13.jpg 20w" sizes="(max-width: 800px) 100vw, 800px" /><br />
#9 &#8211; ImageOptim &#8211; Free</h4>
<p>If your working for the web, compressing images is huge. I find ImageOptim is the best image compression app out there, it works great for .PNG and .JPG files. I have tried a few others, that do various things but when testing ImageOptim still does the best job of reducing file size without ruining image quality.</p>
<p><a href="https://imageoptim.com/mac" target="_blank" rel="noopener">Download it here.</a></p>
<hr />
<h4><img class="aligncenter size-full wp-image-3137" src="https://www.voltagenewmedia.com/wp-content/uploads/2017/02/screen800x500.jpeg" alt="" width="800" height="500" srcset="https://www.voltagenewmedia.com/wp-content/uploads/2017/02/screen800x500.jpeg 800w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/screen800x500-300x188.jpeg 300w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/screen800x500-768x480.jpeg 768w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/screen800x500-20x13.jpeg 20w" sizes="(max-width: 800px) 100vw, 800px" /><br />
#8 &#8211; Get Plain Text &#8211; Free</h4>
<p>If you&#8217;re like me, you copy and paste a lot. Don&#8217;t you hate it when you copy text from an email, or website and when you paste it all the formatting comes with it? This simple tool clears all formatting from your clipboard. So when you copy, you can click a button and then paste it all as perfectly formatted plain text.</p>
<p><a href="https://itunes.apple.com/ca/app/get-plain-text/id508368068?mt=12" target="_blank" rel="noopener">Download it here.</a></p>
<hr />
<h4><img class="aligncenter size-full wp-image-3139" src="https://www.voltagenewmedia.com/wp-content/uploads/2017/02/clipmenu.jpg" alt="" width="555" height="343" srcset="https://www.voltagenewmedia.com/wp-content/uploads/2017/02/clipmenu.jpg 555w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/clipmenu-300x185.jpg 300w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/clipmenu-20x12.jpg 20w" sizes="(max-width: 555px) 100vw, 555px" /><br />
#7 &#8211; Clipmenu &#8211; Free</h4>
<p>This is probably one of my favorites, and relates to the above app (get plain text). When doing web development edits I find I am copying and pasting a lot, color codes, snippets, etc. This app allows you to keep multiple copies to your clipboard and you can select which you want to paste. Super useful tool. As you can just copy, copy, copy, paste, paste, paste away.</p>
<p><a href="http://www.clipmenu.com/" target="_blank" rel="noopener">Download it here.</a></p>
<hr />
<h4><img class="aligncenter size-full wp-image-3135" src="https://www.voltagenewmedia.com/wp-content/uploads/2017/02/littleipsum.jpeg" alt="" width="800" height="500" srcset="https://www.voltagenewmedia.com/wp-content/uploads/2017/02/littleipsum.jpeg 800w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/littleipsum-300x188.jpeg 300w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/littleipsum-768x480.jpeg 768w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/littleipsum-20x13.jpeg 20w" sizes="(max-width: 800px) 100vw, 800px" /><br />
#6 &#8211; Little Ipsum &#8211; Free</h4>
<p>Good for when doing design work, you can select how many characters, sentences, or paragraphs of Lipsum you want to copy to your clipboard. Faster and easier than going to lipsum.com or using photoshop or sketch addons.</p>
<p><a href="https://itunes.apple.com/us/app/littleipsum/id405772121?mt=12" target="_blank" rel="noopener">Download it here.</a></p>
<hr />
<h4><img class="aligncenter size-full wp-image-3138" src="https://www.voltagenewmedia.com/wp-content/uploads/2017/02/bettertouch.jpg" alt="" width="800" height="500" srcset="https://www.voltagenewmedia.com/wp-content/uploads/2017/02/bettertouch.jpg 800w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/bettertouch-300x188.jpg 300w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/bettertouch-768x480.jpg 768w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/bettertouch-20x13.jpg 20w" sizes="(max-width: 800px) 100vw, 800px" /><br />
#5 &#8211; Better Touch Tool &#8211; Free to $2.99</h4>
<p>I&#8217;ll admit, I do not use this to its full capacity, I mainly use it for just splitting my screen. When you are dealing with a bunch of windows, you can just drag a window to the side of your screen and it will perfectly split your screen in 1/2, or 1/4s etc. It does a whole bunch of other stuff too but haven&#8217;t fully explored it.</p>
<p><a href="https://www.boastr.net/" target="_blank" rel="noopener">Download it here.</a></p>
<hr />
<h4><img class="aligncenter size-full wp-image-3142" src="https://www.voltagenewmedia.com/wp-content/uploads/2017/02/flux.png" alt="" width="640" height="300" srcset="https://www.voltagenewmedia.com/wp-content/uploads/2017/02/flux.png 640w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/flux-300x141.png 300w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/flux-20x9.png 20w" sizes="(max-width: 640px) 100vw, 640px" /><br />
#4 &#8211; f.lux &#8211; Free</h4>
<p>Sometimes we work late, and when we do our eyes can get tired pretty quickly and when it&#8217;s time to head to bed we can’t sleep. This is due to all the blue light coming from our mac and the strain on your eyes during the night. Flux is an app that automatically adapts to the time of the day, adjusting the color temperature of your screen from the standard bright blue to a warm tone at night, taking the strain off your eyes.</p>
<p><a href="https://www.google.com/drive/download/" target="_blank" rel="noopener">Download it here.</a></p>
<hr />
<h4><img class="aligncenter size-full wp-image-3133" src="https://www.voltagenewmedia.com/wp-content/uploads/2017/02/recordit.gif" alt="" width="636" height="468" /><br />
#3 &#8211; Recordit &#8211; Free</h4>
<p>I find myself sharing screen captures and recordings often. I have tried all sorts of tools and apps but Recordit is the perfect screen capture tool for your mac. It&#8217;s lightweight and sits in your toolbar. It also has the ability to convert a recording to an animated gif, so you can insert a screen capture right in an email.</p>
<p><a href="http://recordit.co/" target="_blank" rel="noopener">Download it here.</a></p>
<hr />
<h4><img class="aligncenter size-full wp-image-3136" src="https://www.voltagenewmedia.com/wp-content/uploads/2017/02/rightfont.jpg" alt="" width="800" height="500" srcset="https://www.voltagenewmedia.com/wp-content/uploads/2017/02/rightfont.jpg 800w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/rightfont-300x188.jpg 300w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/rightfont-768x480.jpg 768w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/rightfont-20x13.jpg 20w" sizes="(max-width: 800px) 100vw, 800px" /><br />
#2 &#8211; Rightfont &#8211; $49.95</h4>
<p>As designers, we can have hundreds or thousands of fonts on our mac. Having all your fonts enabled slows down your mac a lot. Using a font manager solves this problem, it&#8217;s also a handy and visual way to browse through all your fonts. I have tried a few and found rightfont to be the best. I love the type preview feature, so when trying to find that perfect font for a project you can type in a few words and get instant previews of what it will look like in all your fonts. It also has favorites which are handy as we all have some fonts we love. But the reason you&#8217;re getting this app is to have fonts disabled and only enable the ones your using/need. If you open a document in an Adobe program, for instance, rightfont will notify you to enable the required fonts and will automatically do so.</p>
<p><a href="https://rightfontapp.com/" target="_blank" rel="noopener">Download it here.</a></p>
<hr />
<h4><img class="aligncenter size-full wp-image-3141" src="https://www.voltagenewmedia.com/wp-content/uploads/2017/02/boom2.jpg" alt="" width="800" height="500" srcset="https://www.voltagenewmedia.com/wp-content/uploads/2017/02/boom2.jpg 800w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/boom2-300x188.jpg 300w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/boom2-768x480.jpg 768w, https://www.voltagenewmedia.com/wp-content/uploads/2017/02/boom2-20x13.jpg 20w" sizes="(max-width: 800px) 100vw, 800px" /><br />
#1 &#8211; Boom 2 &#8211; Free to $12.99</h4>
<p>I listen to music all day while I work on my iMac. The iMac speakers really are not that good at all, but I hate clutter and don’t want to spend money on some external speakers. Boom 2 is an equalizer app, made for macs. It&#8217;s amazing what the difference this app can make. The depth of sound is increased, the lows are much stronger and all around clarity of the music this app produces is incredible. This app is well worth it, even with headphones it can make a big difference. I&#8217;m sure even if you have external speakers it will make a major improvement over your listing experience.</p>
<p><a href="http://www.globaldelight.com/boom/index.php" target="_blank" rel="noopener">Download it here.</a></p>
<hr />
<h4><img class="aligncenter size-full wp-image-3141" src="https://www.voltagenewmedia.com/wp-content/uploads/2017/02/tyme.png" alt="" width="800" height="500" /><br />
Bonus &#8211; Tyme 2 &#8211; Free to $5.99</h4>
<p>This one is worth adding the 11th item to the list and probably my most important app. Tracking Time is very important when doing work. Making sure you have an accurate log of all your tasks is key, not only for invoicing but for future budgeting and estimating. I have tried almost every app out there for time &amp; task logging. Tyme is by far the best I have found. You can log time easily for each project or client, and every time you end your timer you can add a note. If you forget to shut it off like I do, it stops recording after 5 minutes of idle (adjustable) time. Get this one now, you will be glad you did.</p>
<p><a href="http://tyme-app.com/" target="_blank" rel="noopener">Download it here.</a></p>
<hr />
<p>Have any suggestions to add to the list? Feel free to comment below. We are recognized as a top <a href="https://www.designrush.com/agency/ecommerce" target="_blank" rel="noopener">E-Commerce Design &amp; Development Company</a> on DesignRush</p>The post <a href="https://www.voltagenewmedia.com/blog/our-top-10-macosx-apps-for-designers/">Our Top 10 Mac/OSX Apps for Designers & Freelancers in 2017</a> first appeared on <a href="https://www.voltagenewmedia.com">Voltage New Media</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.voltagenewmedia.com/blog/our-top-10-macosx-apps-for-designers/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Shopify vs WooCommerce</title>
		<link>https://www.voltagenewmedia.com/blog/shopify-vs-woocommerce/</link>
					<comments>https://www.voltagenewmedia.com/blog/shopify-vs-woocommerce/#comments</comments>
		
		<dc:creator><![CDATA[voltagenewmedia]]></dc:creator>
		<pubDate>Sat, 21 Jan 2017 04:21:33 +0000</pubDate>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[Shopify]]></category>
		<category><![CDATA[WooCommerce]]></category>
		<category><![CDATA[shopify]]></category>
		<category><![CDATA[woocommerce]]></category>
		<guid isPermaLink="false">http://north.fuelthemes.net/?p=1646</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<div class="row wpb_row row-fluid"><div class="wpb_column columns small-12 medium-12 thb-dark-column"  ><div class="vc_column-inner  "><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element  ">
		<div class="wpb_wrapper">
			<p>
<em><strong>Updated: July 1st, 2018</strong></em><br />
If you&#8217;re looking at starting an online store, two of the most widely used choices are Shopify and WooCommerce. These are also my two most recommended choices. I used to use both of these on a regular basis, both are great in their own ways, but one is my favourite by far. I will try not to be biased and will outline what I like about each platform and hopefully, this will help you decide what route to go with your new eCommerce store. I could go on and on about in-depth features of both, but I attempted to keep this short and brief as possible to help you decide which route you might want to go.</p>
<h2>What is Shopify?</h2>
<p><a href="https://www.shopify.com/?ref=voltage-new-media-inc" target="_blank" rel="noopener">Shopify</a> is an all in one e-commerce solution to quickly get your store up and running. Shopify is a Canadian company, that started back in 2006 but did not become popular or widely used until 2014. Shopify allows users to easily add products, set prices and variations, add photos and start selling with their built-in payment system which supports Apple Pay, Google Pay, Amazon Payments etc right out of the box. They also have a Facebook sales channel and integrate with the Facebook pixel natively, Shopify also supports product tagging on Instagram. Shopify works on a monthly paid plan service. They offer 24/7 online live chat support and have many integrations across the web with other platforms.</p>
<p><a href="https://www.shopify.com/?ref=voltage-new-media-inc" target="_blank" rel="noopener"><img class="aligncenter size-full wp-image-2845" src="https://www.voltagenewmedia.com/wp-content/uploads/2014/10/shopify.jpg" alt="shopify" width="1770" height="936" srcset="https://www.voltagenewmedia.com/wp-content/uploads/2014/10/shopify.jpg 1770w, https://www.voltagenewmedia.com/wp-content/uploads/2014/10/shopify-300x159.jpg 300w, https://www.voltagenewmedia.com/wp-content/uploads/2014/10/shopify-768x406.jpg 768w, https://www.voltagenewmedia.com/wp-content/uploads/2014/10/shopify-1030x545.jpg 1030w, https://www.voltagenewmedia.com/wp-content/uploads/2014/10/shopify-900x476.jpg 900w, https://www.voltagenewmedia.com/wp-content/uploads/2014/10/shopify-20x11.jpg 20w" sizes="(max-width: 1770px) 100vw, 1770px" /></a></p>
<h4>Shopify Pros</h4>
<ul>
<li>Shopify is simple and easy to use</li>
<li>Shopify works out of the box with no technical configurations needed</li>
<li>24/7 Support</li>
<li>Very reliable and secure payment gateway (credit card processing) with one click Amazon Pay, Apple Pay, Google Pay and Paypal options</li>
<li>Very reliable and fast website hosting</li>
<li>Nice reporting, tracking and many great marketing apps that work great and easy to setup</li>
<li>Connects nicely with social media and Facebook to run Facebook Ads including automatic Facebook pixel integration</li>
<li>Instagram product tagging</li>
<li>Pinterest Integration</li>
<li>Amazon Integration</li>
<li>Has a POS sales channel</li>
<li>No worries about updating and breaking your site, its not necessary with Shopify</li>
<li>Shopify runs a great blog with lots of information from customizing your store, to getting sales and driving traffic. There is a wealth of information and groups on Facebook out there to help you with Shopify.</li>
<li>The app store is massive, with apps your Shopify store can become extremely powerful, and its that&#8217;s not enough there is Shopify Plus that brings it to a whole new level.</li>
<li>Ability to add on a Wholesale Channel.</li>
</ul>
<h4>Shopify Cons</h4>
<ul>
<li>The monthly cost and cost of <a href="https://apps.shopify.com/" target="_blank" rel="noopener">apps</a> can add up.</li>
<li>Inflexibility &#8216;out of the box&#8217; when it comes to custom layouts within pages and blogs.</li>
<li>Complex stores will require some custom development or apps which can add up.</li>
<li>Apps are a monthly fee, most start around the $10/mo but go up to $50+ a month.</li>
</ul>
<h4>Shopify Summary</h4>
<p><strong>What I love most about Shopify is&#8230;everything, but in reality, it&#8217;s the fact <em>it just works</em> very well.</strong> I have yet to have any major issues with setting up third-party apps with Shopify, website speed is very fast, payment processing and checkout are smooth and easy for your customers. Our clients that use Shopify find it very easy to add products, put in variations, sales, photos, shipping costs etc. If you plan on having your online store as your focus Shopify is what I would recommend. The built-in feature for advertising &amp; selling on facebook (and now Instagram) works great and is simple. But adding on a bunch of third-party apps can start adding up in cost as you pay for them all monthly. The nice thing is most offer a 7-30 day trial, and have nice reporting so you can actually see how much that app is returning in terms of additional sales to see if its worthwhile before committing. As well if you have a developer lots of the functionality of apps can be built right in your theme. If you are running a successful store, the cost of the apps will not be an issue as the ROI will (generally) greatly outweigh the costs.</p>
<hr />
<h2>What is WooCommerce?</h2>
<p><a href="http://www.woothemes.com/woocommerce/" target="_blank" rel="noopener">WooCommerce</a> is a &#8220;plugin&#8221; (extension) for <a href="https://wordpress.org/" target="_blank" rel="noopener">WordPress</a> which allows you to turn your wordpress site into a full-fledged eCommerce store. Both WordPress and WooCommerce are <a href="https://en.wikipedia.org/wiki/Open_source" target="_blank" rel="noopener">open source</a>. This allows thousands of developers around to world to build on and improve WooCommerce. There is no monthly fee, no purchase fee, it is 100% free. WordPress is the most widely used website platform in the world, which is also free. But before you base your choice on the fact its free there are other aspects to consider I&#8217;ll outline below.</p>
<p><img class="aligncenter size-full wp-image-2844" src="https://www.voltagenewmedia.com/wp-content/uploads/2014/10/woocommerce.png" alt="woocommerce" width="1770" height="864" srcset="https://www.voltagenewmedia.com/wp-content/uploads/2014/10/woocommerce.png 1770w, https://www.voltagenewmedia.com/wp-content/uploads/2014/10/woocommerce-300x146.png 300w, https://www.voltagenewmedia.com/wp-content/uploads/2014/10/woocommerce-768x375.png 768w, https://www.voltagenewmedia.com/wp-content/uploads/2014/10/woocommerce-1030x503.png 1030w, https://www.voltagenewmedia.com/wp-content/uploads/2014/10/woocommerce-900x439.png 900w, https://www.voltagenewmedia.com/wp-content/uploads/2014/10/woocommerce-20x10.png 20w" sizes="(max-width: 1770px) 100vw, 1770px" /></p>
<h4>WooCommerce Pros</h4>
<ul>
<li>It&#8217;s free, and open source (but see below under cons)</li>
<li>There are many <a href="https://wordpress.org/plugins/search.php?q=woocommerce" target="_blank" rel="noopener">free extensions/plugins</a> for woocommerce</li>
<li>It&#8217;s very flexible</li>
<li>It has the power of WordPress behind it</li>
<li>Page layouts are very flexible</li>
<li>Thousands of <a href="http://www.woothemes.com/product-category/woocommerce-extensions/" target="_blank" rel="noopener">paid add-ons</a> that you purchase upfront with no monthly fee</li>
<li>Easy to create multiple categories, sub-categories and sub-sub-categories</li>
<li>If you want some sort of feature for your store, chances are there is a plugin for it, you can make very complex stores with it</li>
</ul>
<h4>WooCommerce Cons</h4>
<ul>
<li>It&#8217;s not really FREE&#8230;you have to pay for <a href="https://www.website.com/beginnerguide/webhosting/6/1/what-is-web-hosting?.ws" target="_blank" rel="noopener">hosting</a> and an <a href="https://www.globalsign.com/en/ssl-information-center/what-is-an-ssl-certificate/" target="_blank" rel="noopener">SSL certificate</a> and setup annually. As well you have to setup a <a href="https://stripe.com/ca" target="_blank" rel="noopener">payment gateway</a> for credit card payments if you do not want to use paypal.
<ul>
<li>For hosting equivalent to shopify, you would spend about $15-25/mo, SSL setup and certificate can cost around $65 a year.</li>
</ul>
</li>
<li>Learning curve is more difficult than shopify.</li>
<li>Things can sometimes <em>*often*</em> break if you&#8217;re not super careful.</li>
<li>There can be incompatibilities between wordpress, woocommerce, themes and plugins.</li>
<li>There is no real live support, there is a team at woocommerce that can help support you, but support times can be very slow, your best bet is to post and ask for help in the any <a href="https://www.facebook.com/search/str/woocommerce/keywords_groups?ref=eyJzaWQiOiIwLjk4NTU0ODg3NzM5MDEwMTYifQ%3D%3D" target="_blank" rel="noopener">facebook groups</a> dedicated to woocommerce users. This and google are your best bets for finding support.</li>
<li>Many people end up adding on A LOT of plugins, which can really slow down the loading speed of your site and can possibly cause headaches down the road. So think about what you really need before adding plugins. There are many badly developed plugins out there that can also cause security issues.</li>
</ul>
<h4>WooCommerce Summary</h4>
<p><strong>What I love about WooCommerce is its flexible and uses WordPress.</strong> Your pages can be very feature and media rich. But on the other hand, you have to deal with four pieces, WooCommerce, WordPress, your Theme and Plugins which are generally all built by different developers. When wordpress gets an update, woocommerce generally releases an update, the theme authors will release updates and same goes for the plugin developers. But you can&#8217;t just jump the gun and update one and not the other as it could break things, you should always make sure your theme is compatible with the latest version of WooCommerce before updating, same goes for plugins. Nowadays it&#8217;s rare that your site will break during updates, they have gotten that down pretty good so don&#8217;t let this completely drive you away from WooCommerce. One thing I do recommend with woocommerce <em>(well really any route you decide to go, but more so woocommerce)</em> is to have a developer that knows woocommerce well that you trust and can work with from time to time. Its best to hire someone to look after the updates, fix little problems and add in customizations that you might want.</p>
<hr />
<h2>How much will they actually cost?</h2>
<p>I&#8217;m going to break down the most basic and typical costs of getting both up and running with similar features as possible and my most recommended apps/extensions that I feel every store should have. <strong>Prices are in USD</strong>.</p>
<h4>Shopify</h4>
<ul>
<li>Basic Account: $29/mo</li>
<li>Shopify Premium Theme: $140 (<a href="https://themes.shopify.com/themes/pipeline/styles/bright">Pipeline Theme</a> &#8211; My Favourite)</li>
<li>Conversio App: Free &#8211; $19/mo &#8211; Looks great and works well for upsells, the premium version has cart abandonment and reviews. (<a href="https://apps.shopify.com/conversio">link</a>)</li>
<li>Additional App Cost (average): $10/mo (<a href="https://apps.shopify.com/linkerfriend-lead-management-tools" target="_blank" rel="noopener">link</a>)</li>
</ul>
<p><strong>Total = $160 up front + $39-59+ per month.</strong></p>
<h4>WooCommerce</h4>
<ul>
<li>Hosting $15/mo (<a href="http://asmallorange.7eer.net/c/166366/185398/3107?u=https%3A%2F%2Fasmallorange.com%2Fhosting%2Fcloud%2F" target="_blank" rel="noopener">a small orange VPS</a>)</li>
<li>WooCommerce Premium Theme $60 (<a href="http://themeforest.net/item/aurum-minimalist-shopping-theme/9600822" target="_blank" rel="noopener">Aurum Theme</a>)</li>
<li>SSL Setup $60/year ($5/mo)</li>
<li>Stripe Payment Gateway $20 (<a href="http://codecanyon.net/item/stripe-complete-for-wordpress-and-woocommerce/10692094" target="_blank" rel="noopener">link</a>)</li>
<li>Email customizer $23 (<a href="http://codecanyon.net/item/woocommerce-emails-customizer/11775193" target="_blank" rel="noopener">link</a>)</li>
<li>Cart Abandonment Protector $29 (<a href="http://codecanyon.net/item/woocommerce-recover-abandoned-cart/7715167" target="_blank" rel="noopener">link</a>)</li>
<li>Table Rate Shipping $22 (<a href="http://codecanyon.net/item/table-rate-shipping-for-woocommerce/3796656" target="_blank" rel="noopener">link</a>)</li>
<li>A developer to help you from time to time $xxxx+ a month (<em>suggested</em>)</li>
</ul>
<p><strong>Total = $154 up front + $20 per month.<br />
</strong>Dont forget: Developer costs every few months to run updates and fix any issues. This could be as little as 1 hour ($95) up to 5 hours ($475) if major problems occur.</p>
<hr />
<h2>Conclusion &#8211; Which route would I go?</h2>
<p>That&#8217;s a very hard question. I always say this..if the <em>most important aspect</em> of your website is <strong>your store</strong>, and <strong>you&#8217;re in this for the long run</strong> then I&#8217;d go with <a href="https://www.shopify.com/?ref=voltage-new-media-inc" target="_blank" rel="noopener"><strong>Shopify</strong></a>&#8230;no question. Shopify is an e-commerce powerhouse and is becoming better and more powerful as time goes on. There are so many great apps and features focused on conversions and selling your product. The blog and custom page layouts (via sections) are becoming more flexible and you can always hire a developer (such as us!) to customize it to your liking and requirements.</p>
<p>If you want to have <strong>lots of great content, a nice blog and/or a content-driven website</strong> then I suggest going with WooCommerce as you have more control over content based pages and its content side and CMS is very expandable.</p>
<p>ps: Be sure to factor in a budget for generating sales and traffic via ADs no matter what route you go, I suggest $20 a day if possible to run retargeting and some LLA facebook ads.</p>
<p><strong>Feel free to post any questions or comments below and I will try to respond as quickly as possible.</strong></p>

		</div>
	</div>
</div></div></div></div><div class="row wpb_row row-fluid vc_custom_1453492784338 row-has-fill row-o-content-middle row-flex"><div class="wpb_column columns small-12 medium-12 thb-dark-column"  ><div class="vc_column-inner  "><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element  ">
		<div class="wpb_wrapper">
			<h5 class="cta-title-blog" style="font-size: 24px;">Looking for help with your ecommerce store?</h5>
<p class="cta-text-blog" style="color: #fff; text-align: center; font-family: 'Montserrat';">We offer full shopify and woocommerce services from design &amp; development to marketing and website audits. Contact us today.</p>
<p class="cta-button-blog"><a class="hvr-sweep-to-top" href="https://www.voltagenewmedia.com/contact/">GET STARTED</a></p>

		</div>
	</div>
</div></div></div></div>The post <a href="https://www.voltagenewmedia.com/blog/shopify-vs-woocommerce/">Shopify vs WooCommerce</a> first appeared on <a href="https://www.voltagenewmedia.com">Voltage New Media</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.voltagenewmedia.com/blog/shopify-vs-woocommerce/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Working with your Spouse</title>
		<link>https://www.voltagenewmedia.com/blog/working-with-your-spouse/</link>
					<comments>https://www.voltagenewmedia.com/blog/working-with-your-spouse/#respond</comments>
		
		<dc:creator><![CDATA[voltagenewmedia]]></dc:creator>
		<pubDate>Fri, 04 Dec 2015 18:14:30 +0000</pubDate>
				<category><![CDATA[Business]]></category>
		<guid isPermaLink="false">http://voltagenewmedia.ca/testserver/vnm/?p=2911</guid>

					<description><![CDATA[<p>A brief history of Voltage New Media Berkley (our dog) and the two of us (Sarah &#38; Matt) live in a 1000 sq ft live/work place in Dragon Alley. We live, breathe, eat, sleep, work and participate in activities together 24/7; we are literally attached to the hip. But we wouldn’t change it for the world. We&#8230;</p>
The post <a href="https://www.voltagenewmedia.com/blog/working-with-your-spouse/">Working with your Spouse</a> first appeared on <a href="https://www.voltagenewmedia.com">Voltage New Media</a>.]]></description>
										<content:encoded><![CDATA[<h4 style="margin-top: 0px;">A brief history of Voltage New Media</h4>
<p>Berkley (our dog) and the two of us (Sarah &amp; Matt) live in a 1000 sq ft live/work place in Dragon Alley. We live, breathe, eat, sleep, work and participate in activities together 24/7; we are literally attached to the hip. But we wouldn’t change it for the world.</p>
<p>We are blessed to be doing what we love each and every day. In the last 8 years, I think we’ve been apart less than 30 days. Some may call us crazy, or say we’re nuts, but we have so much fun together; both running our business, and in our personal time.</p>
<p>When we first started dating, we would stay up late talking about running our own business, but little did we know, it would be Web Design. Sarah always wanted a retail shop for vintage items and Matt loves Scandinavian designed furniture so we thought our future business might be a retail store. We ended up going in the complete opposite direction.</p>
<p>Voltage was created, when Matt left his position at an electronics store, setting up home theatre systems and while Sarah was in school for Business Administration and finishing up her Degree in Marketing. We had a cute little place in Oak Bay. Matt had been developing sites since he was 14 years old and has always been great with the internet. He posted an Ad on UsedVictoria for Web Design in hopes of covering his share of the rent. He had a couple of inquires, and from there Voltage began to grow.</p>
<hr />
<h4>Our views on working with your spouse</h4>
<p>When potential clients meet us for the first time, some of them are quite surprised to find out Matt and I are dating and running our own business. Even our parents were surprised at us living and working together. It works for us. We have our days, like every couple, but for the most part we have A LOT of fun! We’ve been together for 8 years and both of us always wanted to be entrepreneurs so we decided to partner up and start Voltage New Media Inc. in 2009.</p>
<p>We both have our strengths and weaknesses; this allows us to make a great team. Matt is our developer, he is more technical but when it comes to billing, or remembering appointments and meetings he stinks at it. He will ask throughout the day “Who am I meeting again? What time is that call at?” That’s where Sarah comes in; she has always been the organized one, with a great eye for creativity. As a combination this is the perfect fit, as we both have our roles that allow Voltage to be a success.</p>
<p>Something that has saved our business relationship we have invested in hiring professionals. For instance Matt hates doing taxes, it stresses him out like nothing else, lets be honest…we also don’t really know what were doing. Most importantly our time can be spent elsewhere. We have an accountant, bookkeeper and lawyer who help us when we need it. This saves the stress of dealing with these tasks, and allows us time to work with our clients or on personal projects.</p>
<p>One very important lesson we learned is to leave the dishes, laundry and any mess upstairs, alone, until our workday is complete. It’s easy to get distracted by daily chores when your working from home, but having an office that you can delegate as an actual ‘office’ is very important. In your office the goal is to focus on work, and only work. We have learned to leave any personal arguments or disagreements up stairs and not bring them into the office. It’s hard but it makes everything so much more productive. Also by the time you’re done work chances are that you’re over whatever disagreement you were hung up on before you started into the office.</p>
<p>All in all, we love working together. Its exciting to see our business grow and to support one another. Meeting new clients and helping other businesses succeed is such a great feeling. It’s great to know that as a team you built a business and without each other’s support we wouldn’t of achieved our goal.</p>The post <a href="https://www.voltagenewmedia.com/blog/working-with-your-spouse/">Working with your Spouse</a> first appeared on <a href="https://www.voltagenewmedia.com">Voltage New Media</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.voltagenewmedia.com/blog/working-with-your-spouse/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Our Top 10 WordPress Plugins</title>
		<link>https://www.voltagenewmedia.com/blog/our-top-10-wordpress-plugins/</link>
					<comments>https://www.voltagenewmedia.com/blog/our-top-10-wordpress-plugins/#comments</comments>
		
		<dc:creator><![CDATA[voltagenewmedia]]></dc:creator>
		<pubDate>Fri, 04 Dec 2015 16:38:35 +0000</pubDate>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[WooCommerce]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[slider]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">http://voltagenewmedia.ca/testserver/vnm/?p=2892</guid>

					<description><![CDATA[<p>We use WordPress all the time. Over the years I have discovered many great plugins and wanted to share our favourite 10 plugins. We use all of these on a regular basis and I will outline why they are great choices for all WordPress websites. I will break them up into categories. I am writing&#8230;</p>
The post <a href="https://www.voltagenewmedia.com/blog/our-top-10-wordpress-plugins/">Our Top 10 WordPress Plugins</a> first appeared on <a href="https://www.voltagenewmedia.com">Voltage New Media</a>.]]></description>
										<content:encoded><![CDATA[<p>We use WordPress all the time. Over the years I have discovered many great plugins and wanted to share our favourite 10 plugins. We use all of these on a regular basis and I will outline why they are great choices for all WordPress websites. I will break them up into categories. I am writing this geared towards your everyday WordPress user and not developers. I won&#8217;t go into too much detail for each plugin, for more details click on the images which will bring you to the plugin page.</p>
<h2>Security</h2>
<p>Having your wordpress blog secure is a very important step. So many hackers target WordPress website. I will share a few of my plugins that I use to help prevent any attack. Keep in mind there are other measures and plugins out there to help, as well the most basic make sure your file permissions are correct. I also set my root files; wp-config, .htaccess and index.php to 444 for added security.</p>
<h4>WordFence Security &#8211; Free</h4>
<p><a href="https://en-ca.wordpress.org/plugins/wordfence/" target="_blank" rel="noopener"><img class="aligncenter size-full wp-image-2894" src="https://www.voltagenewmedia.com/wp-content/uploads/2015/12/wordfence.png" alt="wordfence" width="1582" height="844" srcset="https://www.voltagenewmedia.com/wp-content/uploads/2015/12/wordfence.png 1582w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/wordfence-300x160.png 300w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/wordfence-768x410.png 768w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/wordfence-1030x550.png 1030w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/wordfence-900x480.png 900w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/wordfence-20x11.png 20w" sizes="(max-width: 1582px) 100vw, 1582px" /></a><br />
I use wordfence on all my websites. It monitors your website for potential hacks and exploits. It also limits login attempts, and blocks people that try to login too many times. You can set it up to email whenever someone logs into admin and has many other notifications. You can also auto block a list of IPs generated from Wordfence that are known to hackers. Its very easy to setup and is a must for all websites.</p>
<h4>Stealth Login Page &#8211; Free</h4>
<p><a href="https://en-ca.wordpress.org/plugins/stealth-login-page/" target="_blank" rel="noopener"><img class="aligncenter size-full wp-image-2895" src="https://www.voltagenewmedia.com/wp-content/uploads/2015/12/stealthlogin.png" alt="stealthlogin" width="1574" height="800" srcset="https://www.voltagenewmedia.com/wp-content/uploads/2015/12/stealthlogin.png 1574w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/stealthlogin-300x152.png 300w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/stealthlogin-768x390.png 768w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/stealthlogin-1030x524.png 1030w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/stealthlogin-900x457.png 900w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/stealthlogin-20x10.png 20w" sizes="(max-width: 1574px) 100vw, 1574px" /></a><br />
There are many login solutions out there, some hide your login url (/wp-admin) which is great, but sometimes it breaks other things. There are also 2 step logins which are great, but they require you to have your mobile phone with you all the time and can cause frustration. The reason I love this plugin is it takes 30 seconds to setup and does not cause any other conflicts or issues. What it does is simply adds another login field &#8220;authorization code&#8221; so yes you will need to remember one more thing, but even if its very basic it will still block over 90% of automated attempts. For the most part people that hack WordPress sites use automated methods, that will try to fill in usernames and passwords automatically, but they do not take this extra field into consideration so they will automatically be redirected when they try to attempt to login without filling it out.</p>
<h4>Backup Buddy &#8211; Paid</h4>
<p><a href="https://ithemes.com/purchase/backupbuddy/" target="_blank" rel="noopener"><img class="aligncenter size-full wp-image-2896" src="https://www.voltagenewmedia.com/wp-content/uploads/2015/12/backupbuddy.png" alt="backupbuddy" width="2204" height="846" srcset="https://www.voltagenewmedia.com/wp-content/uploads/2015/12/backupbuddy.png 2204w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/backupbuddy-300x115.png 300w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/backupbuddy-768x295.png 768w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/backupbuddy-1030x395.png 1030w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/backupbuddy-900x345.png 900w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/backupbuddy-20x8.png 20w" sizes="(max-width: 2204px) 100vw, 2204px" /></a><br />
There are so many backup plugins out there, such as <a href="https://wordpress.org/plugins/updraftplus/" target="_blank" rel="noopener">UpDraftPlus</a> which is another great one. The reason I love backup buddy is simply because I have been using it so long that I&#8217;m used to it. You can schedule it to automatically backup your site every X number of days. You can store your backups locally, or another location such as google drive, dropbox etc. You can also set a limit of how many backups it keeps, so it does not run out of room. Not only is it good for backups, its great for migrating your website to another host or domain. Its fully automated and easy to setup. If you have problems the team over at iThemes is quick on their support.</p>
<hr />
<h2>Search Engine Optimization &amp; Performance</h2>
<p>I could write a few posts just about SEO and WordPress. But this is about plugins and I&#8217;ll keep it short and sweet. Same goes with site speed, there are many Cache plugins out there some are very very good but take a lot of knowledge to set up properly, some are easy to setup but do not give you great speed advantages as others.</p>
<h4>All In One SEO Pack &#8211; Free</h4>
<p><a href="https://wordpress.org/plugins/all-in-one-seo-pack/" target="_blank" rel="noopener"><img class="aligncenter size-full wp-image-2897" src="https://www.voltagenewmedia.com/wp-content/uploads/2015/12/allinoneseo.png" alt="allinoneseo" width="1578" height="796" srcset="https://www.voltagenewmedia.com/wp-content/uploads/2015/12/allinoneseo.png 1578w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/allinoneseo-300x151.png 300w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/allinoneseo-768x387.png 768w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/allinoneseo-1030x520.png 1030w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/allinoneseo-900x454.png 900w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/allinoneseo-20x10.png 20w" sizes="(max-width: 1578px) 100vw, 1578px" /></a><br />
There are many SEO plugins out there. I&#8217;m not going to say one is better than the other, as <a href="https://en-ca.wordpress.org/plugins/wordpress-seo/" target="_blank" rel="noopener">Yoast SEO</a> is the most popular and widely used, for a reason it&#8217;s awesome as well. But All In One SEO is my favorite. Again it might just be a personal thing as I have been using it for 5 years. But the reason I love it is it&#8217;s easy to setup. It also comes with built in options to add a sitemap, google analytics, social tags etc, which saves you from adding additional plugins for these. You can simply enable it, go though the basic options and your set. Or if you know SEO or want to spend more time you can go into the endless options.</p>
<h4>WP Rocket &#8211; Paid</h4>
<p><a href="http://wp-rocket.me/" target="_blank" rel="noopener"><img class="aligncenter size-full wp-image-2898" src="https://www.voltagenewmedia.com/wp-content/uploads/2015/12/wp-rocket-review.png" alt="wp-rocket-review" width="2192" height="944" srcset="https://www.voltagenewmedia.com/wp-content/uploads/2015/12/wp-rocket-review.png 2192w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/wp-rocket-review-300x129.png 300w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/wp-rocket-review-768x331.png 768w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/wp-rocket-review-1030x444.png 1030w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/wp-rocket-review-900x388.png 900w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/wp-rocket-review-20x9.png 20w" sizes="(max-width: 2192px) 100vw, 2192px" /></a><br />
I have used almost EVERY cache out there. Including the super popular <a href="https://wordpress.org/plugins/w3-total-cache/" target="_blank" rel="noopener">W3 Cache</a> which is a great plugin, but it can break stuff and get complicated if you really want to set it up properly. Why I love WP Rocket is the fact <strong>it&#8217;s the only cache plugin that just works perfectly and does a really good job at it</strong>. You simply install it, and it will work, you can go into the options and configure a few basic things and its very very easy to work. Out of the box it works way better than any other simple wordpress cache such as WP Fastest Cache, Quick Cache which are also easy to setup cache plugins. I even tested it, with basic options vs W3 Cache fully configured and WP Rocket was just as fast or faster and took 2 minutes to fully configure vs 30+ minutes to fully configure W3 Cache. But the best part, it works flawlessly, it never breaks anything.</p>
<h4>WP-Optimize &#8211; Free</h4>
<p><a href="https://wordpress.org/plugins/wp-optimize/" target="_blank" rel="noopener"><img class="aligncenter size-full wp-image-2899" src="https://www.voltagenewmedia.com/wp-content/uploads/2015/12/wpoptimize.png" alt="wpoptimize" width="1584" height="804" srcset="https://www.voltagenewmedia.com/wp-content/uploads/2015/12/wpoptimize.png 1584w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/wpoptimize-300x152.png 300w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/wpoptimize-768x390.png 768w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/wpoptimize-1030x523.png 1030w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/wpoptimize-900x457.png 900w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/wpoptimize-20x10.png 20w" sizes="(max-width: 1584px) 100vw, 1584px" /></a><br />
As you might or might not know, wordpress databases can get filled up with old junk quite quickly. Such as all post revisions, trashed posts etc. This plugin will clean that all up for you very easily. It has never broken anything, which you have to really be careful about when using any plugins that alter your database. I still recommend doing a backup, but *knocks on wood* it has never broken anything on me.</p>
<hr />
<h2>Design &amp; Tools</h2>
<p>There are a few plugins I use quite often to help with layout of wordpress pages and posts that make everything so much easier. As well I will touch on my favourite wordpress sliders.</p>
<h4>Nested Pages &#8211; Free</h4>
<p><a href="https://wordpress.org/plugins/wp-nested-pages/" target="_blank" rel="noopener"><img class="aligncenter size-full wp-image-2900" src="https://www.voltagenewmedia.com/wp-content/uploads/2015/12/nestedpages.png" alt="nestedpages" width="1594" height="840" srcset="https://www.voltagenewmedia.com/wp-content/uploads/2015/12/nestedpages.png 1594w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/nestedpages-300x158.png 300w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/nestedpages-768x405.png 768w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/nestedpages-1030x543.png 1030w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/nestedpages-900x474.png 900w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/nestedpages-20x11.png 20w" sizes="(max-width: 1594px) 100vw, 1594px" /></a><br />
This plugin allows you to change order of posts, custom post types etc. It also does a whole lot more. If you have a website that uses custom post types for things such as portfolios, galleries, testimonials etc and you want to control the order this is the plugin for you.</p>
<h4>Duplicate Posts/Pages &#8211; Free</h4>
<p><a href="https://en-ca.wordpress.org/plugins/duplicate-post/" target="_blank" rel="noopener"><img class="aligncenter size-full wp-image-2901" src="https://www.voltagenewmedia.com/wp-content/uploads/2015/12/duplicateposts.png" alt="duplicateposts" width="1596" height="784" srcset="https://www.voltagenewmedia.com/wp-content/uploads/2015/12/duplicateposts.png 1596w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/duplicateposts-300x147.png 300w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/duplicateposts-768x377.png 768w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/duplicateposts-1030x506.png 1030w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/duplicateposts-900x442.png 900w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/duplicateposts-20x10.png 20w" sizes="(max-width: 1596px) 100vw, 1596px" /></a><br />
Sometimes you want a page very similar to another page you have already created, instead of copying and pasting everything over you can simply just duplicate your page or post with this plugin. It duplicates it and creates it as a draft. You can then go in and make your changes. New WordPress users find this a lot easier than starting pages from scratch as well, as they can follow the structure that&#8217;s already laid out.</p>
<h4>Revolution Slider</h4>
<p><a href="http://revolution.themepunch.com/" target="_blank" rel="noopener"><img class="aligncenter size-full wp-image-2902" src="https://www.voltagenewmedia.com/wp-content/uploads/2015/12/sliderrevolution.png" alt="sliderrevolution" width="2288" height="1002" srcset="https://www.voltagenewmedia.com/wp-content/uploads/2015/12/sliderrevolution.png 2288w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/sliderrevolution-300x131.png 300w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/sliderrevolution-768x336.png 768w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/sliderrevolution-1030x451.png 1030w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/sliderrevolution-900x394.png 900w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/sliderrevolution-20x9.png 20w" sizes="(max-width: 2288px) 100vw, 2288px" /></a><br />
First off if you want a very easy to use lightweight slider I suggest to use the <a href="https://en-ca.wordpress.org/plugins/soliloquy-lite/" target="_blank" rel="noopener">Soliloquy Slider</a> which has a free and paid version. But for me I personally love to use Revolution slider, since version 5.0 the plugin has become a lot lighter, and more SEO friendly. Its not nearly as clunky as it used to be. You can create so many impressive sliders, even entire landing pages with this plugin. The options are really endless, and if you want a WordPress slider that can do it all then this is the one to use. Checkout some of their <a href="http://revolution.themepunch.com/examples/" target="_blank" rel="noopener">example sliders</a> to see what it can do.</p>
<h4>Visual Composer</h4>
<p><a href="http://vc.wpbakery.com/" target="_blank" rel="noopener"><img class="aligncenter size-full wp-image-2903" src="https://www.voltagenewmedia.com/wp-content/uploads/2015/12/visualcomposer.png" alt="visualcomposer" width="2372" height="604" srcset="https://www.voltagenewmedia.com/wp-content/uploads/2015/12/visualcomposer.png 2372w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/visualcomposer-300x76.png 300w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/visualcomposer-768x196.png 768w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/visualcomposer-1030x262.png 1030w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/visualcomposer-900x229.png 900w, https://www.voltagenewmedia.com/wp-content/uploads/2015/12/visualcomposer-20x5.png 20w" sizes="(max-width: 2372px) 100vw, 2372px" /></a><br />
First off let me say lots of developers do not like Visual Composer as it leaves behind a mess of shortcodes if you were to ever disable it, but if you built a site based on it, I don&#8217;t know why you ever would disable it. There is <a href="https://www.wpbeaverbuilder.com/" target="_blank" rel="noopener">Beaver Builder</a> that is a more light weight page builder but its quite basic. With Visual Composer you can do very awesome looking and complex layouts, without knowing too much about development. Creating full height sections, columns, inserting buttons, accordions, tabs and toggles, image carrousels effortlessly. You can also create your own &#8220;templates&#8221; or blocks which you can insert from page to page. Most premium wordpress plugins these days come with some sort of page builder, lots come with Visual Composer. You no longer have to worry about hopping into the text tab, and mess around with shortcodes. This generates all this for you in a nice easy to follow interface. Our clients love the drag and drop interface and it saves us lots of time of going in and fixing where they erased shortcodes or can&#8217;t create the layout they want because the design has been based on custom fields.</p>The post <a href="https://www.voltagenewmedia.com/blog/our-top-10-wordpress-plugins/">Our Top 10 WordPress Plugins</a> first appeared on <a href="https://www.voltagenewmedia.com">Voltage New Media</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.voltagenewmedia.com/blog/our-top-10-wordpress-plugins/feed/</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
			</item>
	</channel>
</rss>
