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

<channel>
	<title>Allwebtuts - Learn about Web Technology</title>
	<atom:link href="https://www.allwebtuts.com/feed/" rel="self" type="application/rss+xml"/>
	<link>https://www.allwebtuts.com/</link>
	<description>Allwebtuts is a Website For Provide a Quality tips and tutorials on Web Design, PHP, Blogging, Seo, Internet marketing and Making Money Online.</description>
	<lastBuildDate>Thu, 23 Jun 2022 05:20:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>How to Add Canonical Link Header in Lume Static Generator</title>
		<link>https://www.allwebtuts.com/add-canonical-link-header-in-lume/</link>
					<comments>https://www.allwebtuts.com/add-canonical-link-header-in-lume/#disqus_thread</comments>
		
		<dc:creator><![CDATA[Santhosh veer]]></dc:creator>
		<pubDate>Thu, 23 Jun 2022 05:15:10 +0000</pubDate>
				<category><![CDATA[Deno]]></category>
		<category><![CDATA[Seo]]></category>
		<guid isPermaLink="false">https://www.allwebtuts.com/?p=4945</guid>

					<description><![CDATA[<p>Recently Started using Deno JS for Building Static Websites and find an Awesome Framework called lume.land Static Site Generator for Deno.  Easy to install and Configure No need to add modules like node Fast build times MinimalConfiguration Setup and Development like Jekyll and eleventy Template Engine Support And Many More Features Ok Now See the Steps to add Add Canonical Link Header in Lume Static Generator Add Canonical Link Header in Lume Open your base file base.njk &#60;link rel="canonical" href="{{ url &#124; url(true) }}"&#62; Add the Above code to your Global Meta tag&#8217;s File locations or Template May differ you </p>
<p>The post <a href="https://www.allwebtuts.com/add-canonical-link-header-in-lume/">How to Add Canonical Link Header in Lume Static Generator</a> appeared first on <a href="https://www.allwebtuts.com">Allwebtuts</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Recently Started using Deno JS for Building Static Websites and find an Awesome Framework called <strong>lume.land</strong> Static Site Generator for Deno.</p>
<ul>
<li> Easy to install and Configure</li>
<li>No need to add modules like node</li>
<li>Fast build times</li>
<li>MinimalConfiguration</li>
<li>Setup and Development like Jekyll and eleventy</li>
<li>Template Engine Support</li>
<li>And Many More Features</li>
</ul>
<p>Ok Now See the Steps to add <a href="https://www.allwebtuts.com/seo-friendly-url-using-php/">Add Canonical Link</a> Header in Lume Static Generator</p>
<h2>Add Canonical Link Header in Lume</h2>
<ul>
<li>Open your base file <code>base.njk</code></li>
</ul>
<pre>&lt;<span class="pl-ent">link</span> <span class="pl-e">rel</span>=<span class="pl-s"><span class="pl-pds">"</span>canonical<span class="pl-pds">"</span></span> <span class="pl-e">href</span>=<span class="pl-s"><span class="pl-pds">"</span>{{ url | url(true) }}<span class="pl-pds">"</span></span>&gt;</pre>
<ul>
<li>Add the Above code to your Global Meta tag&#8217;s</li>
<li>File locations or Template May differ you can use the above code to Generate can Canonical Link Header for your Posts and Pages</li>
</ul>
<h3>Bonus</h3>
<p>Get the Home page URL in Lume this may be useful for assets, Sitemap, and Feed Generation</p>
<pre>&lt;<span class="pl-ent">loc</span>&gt;<span class="pl-e">{{</span> <span class="pl-s"><span class="pl-pds">"</span>/<span class="pl-pds">"</span></span> | <span class="pl-smi">url</span>(<span class="pl-c1">true</span>) <span class="pl-e">}}</span>&lt;/<span class="pl-ent">loc</span>&gt;</pre>
<p>&nbsp;</p>
<p>Learn More About this Static Site Generator visit  &#8211; <a href="https://lume.land/" target="_blank" rel="nofollow noopener">lume.land</a></p>
<p>&nbsp;</p>
<p>The post <a href="https://www.allwebtuts.com/add-canonical-link-header-in-lume/">How to Add Canonical Link Header in Lume Static Generator</a> appeared first on <a href="https://www.allwebtuts.com">Allwebtuts</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.allwebtuts.com/add-canonical-link-header-in-lume/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Build a Name Wishing Site with React and Express</title>
		<link>https://www.allwebtuts.com/build-a-name-wishing-site-with-react/</link>
					<comments>https://www.allwebtuts.com/build-a-name-wishing-site-with-react/#disqus_thread</comments>
		
		<dc:creator><![CDATA[Santhosh veer]]></dc:creator>
		<pubDate>Mon, 01 Feb 2021 04:40:58 +0000</pubDate>
				<category><![CDATA[Express]]></category>
		<category><![CDATA[React]]></category>
		<category><![CDATA[Festival Wishes web App]]></category>
		<category><![CDATA[react]]></category>
		<guid isPermaLink="false">https://www.allwebtuts.com/?p=4902</guid>

					<description><![CDATA[<p>Hello readers 😁 First post of 2021 but 🙈 After 2 years (last posted in 2019) Not Many active posts in Our Blog Mostly Co-author Posts. Very long Gap Comes with an Interesting Topic Create a Name Wishing Site using Reactjs Why ReactJS? Full Static Site Pure Client Side Fast loading No Database Slugify the URL ZERO Server Cost This idea came while Working on  React Based Projects import slugify from "slugify" if (document.getElementById("btnSignUp") != null) { document.getElementById("btnSignUp").addEventListener("click", e =&#62; { const name = document.getElementById("name").value /* eslint eqeqeq: 0 */ if (name == 0) { console.log("Empty Title or Message") return </p>
<p>The post <a href="https://www.allwebtuts.com/build-a-name-wishing-site-with-react/">Build a Name Wishing Site with React and Express</a> appeared first on <a href="https://www.allwebtuts.com">Allwebtuts</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Hello readers 😁 First post of 2021 but 🙈 After 2 years (<a href="https://www.allwebtuts.com/sgs-mediasoft-review/">last posted in 2019</a>) Not Many active posts in Our Blog Mostly Co-author Posts.</p>
<p>Very long Gap Comes with an Interesting Topic <a href="https://www.allwebtuts.com/festival-wishes-web-app/">Create a Name Wishing Site using Reactjs</a></p>
<h2>Why ReactJS?</h2>
<ul>
<li><a href="https://www.allwebtuts.com/seo-friendly-url-using-php/">Full Static Site</a></li>
<li>Pure Client Side</li>
<li>Fast loading</li>
<li>No Database</li>
<li>Slugify the URL</li>
<li>ZERO Server Cost</li>
</ul>
<p>This idea came while Working on  React Based Projects</p>
<pre>import slugify from "slugify"

if (document.getElementById("btnSignUp") != null) {
document.getElementById("btnSignUp").addEventListener("click", e =&gt; {
const name = document.getElementById("name").value
/* eslint eqeqeq: 0 */
if (name == 0) {
console.log("Empty Title or Message")
return false
}
//const users = encodeURIComponent(name)
const users = slugify(name, {
replacement: "-",
remove: /[*+~.()'"!:@]/g,
lower: false,
strict: false,
})
window.location.href = "?name=" + users
})
}

// http://example.com/?name=hello
<span class="pl-k">const</span> <span class="pl-c1">GET_USER</span> <span class="pl-c1">=</span> <span class="pl-k">new</span> <span class="pl-c1">URL</span><span class="pl-kos">(</span><span class="pl-smi">window</span><span class="pl-kos">.</span><span class="pl-c1">location</span><span class="pl-kos">.</span><span class="pl-c1">href</span><span class="pl-kos">)</span><span class="pl-kos">.</span><span class="pl-c1">searchParams</span><span class="pl-kos">.</span><span class="pl-en">get</span><span class="pl-kos">(</span><span class="pl-s">"name"</span><span class="pl-kos">)</span></pre>
<h2>Let&#8217;s Start 👻</h2>
<p>Before Starting this Create Free Accounts on Netlify and Vercel also in Github (if you have the all accounts just skip this step) also don&#8217;t forget to install Node.js on your System</p>
<ul>
<li>Fork or Download and Upload Name wish API on your Github Account &#8211; <a href="https://github.com/mskian/get-user" target="_blank" rel="nofollow noopener">https://github.com/mskian/get-user</a></li>
<li>Next, Setup Vercel and Deploy this API Script &#8211; <a href="https://github.com/mskian/get-user#deploy-" target="_blank" rel="nofollow noopener">https://github.com/mskian/get-user#deploy-</a></li>
<li>For auto Deploy Connect Vercel Bot to your Github repo</li>
<li>Now Same as API Fork or Download and Upload the Name Wishing React site &#8211; <a href="https://github.com/mskian/san-wishes" target="_blank" rel="nofollow noopener">https://github.com/mskian/san-wishes</a></li>
<li>Setup NPM packages via Yarn</li>
</ul>
<pre>## Install packages

$ yarn install

## Test the site 

$ yarn start

## Format the Code

$ yarn format

## Build the site

$ yarn build</pre>
<ul>
<li>Test the production Build on Localhost</li>
</ul>
<pre>## Install this NPM package
$ npm install -g serve

## Run this command inside on your Project Folder
$ yarn server</pre>
<ul>
<li>After all Testing, Changes, and Update &#8211; Deploy it on Netlify Server</li>
<li>install Netlify CLI on your System</li>
</ul>
<pre>$ npm install netlify-cli -g</pre>
<ul>
<li>Next Run the Netlify Deploy Script (Windows user refer this site for run bash script &#8211; <a href="https://www.thewindowsclub.com/how-to-run-sh-or-shell-script-file-in-windows-10" target="_blank" rel="nofollow noopener">https://www.thewindowsclub.com/how-to-run-sh-or-shell-script-file-in-windows-10</a></li>
</ul>
<pre>$ ./deploy.sh or bash deploy.sh</pre>
<ul>
<li>That&#8217;s all Done</li>
</ul>
<h2>Modification</h2>
<p>You can Modify the Site according to your taste</p>
<ul>
<li>Update Homepage &#8211; <code>/src/APP.js</code></li>
<li>Replace API URL &#8211; <a href="https://github.com/mskian/san-wishes/blob/481bf4d554883f9d9519c20433e36306d015ae34/src/App.js#L59" target="_blank" rel="nofollow noopener">https://github.com/mskian/san-wishes/blob/481bf4d554883f9d9519c20433e36306d015ae34/src/App.js#L59</a></li>
<li>Add your Custom Domain for Netlify check <code>public</code> Folder <strong>_headers</strong> File</li>
</ul>
<h3>Note</h3>
<p>This is a Basic React Starter Wishing Web App you can modify it just whatever you need to Change</p>
<p>For More about React App Please refer to this Docs &#8211; <a href="https://create-react-app.dev/docs/getting-started/" target="_blank" rel="nofollow noopener">https://create-react-app.dev/docs/getting-started/</a></p>
<p>Using React First time? Personally, I suggest you Learn React before using this Wishing Web App</p>
<p style="text-align: center;"><a href="https://wishes.santhoshveer.com/" target="_blank" rel="noopener">Check Demo</a></p>
<h2>Checklist</h2>
<ul>
<li>Install Node.js and yarn Package manager on your System</li>
<li>Github account</li>
<li>Netlify and Vercel account</li>
<li>Custom domain (Optional but for production Custom domain is Good)</li>
<li>Deploy API on Vercel</li>
<li>Modify wish site and Deploy it on Netlify</li>
</ul>
<p>&nbsp;</p>
<p>The post <a href="https://www.allwebtuts.com/build-a-name-wishing-site-with-react/">Build a Name Wishing Site with React and Express</a> appeared first on <a href="https://www.allwebtuts.com">Allwebtuts</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.allwebtuts.com/build-a-name-wishing-site-with-react/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Offer Points and Rewards to Customers for Writing Product Reviews in WooCommerce?</title>
		<link>https://www.allwebtuts.com/offer-points-and-rewards-to-customers-for-writing-product-reviews-in-woocommerce/</link>
					<comments>https://www.allwebtuts.com/offer-points-and-rewards-to-customers-for-writing-product-reviews-in-woocommerce/#disqus_thread</comments>
		
		<dc:creator><![CDATA[Akshy Anbu]]></dc:creator>
		<pubDate>Tue, 01 Sep 2020 07:53:20 +0000</pubDate>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Loyalty Points]]></category>
		<category><![CDATA[WooCommerce]]></category>
		<guid isPermaLink="false">https://www.allwebtuts.com/?p=4881</guid>

					<description><![CDATA[<p>Earlier this month, I had to purchase something online. The product was too good that I couldn’t resist myself from writing a product review. And in return, the store has offered 500 loyalty points, which, in fact, felt like a surprise gift. What came to my mind after earning the points was the real surprise &#8211; “I wanted to buy more, not only to earn more points but to redeem the points I had”. The point is that the reward has earned my trust and encouraged a repeat purchase. Having a Points and Rewards system can go a long way </p>
<p>The post <a href="https://www.allwebtuts.com/offer-points-and-rewards-to-customers-for-writing-product-reviews-in-woocommerce/">How to Offer Points and Rewards to Customers for Writing Product Reviews in WooCommerce?</a> appeared first on <a href="https://www.allwebtuts.com">Allwebtuts</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Earlier this month, I had to purchase something online. The product was too good that I couldn’t resist myself from writing a product review. And in return, the store has offered 500 loyalty points, which, in fact, felt like a surprise gift. What came to my mind after earning the points was the real surprise &#8211; “I wanted to buy more, not only to earn more points but to redeem the points I had”.</p>
<p>The point is that the reward has earned my trust and encouraged a repeat purchase. Having a Points and Rewards system can go a long way these days. In fact, 7 out of 10 eCommerce stores have a WooCommerce loyalty points plugin installed. And they give away customers loyalty rewards when they do value driven actions.</p>
<p>Speaking of profiteering actions, product reviews is one thing that has a significant impact on eCommerce store’s sales numbers. Why? Take a look below,</p>
<p><strong>Benefits of Having More Number of Product Reviews on Your WooCommerce Store</strong></p>
<ul>
<li><strong>Influence Decisions:</strong> Recent studies have shown that an approximate 61% of online shoppers read product reviews before making a purchase. In other words, product reviews influence customers&#8217; decisions.</li>
<li><strong>Increased Word-of-Mouth Marketing:</strong> Enjoy the power of WOM marketing on your store. The more reviews you have on your store, the more the people are going to speak about it.</li>
<li><strong>Increased Sales Numbers &amp; Revenue:</strong> People start visiting your store more often (effects of WOM) and when they get to see the positive product reviews, they purchase products on your store without hesitation.</li>
<li><strong>Be in the Good Books:</strong> The word spreads and your store will gain more credibility in due course of time &#8211; guaranteed sales and revenue down the road.</li>
</ul>
<p>Now that we’ve seen what a reward point system for customers can do to your WooCommerce store, this brings us to the question &#8211; <strong>How will you make your visitors write product reviews on your store?</strong> The answer is obvious &#8211; you incentivize them by keeping a customer loyalty point system in place (honestly, I write reviews only because of this).</p>
<p>It has been a long understanding of things. Now, let’s cut to the chase.</p>
<p>In order to offer loyalty rewards for your store customers, you need to install a WooCommerce Loyalty Points and Rewards plugin for your store. And I’ve got just the plugin for you &#8211; Flycart’s Loyalty Points and Rewards for WooCommerce.<br />
This plugin has a unique advantage over other similar plugins in the market. It comes with a Chat Widget like Launcher that enables customers to easily discover and engage with your rewards program.</p>
<p><img fetchpriority="high" decoding="async" class="alignnone wp-image-4883 size-full" src="https://www.allwebtuts.com/wp-content/uploads/2020/09/1-launcher-only-clean.png" alt="1-launcher-only-clean" width="329" height="583" /></p>
<p>The Flycart’s Loyalty Points and Rewards for WooCommerce plugin also has an inbuilt WooCommerce referral program that helps stores build loyal customer base (referral program is just one among <a href="https://www.retainful.com/blog/boost-your-ecommerce-growth-with-loyalty-program" target="_blank" rel="noopener noreferrer">many other ways to build a loyal customer base</a>).</p>
<p>Before I start explaining how good this WooCommerce loyalty points plugin is, let me explain how to reward points to customers when they write a product review first.</p>
<hr />
<h2>How to Offer Points and Rewards to Customers for Writing Product Reviews?</h2>
<p>Below mentioned are steps you should follow to start offering reward points on your WooCommerce store with Loyalty points and rewards plugin (illustrated images below can help you understand better).</p>
<p><strong>Step 1:</strong> <a href="https://www.flycart.org/products/wordpress/loyalty-points-and-rewards-for-woocommerce" target="_blank" rel="noopener noreferrer">Install Loyalty Points and Rewards plugin</a> on your WooCommerce store.</p>
<p><strong>Step 2:</strong> Get started by logging into your WordPress admin section. Then go to the Dashboard and click Plugins.</p>
<p><strong>Step3:</strong> Click on the “Add New” button, after which you’ll have to click the “Upload Plugin” button.</p>
<p><img decoding="async" class="alignnone wp-image-4884 size-full" src="https://www.allwebtuts.com/wp-content/uploads/2020/09/2-add-new.png" alt="2-add-new" width="516" height="111" /></p>
<p><strong>Step 4:</strong> A tiny window will appear in front of you. Click on the “Browse” button to choose the downloaded package and then click “Install Now”</p>
<p><img decoding="async" class="alignnone wp-image-4885 size-full" src="https://www.allwebtuts.com/wp-content/uploads/2020/09/3-upload-file.png" alt="3-upload-file" width="734" height="267" /></p>
<p><strong>Step 5:</strong> Once the plugin has been installed click “Activate Plugin” to get started with the plugin.</p>
<p><strong>Step 6:</strong> After entering the license key and the plugin becomes functional, head to the “Settings” tab of the plugin. And then click on “Earn Points for Other Actions”</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-4886 size-large" src="https://www.allwebtuts.com/wp-content/uploads/2020/09/4-settings-points-1024x1024.png" alt="4-settings-points" width="680" height="680" /></p>
<p><strong>Step 7:</strong> You’ll get a window in front of you where you can see a number of actions via which you can give reward loyalty points to customers. Decide how much reward points you want to give when a customer writes a product review. Also, you have an option to display custom messages below.</p>
<p><strong>Step 8:</strong> And when everything is over, click the “Save” button.<br />
It’s done and definitely easier than said.</p>
<p>Like I said, about the plugin now.</p>
<h3>Features of Flycart’s Loyalty Points and Rewards for WooCommerce Plugin</h3>
<p>Loyalty Points and Rewards for WooCommerce is one best WooCommerce loyalty plugin you might have come across. Here are some of the key features of this WooCommerce Loyalty Points plugin.</p>
<ul>
<li>You can award reward points to store customers when they
<ul>
<li>Purchase a product from your store.</li>
<li>Create an account/ signup.</li>
<li>Write a product review after a purchase.</li>
<li>Refer friends via the referral program (both the referrer and the referral get points as rewards. Also, you can give a unique referral URL for every customer).</li>
</ul>
</li>
<li>A dedicated Loyalty Program Launcher button that makes it easy for store customers to know about your WooCommerce loyalty programs and their loyalty points.<img loading="lazy" decoding="async" class="alignnone wp-image-4887 size-large" src="https://www.allwebtuts.com/wp-content/uploads/2020/09/5-shop-page-1024x474.png" alt="5-shop-page" width="680" height="315" /></li>
<li>Options to let customers redeem their reward points partially/fully during their next purchase.</li>
<li>Set custom points conversion rate and expiry date for reward points.</li>
<li>Track customer activity as a whole or for a particular timeline using an insightful dashboard that gives you information about total points awarded, redeemed and more.</li>
<li>Options to display custom cart messages, checkout messages, thank you messages and more. Also, you can give custom labels to points &#8211; karma, bucks, jello and more.</li>
</ul>
<p>You can actually do a lot more with Loyalty Points and Rewards for WooCommerce. You probably should check the features page of this plugin.</p>
<hr />
<h2>The Bottom Line</h2>
<p>That’s a lot of learning in this read. We’ve come to know</p>
<ul>
<li>Why product reviews are important and how it can influence your WooCommerce store’s growth.</li>
<li>How to offer points and rewards to customers when they write a product review on your store using a WooCommerce rewards plugin.</li>
<li>One best WooCommerce Loyalty Program plugin and its features.</li>
<li>And here’s a little bonus &#8211; Learn how to <a href="https://www.allwebtuts.com/10-woocommerce-tweaks-boost-online-sales/" target="_blank" rel="noopener noreferrer">boost your WooCommerce sales</a> using these simple tips &amp; tricks.</li>
</ul>
<p>Now what’s left for you is to implement whatever you’ve learned and start scaling your WooCommerce store’s growth. Let’s take one step at a time. Why don’t we check more about the Loyalty Points and Rewards for WooCommerce plugin right away?<br />
Yep! Meet you there!</p>
<p>The post <a href="https://www.allwebtuts.com/offer-points-and-rewards-to-customers-for-writing-product-reviews-in-woocommerce/">How to Offer Points and Rewards to Customers for Writing Product Reviews in WooCommerce?</a> appeared first on <a href="https://www.allwebtuts.com">Allwebtuts</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.allwebtuts.com/offer-points-and-rewards-to-customers-for-writing-product-reviews-in-woocommerce/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Setup WooCommerce Refer a Friend Program – Quick Tutorial</title>
		<link>https://www.allwebtuts.com/how-to-setup-woocommerce-refer-a-friend-program/</link>
					<comments>https://www.allwebtuts.com/how-to-setup-woocommerce-refer-a-friend-program/#disqus_thread</comments>
		
		<dc:creator><![CDATA[varsha]]></dc:creator>
		<pubDate>Wed, 29 Apr 2020 08:21:27 +0000</pubDate>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Widgets]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WooCommerce]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">https://www.allwebtuts.com/?p=4841</guid>

					<description><![CDATA[<p>Refer a friend program can simply be explained as a win-win concept where the referee, the new customer, and the store owner are benefited on their own terms. Rewarding points to the referee for the referral would urge them to maintain a long-lasting relationship with you. As a store owner, it is essential to convert your loyal customers to brand advocates which would bring more benefits to you as well as your customers. This can be achieved effortlessly using the best WooCommerce plugin “Loyalty Points and Rewards”. The WooCommerce Loyalty Points and Rewards Plugin guides you to nurture your existing </p>
<p>The post <a href="https://www.allwebtuts.com/how-to-setup-woocommerce-refer-a-friend-program/">How to Setup WooCommerce Refer a Friend Program &#8211; Quick Tutorial</a> appeared first on <a href="https://www.allwebtuts.com">Allwebtuts</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Refer a friend program can simply be explained as a win-win concept where the referee, the new customer, and the store owner are benefited on their own terms. Rewarding points to the referee for the referral would urge them to maintain a long-lasting relationship with you.</p>
<p>As a store owner, it is essential to convert your loyal customers to brand advocates which would bring more benefits to you as well as your customers. This can be achieved effortlessly using the best WooCommerce plugin “<a href="https://www.flycart.org/products/wordpress/loyalty-points-and-rewards-for-woocommerce" target="_blank" rel="noopener noreferrer">Loyalty Points and Rewards</a>”.</p>
<p>The WooCommerce Loyalty Points and Rewards Plugin guides you to nurture your existing customers by making every interaction into the count and offering reward points. With the plugin, you can engage your customers by rewarding specific actions and building relationships through customer loyalty rewards as you grow. You can offer the best WooCommerce loyalty program with this plugin.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-4842 size-full" src="https://www.allwebtuts.com/wp-content/uploads/2020/04/how-to-setup-woocommerce-refer-a-friend-program.png" alt="" width="3274" height="1638" /></p>
<p>The loyalty program is one of the best strategies to increase revenue and customer engagement. WooCommerce Loyalty Programs help to build loyal audiences for your store.</p>
<p>Customers can earn points by doing specific actions and can later redeem these points. This strategy would boomerang your customers often and would also bring excellent conversions.</p>
<h2>Benefits of Loyalty Program</h2>
<p>Implementing WooCommerce loyalty rewards, you can offer points and rewards to your customers for their different actions like sign up, purchasing a product, review a product, and also during referrals. It also boomerangs your customers to increase their points and avail your rewards. Some of the advantages that you can experience by integrating the WooCommerce reward system,</p>
<ul>
<li>It helps to generate more sales and revenue.</li>
<li>Rewarding your customers for their loyalty would build brand advocates for your online store.</li>
<li>Reduces cart abandonment at your WooCommerce store.</li>
<li>It develops your brand value and accelerates your traffic &amp; sales.</li>
<li>Easily get recognized through the free marketing strategy, Word-Of-Mouth.</li>
<li>It always helps you to stand unique among your competitors.</li>
</ul>
<p>Setup the WooCommerce reward system and experience it benefits at your store. Offering rewards by considering your customer’s every action into count will bring in greater conversions and revenue to your WooCommerce store.</p>
<h2>Features of the WooCommerce plugin Loyalty Points and Rewards</h2>
<p>The plugin Loyalty points and Rewards for WooCommerce guides you to bring great customer engagement at different phases like,</p>
<ol>
<li>Rewarding your customers with loyalty points during their sign up.</li>
<li>Encouraging your customers with loyalty points during their purchase or when a review is posted.</li>
<li>Offering referral points when they refer to a friend.</li>
</ol>
<p>The powerful features of the plugin that drives more traffic and revenue for your eCommerce store with complete loyalty rewards management,</p>
<p><strong>Loyalty Reward Program</strong> &#8211; Reward your customers for their loyalty<br />
<strong>Referral Programs</strong> &#8211; Reward points for referrals and increase WOM which drives traffic and revenue.<br />
<strong>Points and Rewards</strong> &#8211; Manage your customer’s points and rewards.<br />
<strong>Customer Notifications</strong> &#8211; Display customer cart messages and drive more sales.<br />
<strong>Dashboard</strong> &#8211; Have in-depth analytics of the points and rewards under one roof<br />
<strong>Launcher Widget</strong> &#8211; It displays the rewards for purchase, sign up, writing a product review, and referrals.</p>
<p>The customer loyalty program develops advantages like an increase in revenue, brand value, healthy customer relationship, WOM, and importantly you will stand unique among your competitors. Implement this feasible plugin to your online store and watch your sales grow.</p>
<h2>What is a Referral Program and What are its benefits?</h2>
<p>A referral program is a powerful marketing strategy that helps you to <a href="https://www.allwebtuts.com/10-woocommerce-tweaks-boost-online-sales/" target="_blank" rel="noopener noreferrer">boost your sales efficiently</a>. It is also a method for promoting your business through referrals who are interested in advocating your brand.</p>
<p>When a referral program has been implemented</p>
<ul>
<li>It urges people to purchase from you when referred by a friend</li>
<li>Your existing customer makes the purchase and refers to gain his/her credit</li>
<li>Boost your sales and conversions effortlessly</li>
<li>Builds good customer engagement and relationship at your store.</li>
</ul>
<h2>How to create Refer a Friend program for your WooCommerce store</h2>
<p>The referral program can be easily created with the WooCommerce plugin “<a href="https://www.flycart.org/products/wordpress/loyalty-points-and-rewards-for-woocommerce" target="_blank" rel="noopener noreferrer">Loyalty Points and Rewards</a>”<br />
Let’s get started by installing the WooCommerce Loyalty Points and Rewards plugin to your WordPress dashboard,</p>
<p><strong>Step1:</strong> Login to your WordPress Admin section and go to Dashboard -&gt; Plugins.</p>
<p><strong>Step2:</strong> Click on “Add New” button as illustrated below,</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-4843 size-full" src="https://www.allwebtuts.com/wp-content/uploads/2020/04/1-add-new.png" alt="" width="516" height="111" /></p>
<p><strong>Step3:</strong> This will take you to the “Upload Plugin” click on it</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-4844 size-full" src="https://www.allwebtuts.com/wp-content/uploads/2020/04/2-upload.png" alt="" width="421" height="111" /></p>
<p>Click the &#8220;Browse..&#8221; button and choose the Plugin Zip file you have downloaded from the plugin repository.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-4845 size-full" src="https://www.allwebtuts.com/wp-content/uploads/2020/04/3-upload-file.png" alt="" width="734" height="267" /></p>
<p>Once the respective file has been uploaded hit the “Install Now” button.</p>
<p><strong>Step4:</strong> Click on the “Activate” button once the plugin has been installed,</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-4846 size-full" src="https://www.allwebtuts.com/wp-content/uploads/2020/04/4-activate-plugin.jpg" alt="" width="1020" height="326" /></p>
<p>Once the installation process has been completed make sure to activate the license key to receive automatic updates and support for your plugin.</p>
<p>Let us discuss in detail with the process of creating a referral program,<br />
Convert your existing customers to brand advocates through this referral program. Create a referral program for your existing customers and urge them to earn points by referring a friend.</p>
<p>Let us see how it works with the help of an example,</p>
<p>Joel is an existing customer of your store and is eligible for the referral program. He can earn his points by referring his friends to your store. Joel can share the referral URL or code to his friends which is available at My Account -&gt; Points page.<br />
The new user (Joel’s friend) can earn points and discounts with this referral code. Joel will receive his points only when his friend completes an order.</p>
<p>Let us create the referral program in a few clicks by following the below instructions,</p>
<p>Go to WooCommerce -&gt; Loyalty Points and Rewards-&gt; Referrals</p>
<p>The referral program can be set in two methods,</p>
<ul>
<li>Bonus Points for Referrals</li>
<li>Dynamic Bonus points based on rules</li>
</ul>
<h3>Bonus points for Referrals</h3>
<p>In this section, you can configure the respective points for both referrals and referees. Basic setting for the referral code can also be done here,</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-4847 size-full" src="https://www.allwebtuts.com/wp-content/uploads/2020/04/5-bonus-for-referrals.png" alt="" width="1199" height="1649" /></p>
<p><strong>Advocate Reward &#8211;</strong> you can set the reward points for the referee (advocates/ your existing customers) for referring their friends or new customers.</p>
<p><strong>Friend Reward &#8211;</strong> you can set the rewards points for the referrals (newly signed up customers who are referred to make the purchase). These are the bonus points in addition to the earned loyalty points during the purchase.</p>
<p><strong>Enable Referral Program &#8211;</strong> you can choose the option here to activate the referral program.<br />
Display friend reward message in cart &#8211; you can select the page where to display the reward message (before/ after cart items).</p>
<p><strong>Referral code prefix &#8211;</strong> you can set a prefix for the referral code.</p>
<p><strong>Enable discount for friend / new customer / receiver? &#8211;</strong> You can enable this option if you want to offer a first purchase discount to the new customer who was referred by your existing customer. This discount can be set on top of the reward points.</p>
<p><strong>Referral discount name in cart &#8211;</strong> You can enter the name of the referral discount that is to be displayed in the cart and checkout page.</p>
<p><strong>Discount Value &#8211;</strong> here you can set the discount value either as a percentage discount completely based on the order total or you can set a fixed amount as discount value.</p>
<p>Based on the configurations set here, the referrer and the referral will receive their rewards points for their respective actions.</p>
<h3>Dynamic Bonus points based on rules</h3>
<p>In this section, you can offer the reward points dynamically for both the referrer and the referral based on the subtotal of the cart.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-4848 size-full" src="https://www.allwebtuts.com/wp-content/uploads/2020/04/6-dynamic-bonus-points.png" alt="" width="1214" height="681" /></p>
<p>The cart subtotal based rule has been created separately for both the referrer and the new customer.<br />
The existing customer will receive the points once the new customer completes his/her first purchase.<br />
The new user will receive his/her reward points depending on his first-purchase subtotal value.<br />
The above two methods clearly illustrate how to configure a WooCommerce referral program at your store.</p>
<h3>How the users share the Referral URL or CODE to their friends</h3>
<p>Now, let us see how the existing customer can share the referral URL or code to their friends.</p>
<p>It is very simple to fetch and share the referral codes by the existing customers to their friends through Twitter and Email. The Referral URL can be fetched from,</p>
<p>Login to the site -&gt; My Account -&gt; My Points</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-4849 size-full" src="https://www.allwebtuts.com/wp-content/uploads/2020/04/7-myaccount-points.png" alt="" width="1351" height="757" /></p>
<p>The referral URL or code can be shared through Twitter or through emails which would help in gaining benefits for both the referrer and the referral. The Referral code can be used as coupon code by the new user at their cart in order to avail the discount on their first purchase.</p>
<p>In this article, we have educated you in detail about configuring a <a href="https://www.flycart.org/blog/woocommerce/best-woocommerce-loyalty-points-and-reward-plugins" target="_blank" rel="noopener noreferrer">WooCommerce referral program</a> for your store. This referral program brings in great benefits both to the referrer and the new customer. The referral program increases your revenue, brand value, healthy customer relationship, WOM and importantly you will stand unique among your competitors.</p>
<p>Nail your store’s revenue by implementing the WooCommerce referral program and take your business to the next level.</p>
<p>Wishing you Good Luck.</p>
<p>The post <a href="https://www.allwebtuts.com/how-to-setup-woocommerce-refer-a-friend-program/">How to Setup WooCommerce Refer a Friend Program &#8211; Quick Tutorial</a> appeared first on <a href="https://www.allwebtuts.com">Allwebtuts</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.allwebtuts.com/how-to-setup-woocommerce-refer-a-friend-program/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>SGS Mediasoft review – Digital Marketing Training Course Coimbatore</title>
		<link>https://www.allwebtuts.com/sgs-mediasoft-review/</link>
					<comments>https://www.allwebtuts.com/sgs-mediasoft-review/#disqus_thread</comments>
		
		<dc:creator><![CDATA[Santhosh veer]]></dc:creator>
		<pubDate>Wed, 06 Feb 2019 06:09:46 +0000</pubDate>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Marketing]]></category>
		<guid isPermaLink="false">https://www.allwebtuts.com/?p=4703</guid>

					<description><![CDATA[<p>SGS Mediasoft review – Digital Marketing Training Course Coimbatore Blazingly becoming one of the biggest, most exuberant (and frankly, fulfilling) career choices in the world, Digital marketing is, undoubtedly, is here to stay, especially with over 150,000 jobs expected to be made available by 2020! Offering you, the candidate, with a brilliant career option that’s fast-paced, ever-changing and ripe with potential for advancement. I am a seasoned digital marketer myself; take immense pleasure in inviting you to join me in reviewing many the secrets and brilliances of SGS Mediasoft – the “supposedly” best digital marketing training Coimbatore! Quite a popular </p>
<p>The post <a href="https://www.allwebtuts.com/sgs-mediasoft-review/">SGS Mediasoft review – Digital Marketing Training Course Coimbatore</a> appeared first on <a href="https://www.allwebtuts.com">Allwebtuts</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2 style="text-align: center;">SGS Mediasoft review – Digital Marketing Training Course Coimbatore</h2>
<p>Blazingly becoming one of the biggest, most exuberant (and frankly, fulfilling) career choices in the world, Digital marketing is, undoubtedly, is here to stay, especially with over 150,000 jobs expected to be made available by 2020! Offering you, the candidate, with a brilliant career option that’s fast-paced, ever-changing and ripe with potential for advancement. I am a seasoned digital marketer myself; take immense pleasure in inviting you to join me in <a href="https://www.allwebtuts.com/wp-coupons-review/">reviewing many the secrets</a> and brilliances of SGS Mediasoft – the “supposedly” best digital marketing training Coimbatore!</p>
<p>Quite a popular choice amongst both students and the experts alike, and well-regarded by many to be the “best of the best” out there SGS Mediasoft solidly pits itself as the top, “default” <a href="https://sgsmediasoft.com/digital-marketing-training-coimbatore.html" rel="">best digital marketing institute in Coimbatore</a>, beating many other great contenders along the way– but, let me ask you this “is it truly the best out there?”</p>
<p>Well then, that’s what we are here to find out!</p>
<h3>SGS Mediasoft – Best Digital Marketing Training Course Coimbatore</h3>
<p>Looking to undergo a few certified digital marketing courses in Coimbatore, Salem, Tirupur, Erode or Palakkad? Want to get to know better about the digital marketing arena? Curious to know what the hype is all about? Well then, it’s my pleasure to introduce you to this review on SGS Mediasoft – the single best digital marketing center in Coimbatore!</p>
<p>A major “Coimbatorian” attraction since 2009 and one of the most well-trusted, best digital marketing training institute in Coimbatore, SGS Mediasoft offers a slew of high-end DM courses such as Web-design, <a href="https://www.allwebtuts.com/10-woocommerce-tweaks-boost-online-sales/">E-commerce</a>, WordPress, Joomla, SEO, CRM solutions and more at very affordable pricing. Furthermore, they are also globally certified &#8211; meaning that their quality services not only render them to be a major domestic player, but also a truly global name that’s well worth recommending!</p>
<p>Still not convinced? Are you dying to know more about them? Well then, together, let’s now have a look at some of the most major qualities and features that make SGS Mediasoft the &#8220;supposedly&#8221; best digital marketing agency in Coimbatore – Want to know why? So, you, yourself, can determine how good (or bad) they are!</p>
<p>Well then my friend, let’s get started!</p>
<h2>SGS Mediasoft – The Best Digital Marketing Training Course Coimbatore</h2>
<h3># 1 course &amp; 8+ certifications</h3>
<p>To act readily as a tangible scale to your skills and capabilities, Certifications are something that you definitely cannot do without, especially if you are looking for a new job and want to stand out from the crowd. Needless to say, the guys at SGS Mediasoft are well aware of this. And that’s why they are Offering, in an exclusive partnership with some online giants like <a href="https://www.allwebtuts.com/google-maps-widget/">Google</a>, HP, Hubspot, and Bing amongst others, up to 8 different certifications with every single course you are going to complete from their catalog – giving you the perfect ammunition to better level-up your digital marketing games!</p>
<h3># Live recorded classes for every session</h3>
<p>Designed specifically by their expert team to better address the concerns of those who are new to the game and those who have a lot on their mind. SGS Mediasoft conveniently offers you, the student, with a complete collection of your training classes in a super-crispy HD video format that’s downloadable through your designated Gmail inbox. Highly beneficial to all.</p>
<p>Indeed, it’s a pretty wonderful option as you can easily double-check, refer or find answers to your queries or doubts regarding any training events or conversations that may have had happened in the distant past – and that too at your own pace and leisure!</p>
<h3># Real-time + individual classes</h3>
<p>Individual or batch based – conveniently offering both, with SGS Mediasoft it doesn&#8217;t matter whichever the one you prefer and love! That said, Offered specifically to better maximize their training’s impact and to <a href="https://www.allwebtuts.com/seo-friendly-url-using-php/">make it as efficient</a>, intuitive and user-friendly as possible, at SGS Mediasoft, they are dedicated to preferring individual classes more to those that are conducted in batches &#8211; ensuring that you, the students, will be gaining the “maximum” out of their brilliant services.</p>
<p>Furthermore, they also tend to put a lot of emphasis on practicality over theory – going as far as allowing you to work with them on actual, real-life projects and helping you to better gather up the much-needed &#8220;life experiences” too along the road!</p>
<h3># Online Vs regular classes</h3>
<p>At SGS Mediasoft, they are pretty adamant about keeping the perils of distances to not ever be a hindrance to their excellent services. And to that end, they currently offer a slew of day-to-day classes that you can attend on both weekends and weekdays if you are hailing from the likes of Saibaba colony, Hopes, Pollachi, RS Puram or any other nearby places – thus heeding better to your wishes and conveniences.</p>
<p>On the other hand though, if you are an interested student who is staying in other cities like Palakkad, Tirupur, Salem, Erode or any other faraway locations like Avinashi, Mettupalayam, Udumalpet, Pollachi etc., you can always make use of their brilliant online class facility – as long as you don’t mind it’s pretty impersonal nature of course!</p>
<h3># Checklist &amp; Blueprint method</h3>
<p>Taking on a curiously more liberal approach to digital marketing, and formulated in tandem with a few of the most well-qualified, talented and capable professionals out there, SGS Mediasoft currently offers a slew of exciting courses that can quickly get you, the student, to better put yourself deeper into the digital marketing arena than ever before.</p>
<p>Furthermore, with highly interactive and well-dedicated classes that are entirely based on the latest in trends and world happenings, you will be given an exciting opportunity to better explore and learn about the field by yourself– thus making SGS Mediasoft, unquestionably, the best digital marketing training in Coimbatore!</p>
<h3># Free digital marketing tools worth 10000</h3>
<p>While it’s true that the digital marketing field itself is a pretty awesome (and lucrative) option to get in to, training yourself to <a href="https://digitalmarketingtrainingcoimbatore.com/different-ways-of-digital-marketing/" target="_blank" rel="nofollow noopener">be a good digital marketer</a> can undoubtedly be a rather pretty big “bank-breaking” affair – more so, when you also consider the fact that digital marketing tools too can be crazily expensive, adding fuel to the fire.</p>
<h3>Conclusion – let’s finish it up!</h3>
<p>With that my friend, we have come to an end our review on SGS Mediasoft &#8211; the best digital marketing training Coimbatore! Currently rendering their services across a number of cities like Coimbatore, Salem, Tirupur, Erode, Palakkad etc., And a premier player amongst the best digital marketing training solutions across the globe.</p>
<p>SGS Mediasoft certainly strikes all the right notes if you&#8217;re planning to join an awesome, well-established digital marketing institution that’s not going to render you broke to the bone!</p>
<p>With the points that I had mentioned above, it’s quite obvious that there is a lot to like about SGS Mediasoft here, and needless to say, their quality and affordability factors are just the “tip of the iceberg” in all of their much grandiosity. In any case, I can confidently vouch for the fact that I sincerely doubt that you&#8217;ll be able to find a better, more brilliant option than this one – and that, my friend, is the real truth</p>
<p>Want to know more about it? Trying to make your opinions heard? Have a few good suggestions to make? Well then, don’t hesitate to throw us a comment down below and we’ll get back to you as soon as possible!</p>
<p>&nbsp;</p>
<p>The post <a href="https://www.allwebtuts.com/sgs-mediasoft-review/">SGS Mediasoft review – Digital Marketing Training Course Coimbatore</a> appeared first on <a href="https://www.allwebtuts.com">Allwebtuts</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.allwebtuts.com/sgs-mediasoft-review/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>10 Simple WooCommerce Tweaks to Boost your Online Sales</title>
		<link>https://www.allwebtuts.com/10-woocommerce-tweaks-boost-online-sales/</link>
					<comments>https://www.allwebtuts.com/10-woocommerce-tweaks-boost-online-sales/#disqus_thread</comments>
		
		<dc:creator><![CDATA[Sharon Thomas]]></dc:creator>
		<pubDate>Mon, 10 Sep 2018 15:40:53 +0000</pubDate>
				<category><![CDATA[Web Tips]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[FlyCart]]></category>
		<category><![CDATA[Tweaks]]></category>
		<category><![CDATA[WooCommerce]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">https://www.allwebtuts.com/?p=4651</guid>

					<description><![CDATA[<p>10 best WooCommerce tweaks to increase sales Are you on the lookout for new strategies to boost your WooCommerce sales? Well, stop the search for new strategies and start improvising the existing strategies. Sometimes the little WooCommerce tweaks to your existing strategy can turn the biggest odds in your favor. WooCommerce Sales ECommerce business is all about making quick sales. I’m pretty sure, we all must have had our share of beginners luck. Making the first few sales would have been easy, but we start experimenting with complex ideas when venturing to boost online sales. “Life isn’t hard unless We make </p>
<p>The post <a href="https://www.allwebtuts.com/10-woocommerce-tweaks-boost-online-sales/">10 Simple WooCommerce Tweaks to Boost your Online Sales</a> appeared first on <a href="https://www.allwebtuts.com">Allwebtuts</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2 style="text-align: left;">10 best WooCommerce tweaks to increase sales</h2>
<p><span style="font-weight: 400;">Are you on the lookout for new strategies to boost your WooCommerce sales? </span><span style="font-weight: 400;">Well, stop the search for new strategies and start improvising the existing strategies. Sometimes the little WooCommerce tweaks to your existing strategy can turn the biggest odds in your favor.</span></p>
<div id="attachment_4654" style="width: 910px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-4654" class="wp-image-4654 size-full" src="https://www.allwebtuts.com/wp-content/uploads/2018/09/10-simple-woocommerce-tweaks-to-boost-your-online-sales.png" alt="10 Simple WooCommerce Tweaks - Increase Sales" width="900" height="350" /><p id="caption-attachment-4654" class="wp-caption-text">10 Simple WooCommerce Tweaks &#8211; Increase Sales</p></div>
<h3><b>WooCommerce Sales</b></h3>
<p><span style="font-weight: 400;">ECommerce business is all about making quick sales. I’m pretty sure, we all must have had our share of beginners luck. Making the first few sales would have been easy, but we start experimenting with complex ideas when venturing to </span><a href="https://techibhai.com/boost-sales-woocommerce-online-store/" target="_blank" rel="nofollow noopener"><span style="font-weight: 400;">boost online sales</span></a><span style="font-weight: 400;">. </span></p>
<p><i><span style="font-weight: 400;">“Life isn’t hard unless We make it so”</span></i></p>
<p><span style="font-weight: 400;">Try these simple sales tweaks,</span></p>
<ol>
<li>
<h4><b> Inform customers on the availability of out-of-stock products</b></h4>
</li>
</ol>
<p><span style="font-weight: 400;">Most times a customer leaves your eCommerce website when their product choice is found unavailable. So, have you ever reached back to that customer when that unavailable product comes available? </span></p>
<p><span style="font-weight: 400;">Letting your customers notify about the out-of-stock products not only improves sales but also strengthens your brand credibility. </span></p>
<p><i><span style="font-weight: 400;">WooCommerce Waitlist </span></i><span style="font-weight: 400;">extension will help you track the demand for out-of-stock items. It also creates a list of waiting customers for the unavailable product and then notifies the customers when the product is available back in the stock.</span></p>
<ol start="2">
<li>
<h4><b> Create WooCommerce discounts precisely</b></h4>
</li>
</ol>
<p><span style="font-weight: 400;">WooCommerce discount is no new terminology. Right? Every online shop owner must have surely created discounts at least once. WooCommerce discounts can always boost your online sales. </span></p>
<p><i><span style="font-weight: 400;">WooCommerce discount Rules</span></i><span style="font-weight: 400;"> says that the smart way to plan your discount strategy is to create it in the time of need.</span></p>
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400;">Have you just started your WooCommerce store? You must then be getting a lot of new customers. In this case, gift your new customers with </span><i><span style="font-weight: 400;">First order discounts </span></i><span style="font-weight: 400;">and make them a loyal customer.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">The most commonly dealt issue when selling online is cart abandonment. Try offering </span><a href="https://www.flycart.org/blog/wordpress/how-to-create-cart-discounts-in-your-woocommerce-online-store" target="_blank" rel="noopener"><i><span style="font-weight: 400;">Cart discounts </span></i></a><span style="font-weight: 400;">and see how it improves your sales.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Is your online inventory piling up? Creating an attractive ‘Buy One Get One free’ discounts not only improves sale but also clears up your inventory.</span></li>
</ul>
<p><span style="font-weight: 400;">Hope you get the basic idea of ‘when’ to offer ‘which’ discount. </span></p>
<ol start="3">
<li>
<h4><b> Reward your Reviewers</b></h4>
</li>
</ol>
<p><span style="font-weight: 400;">What’s the first thing we do before purchasing a product? We look for the product reviews and assess the quality of the product. In fact, the sale of a particular product also depends on the product review left by earlier customers.</span></p>
<p><span style="font-weight: 400;">How to use product reviews to your WooCommerce store advantage? Reward discount coupons to customers who review a product after every purchase. </span></p>
<p><span style="font-weight: 400;">This way, </span></p>
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400;">Most of your products get reviewed by the customers. </span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">The reviews also encourage new customers to shop at your online store. </span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Customer gains trust with your eCommerce store.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">High sales conversion.</span></li>
</ul>
<p><i><span style="font-weight: 400;">Review for Discount</span></i><span style="font-weight: 400;"> is a WooCommerce built plugin to help you offer discounts to customers who write a review for the shopped products. This will help your WooCommerce store to drive more sales, upsells and new sales as well.</span></p>
<h3><b>(B) Promotions</b></h3>
<p><span style="font-weight: 400;">No matter how attractive your WooCommerce discount strategy is, it still needs a successful sale promotion. Brand promotions are the crucial part of engaging existing customers and also in bringing in new customers.  </span></p>
<p><i><span style="font-weight: 400;">So, How to run a successful WooCommerce sale promotion?</span></i></p>
<ol start="4">
<li>
<h4><b> Create Email campaigns</b></h4>
</li>
</ol>
<p><span style="font-weight: 400;">Whatever be your latest online marketing strategy, Email marketing is still the best channel to improve online sales. Well, 79% of retail professionals acknowledge the fact too. </span></p>
<p><span style="font-weight: 400;">Are you expecting a bit more of insight email campaigns?</span></p>
<p><span style="font-weight: 400;">Here’s what Campaign Rabbit has to got to say</span></p>
<p><a href="https://www.campaignrabbit.com/use-cases/" target="_blank" rel="noopener"><i><span style="font-weight: 400;">Campaign Rabbit’s Email</span></i></a><i><span style="font-weight: 400;"> Tweaks,￼￼￼</span></i></p>
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400;">Send personalized </span><i><span style="font-weight: 400;">Welcome emails</span></i> <span style="font-weight: 400;">by using the customer name. It improves the customer relation.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Don’t lose even a single customer. Send </span><i><span style="font-weight: 400;">Win back emails</span></i><i><span style="font-weight: 400;"> with </span></i><span style="font-weight: 400;">coupon codes and make your customer shop with your online store again.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">To avoid your customers abandoning their shopping cart, sent </span><i><span style="font-weight: 400;">Cart abandonment emails</span></i> <span style="font-weight: 400;">and encourage the customers to complete the purchase. Let them know the sale is rushing. </span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Create Upsell and cross-sell opportunities by recommending product suggestions along</span> <span style="font-weight: 400;">with </span><i><span style="font-weight: 400;">Follow up emails</span></i><i><span style="font-weight: 400;">.</span></i></li>
</ul>
<ol start="5">
<li>
<h4><b> Customize WooCommerce emails</b></h4>
</li>
</ol>
<p><span style="font-weight: 400;">Won’t you get bored seeing generic, plain looking order emails? Well, that’s how your WooCommerce customer feels when you send default transactional emails. Customer engagement is the only thing that can boost online sales and it will be lost if you don’t customize your order emails. </span></p>
<p><span style="font-weight: 400;">Customizing your </span><a href="https://www.flycart.org/blog/wordpress/how-to-customize-woocommerce-order-emails" rel=""><span style="font-weight: 400;">WooCommerce order emails</span></a><span style="font-weight: 400;"> no longer requires alteration with HTML codes because now you can simply drag and drop content to create attractive transactional emails. </span></p>
<p><span style="font-weight: 400;">Use </span><i><span style="font-weight: 400;">WooCommerce Email Customizer-</span></i><span style="font-weight: 400;"> the most popular email plugin for WooCommerce to customize your default emails. Add brand logo, headers, footers, product images, icons with simple drag and drop feature and create beautiful WooCommerce transactional emails.</span></p>
<ol start="6">
<li>
<h4><b> Build Social network</b></h4>
</li>
</ol>
<p><i><span style="font-weight: 400;">“Building a brand is always about having more audience”</span></i></p>
<p><span style="font-weight: 400;">How to expand your audience? Social media is the modern web’s most prominent idea. You can connect with millions of audience over the globe with just a mouse click. </span></p>
<p><i><span style="font-weight: 400;">Simple share buttons adder</span></i><span style="font-weight: 400;"> plugin will allow you to provide customized social buttons alongside blogs, articles, events, </span><a href="https://www.flycart.org/blog/wordpress/woocommerce-coupons-best-practices-to-boost-sales" rel=""><span style="font-weight: 400;">discount coupon promotions</span></a><span style="font-weight: 400;">. So that, the customers can connect and share the news on social media platforms. When more people hear about your WooCommerce store, the chances of customer rate acquisition is high.</span></p>
<h3><b>(C) Performance</b></h3>
<p><span style="font-weight: 400;">ECommerce is all about engaging your customers in real time. The obsession with “Saving Time” is the reason for eCommerce success. Many might be thinking how’s this ‘obsession’ going to help boost online sales.</span></p>
<p><span style="font-weight: 400;">Well, things are pretty simple. Optimize your online website’s performance and make it quick to load.</span></p>
<p><i><span style="font-weight: 400;">How to improve your WooCommerce store performance?</span></i></p>
<ol start="7">
<li>
<h4><b> Optimize WooCommerce product images</b></h4>
</li>
</ol>
<p><span style="font-weight: 400;">Getting at the top of Google’s search page is the biggest race in eCommerce niche. Well, most of you know that a strategized SEO can bring you the google rankings. But, do you know that the simple optimization of your product image can also boost your website performance?</span></p>
<p><span style="font-weight: 400;">Compress WooCommerce product images to reduce storage space which in turn can boost your website speed. And, increased website speed can bring your better search results. When more people visit your online store, you make more sales conversions.</span></p>
<p><i><span style="font-weight: 400;">EWWW image optimizer</span></i><span style="font-weight: 400;"> can help you optimize all your existing images to the best file format. The plugin helps you to add ALT Text optimization for images. Also, optimizing all bulk images can be done in one single page.</span></p>
<ol start="8">
<li>
<h4><b> Index your WooCommerce site</b></h4>
</li>
</ol>
<p><span style="font-weight: 400;">The search engine needs to know your content </span><a href="https://www.allwebtuts.com/blogger-sitemap-generator/" rel=""><span style="font-weight: 400;">update from your sitemap</span></a><span style="font-weight: 400;"> to rank your WooCommerce site. Indexing your WooCommerce site allows the search engine to find your web content easily. The site must avoid spam backlinks and your existing backlinks shouldn’t be dominated by other WooCommerce competitors.</span></p>
<p><i><span style="font-weight: 400;">A better robot.txt</span></i><span style="font-weight: 400;"> plugin can boost your web content on search engines. It will let the search engine know your latest product update, blogs, articles, and events. Well, the biggest advantage of this WooCommerce extension is that it protects your backlinks from your competitors.</span></p>
<ol start="9">
<li>
<h4><b>  Manage site’s Cache</b></h4>
</li>
</ol>
<p><span style="font-weight: 400;">By now, you’d have realized the importance of website speed. Generally, WooCommerce sites have a lot of data, files, and images. So, the faster your online website loads, better are the chances for your customer to stay. </span></p>
<p><i><span style="font-weight: 400;">Simple things to do, </span></i></p>
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400;">Delete the cache files after publishing every post. </span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Provide enable and disable cache option for mobile users. </span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Reduce page load time for frequent users.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Reduce the size of your web files that are sent to the online server.</span></li>
</ul>
<p><span style="font-weight: 400;">Add ‘</span><i><span style="font-weight: 400;">WP Fastest Cache’</span></i><span style="font-weight: 400;"> plugin to your WordPress dashboard to effectively manage your cache data.</span></p>
<ol start="10">
<li>
<h4><b> Create WooCommerce Accelerated Mobile Pages</b></h4>
</li>
</ol>
<p><span style="font-weight: 400;">Nowadays, people can shop online being anywhere. Be it a train, park, workplace they shop online with their mobile. So, to my fellow WooCommerce store owners, we must take this customer behavior into consideration to improve the store’s performance. You must make sure that your website loads in under 3 seconds. Why is that? Because of </span><a href="https://woocommerce.com/posts/improve-site-speed-amp/" target="_blank" rel="nofollow noopener"><span style="font-weight: 400;">53% mobile visitors exit a site</span></a><span style="font-weight: 400;"> if it doesn’t load within 3 sec.</span></p>
<p><span style="font-weight: 400;">That’s where WooCommerce </span><a href="https://www.allwebtuts.com/amp-for-wp/"><span style="font-weight: 400;">Accelerated mobile page</span></a><span style="font-weight: 400;"> comes useful. This framework allows you to increase the loading speed of your website pages for mobile handsets. </span><i><span style="font-weight: 400;">AMP for WP</span></i><span style="font-weight: 400;"> is the popular WooCommerce AMP plugin to boost your website speed. The latest update of the extension also supports with social media integrations.</span></p>
<p><b><i>Wrapping Up,</i></b></p>
<ol>
<li style="font-weight: 400;"><span style="font-weight: 400;">Never lose the opportunity of making a sale- Notify customers when out-of-stock products are available.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Create timely WooCommerce discounts to your store advantage.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">A product with more reviews sells more- Gift discount coupons for customers who review products.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Create active customer participation through email campaigns.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Sending generic transactional emails kills brand value- Customize your WooCommerce emails.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Make your WooCommerce store more dominant in social media.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Compress product images to increase the load speed of your online site.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Index your web content to make sure the google bot ranks your website high.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Managing cache files can improve user experience but it might use more storage space and bandwidth.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Use WooCommerce AMP and make your store quickly accessible in mobile devices.</span></li>
</ol>
<p><em><span style="font-weight: 400;">Feel free to comment us and let know how these WooCommerce tweaks helped you sell better.</span></em></p>
<p><em><span style="font-weight: 400;">Toast! for WooCommerce sales.</span></em></p>
<p>The post <a href="https://www.allwebtuts.com/10-woocommerce-tweaks-boost-online-sales/">10 Simple WooCommerce Tweaks to Boost your Online Sales</a> appeared first on <a href="https://www.allwebtuts.com">Allwebtuts</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.allwebtuts.com/10-woocommerce-tweaks-boost-online-sales/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Create a 301 Post redirect in Ghost</title>
		<link>https://www.allwebtuts.com/create-a-301-post-redirect-in-ghost/</link>
					<comments>https://www.allwebtuts.com/create-a-301-post-redirect-in-ghost/#disqus_thread</comments>
		
		<dc:creator><![CDATA[Santhosh veer]]></dc:creator>
		<pubDate>Thu, 08 Feb 2018 08:03:23 +0000</pubDate>
				<category><![CDATA[Ghost]]></category>
		<category><![CDATA[Seo]]></category>
		<category><![CDATA[post redirection]]></category>
		<category><![CDATA[seo]]></category>
		<guid isPermaLink="false">https://www.allwebtuts.com/?p=4509</guid>

					<description><![CDATA[<p>In this tutorial, we are going to see the method to Create a 301 Post redirect in Ghost. Ghost having built-in redirection feature you can see this option on your ghost admin dashboard lab section. One of the Best Feature from Ghost CMS 🙂 No need to touch the Nginx Host file for add Redirection codes.you can do anything from the Ghost redirects. it having a lot of Redirects option here is the official docs &#8211; https://docs.ghost.org/v1/docs/redirects Create a 301 Post redirect in Ghost Login to your Ghost admin dashboard Goto labs you can find the Redirects option on Labs Download current </p>
<p>The post <a href="https://www.allwebtuts.com/create-a-301-post-redirect-in-ghost/">How to Create a 301 Post redirect in Ghost</a> appeared first on <a href="https://www.allwebtuts.com">Allwebtuts</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>In this tutorial, we are going to see the method to Create a <a href="https://www.allwebtuts.com/wordpress-post-redirection/">301 Post redirect</a> in Ghost.<br />
Ghost having built-in redirection feature you can see this option on your ghost admin dashboard lab section.</p>
<p>One of the Best Feature from <a href="https://www.allwebtuts.com/display-the-last-updated-date-of-your-posts-in-ghost/">Ghost CMS</a> 🙂 No need to touch the Nginx Host file for add Redirection codes.you can do anything from the Ghost redirects.</p>
<p>it having a lot of Redirects option here is the official docs &#8211; <a href="https://docs.ghost.org/v1/docs/redirects" target="_blank" rel="nofollow noopener">https://docs.ghost.org/v1/docs/redirects</a></p>
<h2>Create a 301 Post redirect in Ghost</h2>
<ul>
<li>Login to your Ghost admin dashboard</li>
<li>Goto labs</li>
<li>you can find the <strong>Redirects</strong> option on Labs</li>
</ul>
<p style="text-align: center;"><img loading="lazy" decoding="async" class="size-full wp-image-4517 aligncenter" src="https://www.allwebtuts.com/wp-content/uploads/2018/02/awts-ghostpostredirects2.png" alt="Create a 301 Post redirect in Ghost" width="952" height="92" /></p>
<ul>
<li>Download current redirects file (<code>redirects.json</code>)</li>
<li>by default, it is an Empty JSON File</li>
<li>Open this file in any Code editors</li>
<li>Now I am going to Create a 301 Post redirection</li>
</ul>
<pre>{
 <span style="color: #ff0000;">"permanent": true,</span>
 "<span style="color: #99cc00;">from</span>": "/best-cryptocurrency-to-invest/",
 "<span style="color: #800000;">to</span>": "/"
 }</pre>
<ul>
<li>that above code for redirect deleted post into the Homepage</li>
</ul>
<p><span style="color: #ff0000;">&#8220;permanent&#8221;: true,</span> &#8211; Permanent 301 redirects</p>
<p><span style="color: #008000;">from</span> &#8211; Add your old post URL or deleted post URL</p>
<p><span style="color: #800000;">to</span> &#8211; Add your New post URL or Homepage URL use <strong>/</strong> for homepage redirection</p>
<p>&nbsp;</p>
<h4>Example</h4>
<pre>{
 "permanent": true,
 "from": "/my-old-blog-post/",
 "to": "/new-updated-blog-post/"
 }</pre>
<ul>
<li>Here is My Full code</li>
</ul>
<p><code>redirects.json</code></p>
<pre>[

{
 "permanent": true,
 "from": "/best-cryptocurrency-to-invest/",
 "to": "/"
 }
]</pre>
<ul>
<li>Upload the Redirects JSON file from your Ghost Admin Dashboard (we can find the <strong>redirects.json</strong> file on <code>content/data/redirects.json</code>)</li>
<li>cURL Verify</li>
</ul>
<p style="text-align: center;"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-4514" src="https://www.allwebtuts.com/wp-content/uploads/2018/02/awts-ghostpostredirects1.png" alt="Create a 301 Post redirect in Ghost" width="725" height="267" /></p>
<ul>
<li>That&#8217;s all Successfully we create a 301 Post Redirection in Ghost</li>
</ul>
<h2>From the Editor&#8217;s Desk</h2>
<p>Before Uploading your redirects File validate your JSON codes in offline or online tools like JSONLINT.</p>
<p>&nbsp;</p>
<p>The post <a href="https://www.allwebtuts.com/create-a-301-post-redirect-in-ghost/">How to Create a 301 Post redirect in Ghost</a> appeared first on <a href="https://www.allwebtuts.com">Allwebtuts</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.allwebtuts.com/create-a-301-post-redirect-in-ghost/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>