<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
<channel>
<title><![CDATA[IXXO eCommerce Solutions]]></title>
<link><![CDATA[https://www.support.ixxocart.com/]]></link>
<description />
<generator><![CDATA[Kayako fusion v4.71.2]]></generator>
<item>
<title><![CDATA[&quot;Smarty Error&quot; with Google Analytics Tracking Code]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/168]]></link>
<guid isPermaLink="false"><![CDATA[006f52e9102a8d3be2fe5614f42ba989]]></guid>
<pubDate><![CDATA[Thu, 03 May 2012 03:01:32 +0200]]></pubDate>
<dc:creator />
<description><![CDATA[Use {Literal} Smarty Tag to Add Google Analytics Tracking Code
The error happens because Smarty template engine attempts to translate and interpret some keywords in Google Analytics tracking code that conflict with Smarty template delimiter syntax. As a w...]]></description>
<content:encoded><![CDATA[<h2>Use {Literal} Smarty Tag to Add Google Analytics Tracking Code</h2>
<p>The error happens because Smarty template engine attempts to translate and interpret some keywords in Google Analytics tracking code that conflict with Smarty template delimiter syntax. As a workaround, Smarty does provide tags,&nbsp;<a href="http://www.smarty.net/manual/en/language.function.literal.php">{literal} and {/literal}</a>, which allows a block of data to be taken literally.</p>
<p>{literal} tags are typically used around Javascript or stylesheet blocks where {curly braces} would interfere with the template delimiter syntax. Anything within {literal}{/literal} tags is not interpreted, but displayed as-is. It means anything inside the tags will be appeared exactly the same in the final HTML output for web browser to interpret, and no change will be done by Smarty engine.</p>
<p>Thus, to fix Google Analytics tracking code error on BlogSome, just embed the tracking code with<strong>{literal}</strong>&nbsp;before Google Analytics Javascript code, succeeding with&nbsp;<strong>{/literal}</strong>&nbsp;after the tracking. For example,</p>
<p>{literal}<br />Google Analytics Tracking Code Append Here<br />{/literal}</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How do I add Google's Ad Sense to my pages?]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/68]]></link>
<guid isPermaLink="false"><![CDATA[a3f390d88e4c41f2747bfa2f1b5f87db]]></guid>
<pubDate><![CDATA[Sat, 30 Aug 2008 06:44:29 +0200]]></pubDate>
<dc:creator><![CDATA[K Michael]]></dc:creator>
<description><![CDATA[1)&nbsp;&nbsp;To add Google AdSense code to your cart, go to File 
Manager and click on Skins Files. Locate the file where you want to 
add the Ad Sense code.
2)&nbsp;&nbsp;For the Ad Sense code to work correctly, you will need to add 
{literal}{/lite...]]></description>
<content:encoded><![CDATA[<P>1)&nbsp;&nbsp;To add Google AdSense code to your cart, go to <U>File 
Manager</U> and click on <U>Skins Files</U>. Locate the file where you want to 
add the <SPAN style="FONT-FAMILY: Courier New">Ad Sense code</SPAN>.</P>
<P>2)&nbsp;&nbsp;For the Ad Sense code to work correctly, you will need to add 
{<FONT 
style="FONT-FAMILY: Courier New; BACKGROUND-COLOR: rgb(255,255,153)">literal}{/literal}</FONT> 
tags to the page. These tags help the&nbsp;IXXO Cart template system understand 
the code is from an outside source. </P>
<P>3)&nbsp;&nbsp;Copy / paste your <SPAN 
style="FONT-FAMILY: Courier New">AdSense code </SPAN>between the <FONT 
style="FONT-FAMILY: Courier New; BACKGROUND-COLOR: rgb(255,255,153)">{literal}</FONT> 
and <FONT 
style="FONT-FAMILY: Courier New; BACKGROUND-COLOR: rgb(255,255,153)">{/literal}</FONT>&nbsp;tags. 
Once this is complete, save the page.</P>4)&nbsp;&nbsp;Go back to your site and 
refresh the page to see the Ad Sense ads. ]]></content:encoded>
</item>
<item>
<title><![CDATA[How Do I Add the Google Analytics Code into IXXO Cart for Joomla ...]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/109]]></link>
<guid isPermaLink="false"><![CDATA[2723d092b63885e0d7c260cc007e8b9d]]></guid>
<pubDate><![CDATA[Wed, 28 Oct 2009 01:53:51 +0100]]></pubDate>
<dc:creator><![CDATA[Steve Naqvi]]></dc:creator>
<description><![CDATA[**************************************************************************************THIS CODE SHOULD BE PLACED IN YOUR INDEX.PHP JOOMLA TEMPLATE FILE BEFORE THE &lt;/HEAD&gt; (the Joomla templates can be found in the &quot;/templates/&quot; folder. For ...]]></description>
<content:encoded><![CDATA[**************************************************************************************<br />THIS CODE SHOULD BE PLACED IN YOUR INDEX.PHP JOOMLA TEMPLATE FILE BEFORE THE &lt;/HEAD&gt; <br />(the Joomla templates can be found in the &quot;/templates/&quot; folder. For the default milkyway <br />Joomla template the path to the file would be /templates/rhuk_milkyway/index.php)!<br />MAKE SURE TO CHANGE YOUR ID IN THE CODE: <br />**************************************************************************************<br />&lt;script type=&quot;text/javascript&quot;&gt;<br />var gaJsHost = ((&quot;https:&quot; == document.location.protocol) ? &quot;https://ssl.&quot; : &quot;http://www.&quot;);<br />document.write(unescape(&quot;%3Cscript src='&quot; + gaJsHost + &quot;google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E&quot;));<br />&lt;/script&gt;<br />&lt;script type=&quot;text/javascript&quot;&gt;<br />try {<br />var pageTracker = _gat._getTracker(&quot;UA-XXXXXXXX-X&quot;);<br />pageTracker._trackPageview();<br />} catch(err) {}&lt;/script&gt;<br /><br />**************************************************************************************<br />THIS CODE SHOULD BE PLACED IN THE COMPLETED.HTML RIGHT BEFORE THE LAST BLOCKQUOTE! <br />MAKE SURE TO CHANGE YOUR ID IN THE CODE:<br />**************************************************************************************<br /><br />&lt;script type=&quot;text/javascript&quot;&gt;<br />var gaJsHost = ((&quot;https:&quot; == document.location.protocol) ? &quot;https://ssl.&quot; : &quot;http://www.&quot;);<br />document.write(unescape(&quot;%3Cscript src='&quot; + gaJsHost + &quot;google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E&quot;));<br />&lt;/script&gt;<br /><br />&lt;script type=&quot;text/javascript&quot;&gt;<br />  var pageTracker = _gat._getTracker(&quot;UA-XXXXXXXX-X&quot;);<br />  pageTracker._initData();<br />  pageTracker._trackPageview();<br />  pageTracker._addTrans(<br />    &quot;{$order_id}&quot;,           // Order ID<br />    &quot;{$affiliation}&quot;,       // Affiliation<br />    &quot;{$order_amount}&quot;,       // Total<br />    &quot;{$tax}&quot;,           // Tax<br />    &quot;{$shipping_amount}&quot;,    // Shipping<br />    &quot;{$city}&quot;,            // City<br />    &quot;{$region}&quot;,        // State<br />    &quot;{$country}&quot;        // Country<br />  );<br />{foreach from=$items item=&quot;item&quot;}<br />  pageTracker._addItem(<br />    &quot;{$order_id}&quot;,           // Order ID<br />    &quot;{$item.sku}&quot;,           // SKU<br />    &quot;{$item.product_name}&quot;,       // Product Name<br />    &quot;{$item.catalog_name}&quot;,       // Category<br />    &quot;{$item.price}&quot;,           // Price<br />    &quot;{$item.quantity}&quot;       // Quantity<br />  );<br />{/foreach}<br />    pageTracker._trackTrans(); <br />&lt;/script&gt;<br /><br />**************************************************************************************<br />MAKE SURE TO DELETE THE CONTENTS OF THE COMPILED FOLDER AFTER MODIFYING THE <br />completed.html TEMPLATE!<br />**************************************************************************************
]]></content:encoded>
</item>
<item>
<title><![CDATA[How do I generate flat URL strings?]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/71]]></link>
<guid isPermaLink="false"><![CDATA[e2c420d928d4bf8ce0ff2ec19b371514]]></guid>
<pubDate><![CDATA[Sat, 30 Aug 2008 06:48:34 +0200]]></pubDate>
<dc:creator><![CDATA[K Michael]]></dc:creator>
<description><![CDATA[1) To generate a flat URL string you will need to login to the admin area of the cart and go to Cart Settings >> Global Cart Settings >> Search Engine Settings.

2) Go to "Generate Flat HTML URLs for catalog pages?" and select YES. Be sure MOD_REWRITE i...]]></description>
<content:encoded><![CDATA[1) To generate a flat URL string you will need to login to the admin area of the cart and go to Cart Settings >> Global Cart Settings >> Search Engine Settings.<br />
<br />
2) Go to "Generate Flat HTML URLs for catalog pages?" and select YES. Be sure MOD_REWRITE is set correctly in Apache, or this feature may not work.]]></content:encoded>
</item>
<item>
<title><![CDATA[How do I integrate iDevAffiliate with my IXXO Cart?]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/106]]></link>
<guid isPermaLink="false"><![CDATA[f0935e4cd5920aa6c7c996a5ee53a70f]]></guid>
<pubDate><![CDATA[Fri, 15 May 2009 13:18:52 +0200]]></pubDate>
<dc:creator><![CDATA[Steve Naqvi]]></dc:creator>
<description><![CDATA[How to integrate iDevAffiliate system with your cart.Log in to your admin area of the cart.&nbsp; Navigate your cursor to Marketing.&nbsp; This will give you a menu where you will scroll down to iDevAffiliate Integration as shown in the image below.You wi...]]></description>
<content:encoded><![CDATA[How to integrate iDevAffiliate system with your cart.<br /><br />Log in to your admin area of the cart.&nbsp; Navigate your cursor to Marketing.&nbsp; This will give you a menu where you will scroll down to iDevAffiliate Integration as shown in the image below.<br /><br /><img src="http://www.php-shop-system.com/images/affiliate-idev01.png" alt="" /><br /><br />You will be taken to a new screen that looks like the image below.&nbsp; It is here where you can integrate the iDevAffiliate Application.<br />Enable the application by using the dropdown menu and selecting yes.&nbsp; Enter your installation URL, Username, and Password.&nbsp; Once your information has been entered, click Save Changes.<br /><br /><img src="http://www.php-shop-system.com//images/idevixxo.png" alt="" /><br /><br /><br />]]></content:encoded>
</item>
<item>
<title><![CDATA[How do I tell what promo codes have been used?]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/69]]></link>
<guid isPermaLink="false"><![CDATA[14bfa6bb14875e45bba028a21ed38046]]></guid>
<pubDate><![CDATA[Sat, 30 Aug 2008 06:45:51 +0200]]></pubDate>
<dc:creator><![CDATA[K Michael]]></dc:creator>
<description><![CDATA[You can use the Reports feature to show what promo codes have been used.

1) Proceed to Reports >> Reports


2) Select Promo Codes Usage to show which codes have been used in the specified time period after the order status is completed and the payme...]]></description>
<content:encoded><![CDATA[You can use the Reports feature to show what promo codes have been used.<br />
<br />
1) Proceed to Reports >> Reports<br />
<br />
<br />
2) Select Promo Codes Usage to show which codes have been used in the specified time period after the order status is completed and the payment status is received.]]></content:encoded>
</item>
<item>
<title><![CDATA[How do I use Google Analytics to track sales?]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/67]]></link>
<guid isPermaLink="false"><![CDATA[735b90b4568125ed6c3f678819b6e058]]></guid>
<pubDate><![CDATA[Sat, 30 Aug 2008 06:41:27 +0200]]></pubDate>
<dc:creator><![CDATA[K Michael]]></dc:creator>
<description><![CDATA[Google provides you with a code snippet to be placed on the Thank-You page of 
your cart to track sales through Google Analytics. This code looks something 
similar to this:&lt;body 
onLoad="javascript:__utmSetTrans()"&gt;&lt;form style="display:none;"...]]></description>
<content:encoded><![CDATA[<P>Google provides you with a code snippet to be placed on the Thank-You page of 
your cart to track sales through Google Analytics. This code looks something 
similar to this:<BR><BR><SPAN style="FONT-FAMILY: Courier New">&lt;body 
onLoad="javascript:__utmSetTrans()"&gt;<BR><BR>&lt;form style="display:none;" 
name="utmform"&gt;<BR>&lt;textarea 
id="utmtrans"&gt;UTM:T|[order-id]|[affiliation]|<BR>[total]|[tax]| 
[shipping]|[city]|[state]|[country] 
UTM:I|[order-id]|<BR>[sku/code]|[productname]|[category]|[price]|<BR>[quantity] 
&lt;/textarea&gt;<BR>&lt;/form&gt;</SPAN> <BR><BR>The shopping cart requires 
some slight adjustments to track sales information within it's system.</P>
<P>Please make the changes outlined below, or simply copy and paste the snippet 
below into the completed.html page found in the&nbsp;<SPAN><FONT 
size=+0>/content/skins</FONT></SPAN> area of <SPAN>File Manager</SPAN>. 
<BR><BR><SPAN style="FONT-FAMILY: Courier New">&lt;script 
type="text/javascript"&gt;<BR>var gaJsHost = (("https:" == 
document.location.protocol) ? "https://ssl." : 
"http://www.");<BR>document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' 
type='text/javascript'%3E%3C/script%3E"));<BR>&lt;/script&gt;<BR><BR>&lt;script 
type="text/javascript"&gt;<BR>&nbsp; var pageTracker = 
_gat._getTracker("UA-xxxxxxx-x");<BR>&nbsp; pageTracker._initData();<BR>&nbsp; 
pageTracker._trackPageview();<BR><BR>&nbsp; 
pageTracker._addTrans(<BR>&nbsp;&nbsp;&nbsp; "{$order_id}",&nbsp;&nbsp; // Order 
ID<BR>&nbsp;&nbsp;&nbsp; "{$affiliation}",&nbsp;&nbsp; // 
Affiliation<BR>&nbsp;&nbsp;&nbsp; "{$order_amount}",&nbsp;&nbsp; // 
Total<BR>&nbsp;&nbsp;&nbsp; "{$tax}",&nbsp;&nbsp; // Tax<BR>&nbsp;&nbsp;&nbsp; 
"{$shipping_amount}",&nbsp;&nbsp; // Shipping<BR>&nbsp;&nbsp;&nbsp; 
"{$city}",&nbsp;&nbsp; // City<BR>&nbsp;&nbsp;&nbsp; "{$region}",&nbsp;&nbsp; // 
State<BR>&nbsp;&nbsp;&nbsp; "{$country}"&nbsp;&nbsp; // Country<BR>&nbsp; 
);<BR><BR><BR>{foreach from=$items item="item"}<BR><BR>&nbsp; 
pageTracker._addItem(<BR>&nbsp;&nbsp;&nbsp; "{$order_id}",&nbsp;&nbsp; // Order 
ID<BR>&nbsp;&nbsp;&nbsp; "{$item.sku}",&nbsp;&nbsp; // SKU<BR>&nbsp;&nbsp;&nbsp; 
"{$item.product_name}",&nbsp;&nbsp; // Product Name <BR>&nbsp;&nbsp;&nbsp; 
"{$item.catalog_name}",&nbsp;&nbsp; // Category<BR>&nbsp;&nbsp;&nbsp; 
"{$item.price}",&nbsp;&nbsp; // Price<BR>&nbsp;&nbsp;&nbsp; 
"{$item.quantity}"&nbsp;&nbsp; // Quantity<BR>&nbsp; 
);<BR><BR>{/foreach}<BR><BR>&nbsp; 
pageTracker._trackTrans();<BR>&lt;/script&gt;</SPAN><SPAN 
style="FONT-FAMILY: Courier New"></SPAN> </P>]]></content:encoded>
</item>
<item>
<title><![CDATA[How do I use promo codes?]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/70]]></link>
<guid isPermaLink="false"><![CDATA[7cbbc409ec990f19c78c75bd1e06f215]]></guid>
<pubDate><![CDATA[Sat, 30 Aug 2008 06:47:27 +0200]]></pubDate>
<dc:creator><![CDATA[K Michael]]></dc:creator>
<description><![CDATA[In this section, you can create various discount ranges for all purchases. The discount amount you set on Discounts page are global for the cart and will be applied to all purchases.

Note: To set the individual discounts, go to Quantity Discounts under...]]></description>
<content:encoded><![CDATA[In this section, you can create various discount ranges for all purchases. The discount amount you set on Discounts page are global for the cart and will be applied to all purchases.<br />
<br />
Note: To set the individual discounts, go to Quantity Discounts under Product (Insert) page and enter the specific discount on a product.<br />
<br />
1) Go to Cart Settings >> Edit Discounts & Promo Codes<br />
<br />
2.     Under Global Discounts, you can select Yes from the Use Global Discounts drop down menu if you want to provide the discount globally, otherwise select No.<br />
<br />
3.     You cam create various discount range(s) for all the purchases by entering the minimum amount, maximum amount or discount value on the respective boxes. You can also select from the drop down menu that the discount value is in % or USD.<br />
<br />
The promotional codes can be configured with a time limit for their expiration. In the Discounts page, scroll down to Create a New Promo Code below and enter the following information:<br />
<br />
a.     Campaign Name: Enter the campaign name.<br />
<br />
b.     Promo Code: Enter the code that can be provided to the users to get discounts.<br />
<br />
c.     Is it Active: Select Yes from the drop down menu to make the promo code active, otherwise select No.<br />
<br />
d.     Start Date: Select the start date for the promo codes to avail the discount.<br />
<br />
e.     Finish Date: Select the last date for the promo codes to avail the discount.<br />
<br />
f.     Discount: Enter how much discount will be provided in this promo code and then select from the drop down menu it is in % or USD.<br />
<br />
g.     Minimum order subtotal for this code: Enter the minimum order to avail this code to get discounts.<br />
<br />
After you have created a promo code, you must activate it with the option to enable all promotional codes.<br />
<br />
Note: Wholesale users are not able to use promotional codes.<br />
<br />
If order status is completed and payment status is received then you can see the order in promo code report.]]></content:encoded>
</item>
<item>
<title><![CDATA[How to Enable Vendor Social Media for their Mini Store]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/195]]></link>
<guid isPermaLink="false"><![CDATA[0336dcbab05b9d5ad24f4333c7658a0e]]></guid>
<pubDate><![CDATA[Wed, 24 Oct 2018 11:47:42 +0200]]></pubDate>
<dc:creator />
<description><![CDATA[Vendors can add their social media accounts to their mini store pages, if the marketplace admin enables the social media feature for vendors.
To enable the social media option for vendors you will need to activate the vendor privilege "Edit custom vendor...]]></description>
<content:encoded><![CDATA[<p>Vendors can add their social media accounts to their mini store pages, if the marketplace admin enables the social media feature for vendors.</p>
<p>To enable the social media option for vendors you will need to activate the vendor privilege "Edit custom vendor settings" in vendor profiles for existing vendors<br /> /admin.php?p=vendor&amp;mode=update&amp;aid=23</p>
<p>For new vendor registrations you must enable it in the "Vendor Default Privileges" in<br /> /admin.php?p=admin_vendor_defaults</p>
<p>After the privilege is activated vendors can add their social media accounts through their panel under the "Settings" drop down menu.<br /><br /> The social media option is only available through the vendor's backend dashboard<br /> </p>]]></content:encoded>
</item>
<item>
<title><![CDATA[I've tried to put my Google and Yahoo analytics code into the com...]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/113]]></link>
<guid isPermaLink="false"><![CDATA[73278a4a86960eeb576a8fd4c9ec6997]]></guid>
<pubDate><![CDATA[Fri, 18 Dec 2009 17:53:28 +0100]]></pubDate>
<dc:creator><![CDATA[David Stanley]]></dc:creator>
<description><![CDATA[If you are including any Javascript code into
a smarty template, you should begin and end the code with the smarty
&quot;literal&quot; tag, otherwise smarty will think, that any javascript code
beginning with a &quot;{&quot; is actually smarty code. Th...]]></description>
<content:encoded><![CDATA[<span class="mediumtext">If you are including any Javascript code into
a smarty template, you should begin and end the code with the smarty
&quot;literal&quot; tag, otherwise smarty will think, that any javascript code
beginning with a &quot;{&quot; is actually smarty code. This will lead to an
error like &quot;unrecognized tag&quot;.<br />
<br />
<a target="_blank" href="http://www.smarty.net/manual/en/language.function.literal.php">http://www.smarty.net/manual/en/language.function.literal.php</a><br />
<br />
Javascript code should be embedded like this :<br />
<br />
{literal} <br />
your javascript code here<br />
{/literal}<br /><br /></span>
]]></content:encoded>
</item>
<item>
<title><![CDATA[What reports are available?]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/132]]></link>
<guid isPermaLink="false"><![CDATA[65ded5353c5ee48d0b7d48c591b8f430]]></guid>
<pubDate><![CDATA[Wed, 10 Nov 2010 23:57:10 +0100]]></pubDate>
<dc:creator><![CDATA[David Stanley]]></dc:creator>
<description><![CDATA[Below the list of the marketing reports currently available with all IXXO Cart editions01. Top Viewed Products02. Orders by Products03. Top Viewed Categories04. Orders by ProductsThis report shows an overview of all ordered products with the payment statu...]]></description>
<content:encoded><![CDATA[<span style="font-weight: bold;">Below the list of the marketing reports currently available with all IXXO Cart editions</span><br /><br />01. Top Viewed Products<br />02. Orders by Products<br />03. Top Viewed Categories<br />04. Orders by Products<br />This report shows an overview of all ordered products with the payment status RECEIVED with the order status COMPLETED in a given period. <br />05. Pending Orders by Products<br />This report shows an overview of all ordered products with the payment status RECEIVED that currently have the order status PROCESS in a given period.<br />06. Users Activity Report<br />07. Top Referring Sites<br />08. Sales by Customer<br />09. Payment Types<br />10. Shows purchase statistics by payment type.<br />11. Consolidated Orders By Date<br />This report shows overall statistics by dates from selected period. It includes subtotal, tax, shipping, discount, and total amounts for each day.<br />12. Individual Orders By Date<br />This report shows overall statistics by completed orders with received payment. It includes subtotal, tax, shipping, discount, and total amounts for orders. <br />13. Pending Orders<br />This report shows the pending orders that need to be processed. Customer and order details are included. <br />14. Sales by Vendors (Multi-Vendor Edition)<br />This report shows overall sales performed by vendors. <br />15. Vendor Payments (Multi-Vendor Edition)<br />This report shows overall vendor payments.<br />16. Revenue Report<br />This report show overall Revenue <br />17. Inventory Report<br />18. Promo Codes Usage<br />19. Sales by Countries<br />This report shows overall statistics for completed orders with received payment, grouped by country. It includes subtotal, tax, shipping, discount, and total amounts for orders. <br />20. Unique Visitors by Host<br />This report shows the unique visitors of the shop for the selected period, sorted by last access date. It includes hostname, ip-address, country, first access date and last access date. <br /><br />
]]></content:encoded>
</item>
<item>
<title><![CDATA[What s IXXO Cart's Reward Points System]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/76]]></link>
<guid isPermaLink="false"><![CDATA[fbd7939d674997cdb4692d34de8633c4]]></guid>
<pubDate><![CDATA[Sat, 30 Aug 2008 16:43:55 +0200]]></pubDate>
<dc:creator><![CDATA[K Michael]]></dc:creator>
<description><![CDATA[Increase customer loyalty with IXXO Cart's Reward Points System
Let customers accrue points with purchases and use accrued points against future ordersThe Reward Points module allows merchants to promote customer loyalty and increase sales by rewarding c...]]></description>
<content:encoded><![CDATA[<p><strong>Increase customer loyalty with IXXO Cart's Reward Points System</strong></p>
<p>Let customers accrue points with purchases and use accrued points against future orders<br />The Reward Points module allows merchants to promote customer loyalty and increase sales by rewarding customers for purchases. The system allows store administrators to implement a marketing program that mimics the airline industry&rsquo;s popular &lsquo;miles&rsquo;. Customers earn points while making purchases, then redeem points for discounts and free merchandise.</p>
<ul>
<li>The merchant has full control on how the rewards program is implemented</li>
<li>Earning Points. The merchant can easily assign points to products</li>
<li>The merchant sets a conversion rate between points and dollars or any other currency</li>
<li>Merchants can also allow existing customers to earn points when they refer other customers that make a purchase on the store. The amount of points earned on a referral can be flat amount (requires the ixxo affiliates addon).</li>
<li>Customers can view their points from "My Account" area</li>
<li>Automated emails sent from the system with the points report, every month</li>
<li>Fully customizable email reports</li>
</ul>]]></content:encoded>
</item>
</channel>
</rss>