<?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>gj |</title>
	<atom:link href="https://blog.gaiterjones.com/category/magento/coupon/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.gaiterjones.com/category/magento/coupon/</link>
	<description>gaiterjones</description>
	<lastBuildDate>Wed, 15 May 2013 14:02:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.3</generator>
	<item>
		<title>Magento Discount Coupon Code for Facebook Likes</title>
		<link>https://blog.gaiterjones.com/magento-discount-coupon-code-facebook-likes/</link>
					<comments>https://blog.gaiterjones.com/magento-discount-coupon-code-facebook-likes/#comments</comments>
		
		<dc:creator><![CDATA[PAJ]]></dc:creator>
		<pubDate>Fri, 22 Jun 2012 10:00:16 +0000</pubDate>
				<category><![CDATA[Coupon]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Likes for Discounts]]></category>
		<category><![CDATA[Magento]]></category>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=741</guid>

					<description><![CDATA[The Facebook &#8220;Like&#8221; is an important Social Media Marketing tool. It instills customer confidence and enables new marketing opportunities. Increasing the number of likes your e-Commerce site has can sometimes...<a class="more-link" href="https://blog.gaiterjones.com/magento-discount-coupon-code-facebook-likes/" title="Continue reading">Continue reading</a>]]></description>
										<content:encoded><![CDATA[<p><a href="https://blog.gaiterjones.com/wp-content/uploads/2012/06/online-discount-icon.jpg"><img decoding="async" class="hang-2-column     alignnone" title="Grab a Discount and Give me a Like!" alt="" src="https://blog.gaiterjones.com/wp-content/uploads/2012/06/online-discount-icon.jpg" width="150" height="150" /></a>The Facebook &#8220;<strong>Like</strong>&#8221; is an important Social Media Marketing tool. It instills customer confidence and enables new marketing opportunities. Increasing the number of likes your e-Commerce site has can sometimes be difficult but one way to really boost those likes is to offer a reward in the form of a discount code if customers like your Facebook page.</p>
<p>I wanted to accomplish this with a standalone PHP application embedded into a Facebook page tab. The goals were to step the customer through connecting with the Facebook application, liking the page and generating / managing the discount codes and Magento coupons.</p>
<p>We want to take full advantage of the marketing information we can glean from Facebook so another requirement was so store the customers Facebook profile information in a database along with the generated discount code.</p>
<p>We can also generate a wall post on the customers Facebook wall to ensure our offer is shared with their Facebook friends.</p>
<p>The <a href="https://www.facebook.com/pages/gaiterjones/243428839036258?sk=app_375000545898475" target="_blank">application</a> uses the Facebook API to communicate with Facebook and loads Magento externally to generate the Magento coupon sales rules dynamically.</p>
<p>Here are the main features of the application:</p>
<p>1. Connect the customer to the Facebook application and save the customers Facebook profile information  to a MySQL database.</p>
<p>2. Get the customer to click the Like button for this Facebook page</p>
<figure id="attachment_742" aria-describedby="caption-attachment-742" style="width: 620px" class="wp-caption alignnone"><a href="https://blog.gaiterjones.com/wp-content/uploads/2012/06/magentoDicountsforLikes1.jpg"><img fetchpriority="high" decoding="async" class="size-large wp-image-742" title="Magento Facebook Like Discount Application" alt="" src="https://blog.gaiterjones.com/wp-content/uploads/2012/06/magentoDicountsforLikes1-620x251.jpg" width="620" height="251" srcset="https://blog.gaiterjones.com/wp-content/uploads/2012/06/magentoDicountsforLikes1-620x251.jpg 620w, https://blog.gaiterjones.com/wp-content/uploads/2012/06/magentoDicountsforLikes1-440x178.jpg 440w, https://blog.gaiterjones.com/wp-content/uploads/2012/06/magentoDicountsforLikes1.jpg 837w" sizes="(max-width: 620px) 100vw, 620px" /></a><figcaption id="caption-attachment-742" class="wp-caption-text">Customer has connected with the application in Facebook and must click the Like button to continue.</figcaption></figure>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>3. Generate discount code and Magento coupon.</p>
<figure id="attachment_743" aria-describedby="caption-attachment-743" style="width: 620px" class="wp-caption alignnone"><a href="https://blog.gaiterjones.com/wp-content/uploads/2012/06/magentoDicountsforLikes2.jpg"><img decoding="async" class="size-large wp-image-743" title="Magento Facebook Like Discount Application" alt="" src="https://blog.gaiterjones.com/wp-content/uploads/2012/06/magentoDicountsforLikes2-620x254.jpg" width="620" height="254" srcset="https://blog.gaiterjones.com/wp-content/uploads/2012/06/magentoDicountsforLikes2-620x254.jpg 620w, https://blog.gaiterjones.com/wp-content/uploads/2012/06/magentoDicountsforLikes2-440x180.jpg 440w, https://blog.gaiterjones.com/wp-content/uploads/2012/06/magentoDicountsforLikes2.jpg 847w" sizes="(max-width: 620px) 100vw, 620px" /></a><figcaption id="caption-attachment-743" class="wp-caption-text">Customer has liked the page , the discount code and Magento coupon are dynamically generated and displayed to the customer.</figcaption></figure>
<p>&nbsp;</p>
<p>and post to the customers Facebook wall (optional).</p>
<figure id="attachment_752" aria-describedby="caption-attachment-752" style="width: 497px" class="wp-caption alignnone"><a href="https://blog.gaiterjones.com/wp-content/uploads/2012/06/magentoDicountsforLikes5.jpg"><img loading="lazy" decoding="async" class="size-full wp-image-752" title="Magento Discounts for Facebook Likes" alt="" src="https://blog.gaiterjones.com/wp-content/uploads/2012/06/magentoDicountsforLikes5.jpg" width="497" height="247" srcset="https://blog.gaiterjones.com/wp-content/uploads/2012/06/magentoDicountsforLikes5.jpg 497w, https://blog.gaiterjones.com/wp-content/uploads/2012/06/magentoDicountsforLikes5-440x218.jpg 440w" sizes="(max-width: 497px) 100vw, 497px" /></a><figcaption id="caption-attachment-752" class="wp-caption-text">Share the love, an automatic wall post is created when a discount code is issued.</figcaption></figure>
<p>&nbsp;</p>
<p>4. Manage subsequent attempts to generate codes by the same Facebook user. Of course customers can create multiple Facebook accounts to obtain codes so your discount amount has to be thought out properly and relevant <strong>terms and conditions</strong> applied to try and prevent abuse. How much are Facebook likes worth to you?  A good idea would be to make the discounts valid for a certain spend amount, $15 discount when you spend over $100 for example. Remember if you already have 1,000 likes on your Facebook page, you are potentially giving away 1,000 discount codes to existing customers as this application does not distinguish between new and old likes!</p>
<figure id="attachment_746" aria-describedby="caption-attachment-746" style="width: 620px" class="wp-caption alignnone"><a href="https://blog.gaiterjones.com/wp-content/uploads/2012/06/magentoDicountsforLikes32.jpg"><img loading="lazy" decoding="async" class="size-large wp-image-746" title="Magento Facebook Like Discount Application" alt="" src="https://blog.gaiterjones.com/wp-content/uploads/2012/06/magentoDicountsforLikes32-620x292.jpg" width="620" height="292" srcset="https://blog.gaiterjones.com/wp-content/uploads/2012/06/magentoDicountsforLikes32-620x292.jpg 620w, https://blog.gaiterjones.com/wp-content/uploads/2012/06/magentoDicountsforLikes32-440x207.jpg 440w, https://blog.gaiterjones.com/wp-content/uploads/2012/06/magentoDicountsforLikes32.jpg 825w" sizes="(max-width: 620px) 100vw, 620px" /></a><figcaption id="caption-attachment-746" class="wp-caption-text">A discount code has already been generated for this Facebook account.</figcaption></figure>
<p>&nbsp;</p>
<p>The customer can now copy and paste the code directly into the Magento frontend store coupon box.</p>
<figure id="attachment_747" aria-describedby="caption-attachment-747" style="width: 609px" class="wp-caption alignnone"><a href="https://blog.gaiterjones.com/wp-content/uploads/2012/06/magentoDicountsforLikes4.jpg"><img loading="lazy" decoding="async" class="size-full wp-image-747 " title="Magento Facebook Like Discount Application" alt="" src="https://blog.gaiterjones.com/wp-content/uploads/2012/06/magentoDicountsforLikes4.jpg" width="609" height="141" srcset="https://blog.gaiterjones.com/wp-content/uploads/2012/06/magentoDicountsforLikes4.jpg 609w, https://blog.gaiterjones.com/wp-content/uploads/2012/06/magentoDicountsforLikes4-440x101.jpg 440w" sizes="(max-width: 609px) 100vw, 609px" /></a><figcaption id="caption-attachment-747" class="wp-caption-text">Generated discount code is entered at checkout and discount is shown in cart.</figcaption></figure>
<p>&nbsp;</p>
<p>Test the application <a href="https://www.facebook.com/pages/gaiterjones/243428839036258?sk=app_375000545898475" target="_blank">here</a>.</p>
<p>Download the application source code <a title="GitHub" href="https://github.com/gaiterjones/magento-facebook-discount-for-likes" target="_blank">here</a> check out the readme file for installation instructions. The main installation requirements are</p>
<p>PHP5.x/MYSQL<br />
Public webspace on the same server as your Magento installation<br />
A valid configured Facebook Tab application.<br />
Magento 1.3+</p>
<p>Edit the config.php file with your configuration settings and create the database and database table using the SQL in the readme file.</p>
<p>This could be developed as a Magento module too, the advantages I can see for a module would be to allow the whole process to run within your Magento shop instead of a Facebook page tab.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.gaiterjones.com/magento-discount-coupon-code-facebook-likes/feed/</wfw:commentRss>
			<slash:comments>19</slash:comments>
		
		
			</item>
		<item>
		<title>Use a Magento Coupon for a Free Gift &#8211; Coupon X Get Y Free</title>
		<link>https://blog.gaiterjones.com/use-a-magento-coupon-for-a-free-gift-coupon-x-get-y-free/</link>
					<comments>https://blog.gaiterjones.com/use-a-magento-coupon-for-a-free-gift-coupon-x-get-y-free/#comments</comments>
		
		<dc:creator><![CDATA[PAJ]]></dc:creator>
		<pubDate>Wed, 20 Jul 2011 14:45:04 +0000</pubDate>
				<category><![CDATA[Coupon]]></category>
		<category><![CDATA[Free Magento Extensions]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[Free Gift]]></category>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=492</guid>

					<description><![CDATA[My BuyXGetYFree Magento extension has been updated with the ability to use any Magento coupon code to qualify for a free gift. Simply configure a coupon as usual in Magento,...<a class="more-link" href="https://blog.gaiterjones.com/use-a-magento-coupon-for-a-free-gift-coupon-x-get-y-free/" title="Continue reading">Continue reading</a>]]></description>
										<content:encoded><![CDATA[<p>My <a title="FREE Magento Extension Buy One Get One Free" href="https://blog.gaiterjones.com/free-magento-extension-buy-one-get-one-free-discounted/">BuyXGetYFree </a>Magento extension has been updated with the ability to use any Magento coupon code to qualify for a free gift.</p>
<p>Simply configure a coupon as usual in Magento, set the coupon name i.e. &#8220;MYCOUPON1&#8221; but do not configure any coupon discount information. Then configure the name of the coupon in the Coupon section of the extension, and the ID of the free product, product Y. You should create a new or duplicate an existing product to create a unique product ID for your free gift.</p>
<p>When the customer enters the coupon code, the free product is added to the cart.</p>
<figure id="attachment_493" aria-describedby="caption-attachment-493" style="width: 440px" class="wp-caption alignnone"><a href="https://blog.gaiterjones.com/wp-content/uploads/2011/07/couponx1.jpg"><img loading="lazy" decoding="async" class="hang-1-column       " title="Use a Magento coupon for a free gift promotion" src="https://blog.gaiterjones.com/wp-content/uploads/2011/07/couponx1-440x254.jpg" alt="Use a Magento coupon for a free gift promotion" width="440" height="254" /></a><figcaption id="caption-attachment-493" class="wp-caption-text">Use a Magento coupon for a free gift promotion</figcaption></figure>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>See the <a title="FREE Magento Extension Buy One Get One Free" href="https://blog.gaiterjones.com/free-magento-extension-buy-one-get-one-free-discounted/">full extension page post</a> for more information and to download. Thanks to Darren for the idea!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.gaiterjones.com/use-a-magento-coupon-for-a-free-gift-coupon-x-get-y-free/feed/</wfw:commentRss>
			<slash:comments>33</slash:comments>
		
		
			</item>
	</channel>
</rss>
