<?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[Customize the Cart CSS]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/177]]></link>
<guid isPermaLink="false"><![CDATA[96da2f590cd7246bbde0051047b0d6f7]]></guid>
<pubDate><![CDATA[Sat, 22 Nov 2014 18:29:03 +0100]]></pubDate>
<dc:creator />
<description><![CDATA[How to customize the cart css without losing your changes with future updates of the cart. 
1. Open the file "main_desktop.css" which holds most of the cart css. The file is located at "content/skins/tempo/styles/bootstrap/main_desktop.css"
2. Copy the ...]]></description>
<content:encoded><![CDATA[<p><span style="font-size: 14pt;"><strong>How to customize the cart css without losing your changes with future updates of the cart. </strong></span></p>
<p>1. Open the file "main_desktop.css" which holds most of the cart css. The file is located at "content/skins/tempo/styles/bootstrap/main_desktop.css"</p>
<p>2. Copy the css blocks that you want to override and paste it to the "custom_overrides.html" located at "content/skins/tempo/ folder.</p>
<p>The above will ensure that future updates will not overwrite your custom css.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Error &quot;This account can't access the administrator area&quot; when try...]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/174]]></link>
<guid isPermaLink="false"><![CDATA[bf8229696f7a3bb4700cfddef19fa23f]]></guid>
<pubDate><![CDATA[Tue, 12 Nov 2013 13:46:36 +0100]]></pubDate>
<dc:creator />
<description><![CDATA[Access to the vendors through the backend needs to be enabled in vendor account settings. It is disabled by default. With the new version of the cart (6.0) vendors can use the same user and vendor account to login through the frontend to manage their prod...]]></description>
<content:encoded><![CDATA[<p>Access to the vendors through the backend needs to be enabled in vendor account settings. It is disabled by default.<br /> With the new version of the cart (6.0) vendors can use the same user and vendor account to login through the frontend to manage their products, shipping, taxes etc.</p>
<p><br /> For more privileges you can enable them access to the backend but make sure to go through the privileges and assign those that you need them to have access to.<br /><br /></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How do I create a css class?]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/179]]></link>
<guid isPermaLink="false"><![CDATA[8f53295a73878494e9bc8dd6c3c7104f]]></guid>
<pubDate><![CDATA[Fri, 16 Jan 2015 02:48:08 +0100]]></pubDate>
<dc:creator />
<description><![CDATA[Create the css class you need&nbsp;e.g a class for the button hover border:&nbsp;.mybutton-hover-red:hover{border:1px solid red!important;}and add this to the custom override file at:content/skins/tempo/custom_overrides.htmlAfter this just add themybutton...]]></description>
<content:encoded><![CDATA[<p>Create the css class you need&nbsp;<br /><br />e.g a class for the button hover border:&nbsp;<br /><br /><strong>.mybutton-hover-red:hover{</strong><br /><strong>border:1px solid red!important;</strong><br /><strong>}</strong><br /><br />and add this to the <strong>custom override</strong> file at:<br /><br /><strong>content/skins/tempo/custom_overrides.html</strong><br /><br /><br />After this just add the<br /><br /><strong>mybutton-hover-red&nbsp;</strong>as a class suffix for the buttons where you want to use that hover style:<br /><br /><a href="http://your domain/admin.php?p=design_images&amp;mode=button&amp;pg=3">http://your domain/admin.php?p=design_images&amp;mode=button&amp;pg=3</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How do I install ioncube?]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/150]]></link>
<guid isPermaLink="false"><![CDATA[7ef605fc8dba5425d6965fbd4c8fbe1f]]></guid>
<pubDate><![CDATA[Thu, 17 Feb 2011 16:54:13 +0100]]></pubDate>
<dc:creator />
<description><![CDATA[A Loader Wizard PHP script to help with installation is available in a Zip.
Download and install the script into your web space, and then launch the script in your browser for guidance on installation and selection of the correct Loader package.
Click her...]]></description>
<content:encoded><![CDATA[<p>A Loader Wizard PHP script to help with installation is available in a Zip.</p>
<p>Download and install the script into your web space, and then launch the script in your browser for guidance on installation and selection of the correct Loader package.</p>
<p><a title="ioncube setup wizard" href="http://support.ixxoglobal.com/index.php?/Knowledgebase/Article/View/149/28/ioncube-installation-wizard"><strong>Click here</strong></a> for the ioncube setup wizard.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How do I move the IXXO Cart License?]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/189]]></link>
<guid isPermaLink="false"><![CDATA[a2557a7b2e94197ff767970b67041697]]></guid>
<pubDate><![CDATA[Fri, 30 Dec 2016 01:51:00 +0100]]></pubDate>
<dc:creator />
<description><![CDATA[Moving IXXO Cart
When you move your IXXO CART system, if the domain, IP or directory you use it in is changing then you will need to have your license updated. How this is done depends upon the license you have. There are 2 different scenarios as below....]]></description>
<content:encoded><![CDATA[<h1>Moving IXXO Cart</h1>
<p>When you move your IXXO CART system, if the domain, IP or directory you use it in is changing then you will need to have your license updated. How this is done depends upon the license you have. There are 2 different scenarios as below.</p>
<ol>
<li>
<h2>You purchased your license directly from us</h2>
</li>
</ol>
<p>If this is the case then you are able to reissue your license from our client area @ http://ixxocart.com/members without any manual intervention from us. Just login, go to Services &gt; My Licenses, select your license key and click <strong>Reissue</strong> under the Management Actions tab - then visit your IXXO Cart installation in the new location and it will save the new valid access details for it</p>
<ol start="2">
<li>
<h2>You obtain your license from a reseller</h2>
</li>
</ol>
<p>If this is the case then you won't be able to reissue your license from our client area because the domain and IP are not allowed to change. Please contact the reseller to have them update the license for use at the new location.</p>
<h2>Moving IXXO Cart is straight forward:</h2>
<ul>
<li>Take a backup of your database following the instructions,</li>
<li>Make sure the new server meets the system requirements,</li>
<li>Transfer the files across to the new server,</li>
<li>Restore the database via phpmyadmin on the new server and make any changes to the database settings in engine_config.php.</li>
<li>You'll then need to re-issue your license as described above.</li>
<li>Login to your IXXO Cart admin and update the system URLS in <strong>Global System Settings</strong> &gt; <strong>Global Site Settings</strong>.</li>
</ul>
<h2>Changing the License Key IXXO Cart uses</h2>
<p>To change the license key your IXXO Cart system uses, login to the admin area and go to Help &gt; Change License Key. You can then enter your new license key there along with your admin login details to verify the change. If you are getting a license invalid error so that you are unable to login then there is also a link to the change license page from the license error page.</p>
<h2>Is licensing dependent on ixxocart.com being online?</h2>
<p>No. IXXO CART uses a local key licensing system with periodic remote verification checks. What this means is that once every 15 days, your IXXO CART system will contact our server to ensure it is being run in the correct location and that the license is still valid. Your IXXO CART system being online is not dependent on our server being online during the time the local key is valid.</p>
<p>Should our licensing server be down on the day your next verification check is due then the system will allow up to 5 days for a connection to be made. If after this time, the system is still unable to verify your license with our licensing server then your IXXO CART Admin Area will become inactive until it can contact our server again.</p>
<p>Your IXXO CART Client Area (frontend) will always remain online even if you have an invalid or expired license to ensure your clients access is not interrupted.</p>
<h1>Common Errors</h1>
<h2>No Connection Error</h2>
<p>A No Connection error on the admin login page suggests there is a problem preventing your server from communicating with the IXXO licensing server. This is commonly a CURL or DNS resolution problem. These are essential items in the use of IXXO Cart and is something your server admin will need to investigate and correct.</p>
<ul>
<li>CURL - CURL is an extremely important part of IXXO Cart and is needed for a number of the operations performed such as server connections etc.</li>
<li>DNS - DNS is a vital part of internet functionality in order to be able to resolve hostnames of servers, domain name lookups, and licensing. Ensure your DNS resolve ixxocart.com to the correct IP address.</li>
</ul>
<h2>License Invalid</h2>
<p>A License Invalid error on the admin login page can be caused by one of the following changes:</p>
<ul>
<li>The license key has been entered incorrectly</li>
</ul>
<p>Please ensure the full key is entered, this includes the prefix eg. "ICMVWP-", "ICMVSA-"</p>
<ul>
<li>The domain being used to access your install has changed</li>
<li>The IP address your install is located on has changed</li>
<li>The directory you are using has changed</li>
</ul>
<p>Following any changes to the location of your IXXO Cart installation, the license must be updated accordingly. Please refer to Moving IXXO Cart above for instructions on doing so.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How do I setup Vendor Services ]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/192]]></link>
<guid isPermaLink="false"><![CDATA[58a2fc6ed39fd083f55d4182bf88826d]]></guid>
<pubDate><![CDATA[Thu, 26 Oct 2017 12:58:55 +0200]]></pubDate>
<dc:creator />
<description><![CDATA[Follow the instructions below to enable Vendor Services1. If the vendor services feature is enabled vendors will be able to purchase an option to have a product(s) as featured and will be dynamically be displayed on the front page of the marketplace.
2. ...]]></description>
<content:encoded><![CDATA[<p>Follow the instructions below to enable Vendor Services<br />1. If the vendor services feature is enabled vendors will be able to purchase an option to have a product(s) as featured and will be dynamically be displayed on the front page of the marketplace.</p>
<p>2. If enabled vendors will be able to purchase an option to be a featured vendor and their logo with products will be dynamically be displayed on the front page of the marketplace.</p>
<p>Vendors can purchase</p>
<p>a) Featured product by editing a product and</p>
<p>b) featured vendor through their profile</p>
<p>You specify the period and cost through the settings /admin.php?p=user_services <br />Ordered services can be viewed through&nbsp;/admin.php?p=vendor_services_orders</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[IXXO Cart Facebook Integration Manual (PDF)]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/146]]></link>
<guid isPermaLink="false"><![CDATA[a5e00132373a7031000fd987a3c9f87b]]></guid>
<pubDate><![CDATA[Sun, 13 Feb 2011 04:51:01 +0100]]></pubDate>
<dc:creator />
<description><![CDATA[This is a breakthrough in the world of e-commerce allowing you to host your online store on Facebook with the ability to reach millions of customers. The process is straight forward and categories/products are published to your facebook shop with a click ...]]></description>
<content:encoded><![CDATA[<p>This is a breakthrough in the world of e-commerce allowing you to host your online store on Facebook with the ability to reach millions of customers. The process is straight forward and categories/products are published to your facebook shop with a click of a button.</p>
<p><a title="IXXO Cart manual to integrate a facebook shop" href="../help-files/facebook-ixxocart-integration-manual.pdf" target="_blank">Click here to download the manual</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[IXXO Cart Manual (PDF)]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/144]]></link>
<guid isPermaLink="false"><![CDATA[0a09c8844ba8f0936c20bd791130d6b6]]></guid>
<pubDate><![CDATA[Sat, 12 Feb 2011 20:42:42 +0100]]></pubDate>
<dc:creator />
<description><![CDATA[Download the IXXO Cart Printable Manual (PDF)Click here to download]]></description>
<content:encoded><![CDATA[<strong>Download the IXXO Cart Printable Manual (PDF)</strong><br /><br /><a title="IXXO Cart Manual" href="../help-files/ixxo-cart-manual.pdf" target="_blank">Click here to download</a>]]></content:encoded>
</item>
<item>
<title><![CDATA[Shop Module Developer's Guidelines]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/176]]></link>
<guid isPermaLink="false"><![CDATA[38af86134b65d0f10fe33d30dd76442e]]></guid>
<pubDate><![CDATA[Thu, 11 Sep 2014 19:54:29 +0200]]></pubDate>
<dc:creator />
<description><![CDATA[Shop Module Developer's Guidelines
Download the PDF attached to this post]]></description>
<content:encoded><![CDATA[<p><strong>Shop Module Developer's Guidelines</strong></p>
<p>Download the PDF attached to this post</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Stripe Payments]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/193]]></link>
<guid isPermaLink="false"><![CDATA[bd686fd640be98efaae0091fa301e613]]></guid>
<pubDate><![CDATA[Sat, 12 May 2018 21:47:35 +0200]]></pubDate>
<dc:creator />
<description><![CDATA[Stripe Connect is integrated via "Standard Account Onboarding". Vendors are able to connect existing accounts to the mall's Stripe Connect account through Stripe or are prompted to create an account at Stripe, if they don't have an account yet.  Payments ...]]></description>
<content:encoded><![CDATA[<p>Stripe Connect is integrated via "Standard Account Onboarding". Vendors are able to connect existing accounts to the mall's Stripe Connect account through Stripe or are prompted to create an account at Stripe, if they don't have an account yet.<br /> <br /> Payments are only transfered to vendors, after the paid amount becomes available for the mall.<br /> <br /> ACH payments are integrated via Stripe.js with delayed-verification using microdeposits.<br /> <br /> By default, Stripe automatically creates payouts of your available account balance based on the schedule specified in the Dashboard. The schedule used is dependent on your country and whether your business operates in a higher-risk industry.<br /> <br /> If you would prefer to receive payouts on a fixed schedule, you can choose to have them sent either weekly or monthly in your account&rsquo;s payout settings.<br /> <br /> You can read more about this here:<br /> https://stripe.com/docs/payouts<br /> <br /> <br /> Join us on twitter to receive all our latest news<br /> https://twitter.com/ixxocart<br /> <br /><br /></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Vendor payments and fees]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/158]]></link>
<guid isPermaLink="false"><![CDATA[06409663226af2f3114485aa4e0a23b4]]></guid>
<pubDate><![CDATA[Sat, 27 Aug 2011 07:15:56 +0200]]></pubDate>
<dc:creator />
<description><![CDATA[There are four options to setup the vendor fees and vendor payment options
Fees and Commissions
A. Charge a monthly fee
B. Charge a % per transaction
C. Charge a monthly fee and a % per transaction
D. Create subscription packages and limit the amount of p...]]></description>
<content:encoded><![CDATA[<p>There are four options to setup the vendor fees and vendor payment options</p>
<p><strong>Fees and Commissions</strong></p>
<p>A. Charge a monthly fee</p>
<p>B. Charge a % per transaction</p>
<p>C. Charge a monthly fee and a % per transaction</p>
<p>D. Create subscription packages and limit the amount of products they can upload.&nbsp;So is up to you to use any combination.</p>
<p><strong>Vendor Payments</strong></p>
<p>The store owner can either receive all payments on behalf all vendors or allow vendors to get paid.<br /><br /><em>Please note that if you use paypal adaptive payment option, paypal splits the money between super admin and vendorse.g. An order with items from three vendors. Paypal will split the total amount of the order between the three vendors minus the commission of the store owner. With paypal adaptive enabled vendors will receive the money and store owner will get the commission from all vendors and all these with ONE transaction.</em></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Vendor Quick Start Guide Manual (PDF)]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/152]]></link>
<guid isPermaLink="false"><![CDATA[37a749d808e46495a8da1e5352d03cae]]></guid>
<pubDate><![CDATA[Tue, 08 Mar 2011 21:03:00 +0100]]></pubDate>
<dc:creator />
<description><![CDATA[A quick start guide to help your vendors get started.
Download the PDF]]></description>
<content:encoded><![CDATA[<p>A quick start guide to help your vendors get started.</p>
<p>Download the PDF</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Vendor Specific Modules Manual (PDF)]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/148]]></link>
<guid isPermaLink="false"><![CDATA[47d1e990583c9c67424d369f3414728e]]></guid>
<pubDate><![CDATA[Sun, 13 Feb 2011 05:18:16 +0100]]></pubDate>
<dc:creator />
<description><![CDATA[Instructions on how to display an IXXO Cart module in vendor specific pages.
Click here to download the manual (PDF)]]></description>
<content:encoded><![CDATA[<p>Instructions on how to display an IXXO Cart module in vendor specific pages.</p>
<p><a title="Vendor Specific Modules" href="../help-files/vendor-specific-modules.pdf" target="_blank">Click here to download the manual</a> (PDF)</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Which payment options are available with the Multi-Vendor edition...]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/163]]></link>
<guid isPermaLink="false"><![CDATA[0777d5c17d4066b82ab86dff8a46af6f]]></guid>
<pubDate><![CDATA[Thu, 13 Oct 2011 04:11:10 +0200]]></pubDate>
<dc:creator />
<description><![CDATA[With the Multi-Vendor there are three options to set up payments.  1. Super admin receives the money for all sales and manually pays the vendors minus his commission eg. weekly or at the end of the month. If this option is selected you can use any payment...]]></description>
<content:encoded><![CDATA[<p>With the Multi-Vendor there are three options to set up payments.<br /> <br /> 1. Super admin receives the money for all sales and manually pays the vendors minus his commission eg. weekly or at the end of the month. If this option is selected you can use any payment gateway.<br /><br /> 2. Vendors receive money for their sales. If this option is used all vendors need to use the same payment gateway which is PayPal website payments. At the end of the month or week, you will invoice the vendors with your commission and ask them to send you the money to your bank account.<br /> <br /> For 1 &amp; 2 there is a report you could run to see how much you owe to vendors (1) or vendors owe you (2).<br /> <br /> 3. Paypal Adaptive, PayPal for Marketplaces, Stripe, Link4Pay.<br />The store owner requires PayPal adaptive account and vendors a normal PayPal account. If PayPal adaptive is used everybody gets paid when the user pays for the order. Vendors will receive the money, minus your commission, to their PayPal account and super admin will receive the commission to his PayPal account which was deducted from vendors. This way everybody gets paid with one transaction and there is nothing to follow up.</p>
<p><br /> </p>]]></content:encoded>
</item>
<item>
<title><![CDATA[10002 Security error - Security header is not valid]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/153]]></link>
<guid isPermaLink="false"><![CDATA[b3e3e393c77e35a4a3f3cbd1e429b5dc]]></guid>
<pubDate><![CDATA[Fri, 25 Mar 2011 04:08:47 +0100]]></pubDate>
<dc:creator />
<description><![CDATA[The 10002 Security error - Security header is not valid error message indicates that your API credentials aren't being accepted by PayPal.  Common causes:  1. You have your PayPal module configured to "Sandbox" but have not used Sandbox API credentials.  ...]]></description>
<content:encoded><![CDATA[<p>The <strong>10002 Security error - Security header is not valid</strong> error message indicates that your API credentials aren't being accepted by PayPal.<br /> <br /> Common causes:<br /> <br /> 1. You have your PayPal module configured to "Sandbox" but have not used Sandbox API credentials.<br /> <br /> 2. You have your PayPal module configured to "Live" but have not used Live API credentials.<br /> <br /> 3. You have mis-typed one or more API credentials entries, including but not limited to leaving trailing spaces.<br /> <br /> 4. You have deleted and/or recreated new API credentials in your PayPal  account but have not copied those new credentials back to your store.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[1030 Got error 28 from storage engine]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/172]]></link>
<guid isPermaLink="false"><![CDATA[1ff8a7b5dc7a7d1f0ed65aaa29c04b1e]]></guid>
<pubDate><![CDATA[Fri, 19 Apr 2013 14:15:51 +0200]]></pubDate>
<dc:creator />
<description><![CDATA[On shared hosting, you share a MySQL install (and the space allotted for the MySQL install) with all the other users on a server.So, if you have a shared hosting account and your db address is "localhost", you are sharing that MySQL install with other use...]]></description>
<content:encoded><![CDATA[<p>On shared hosting, you share a MySQL install (and the space allotted for the MySQL install) with all the other users on a server.<br />So, if you have a shared hosting account and your db address is "localhost", you are sharing that MySQL install with other users on your server.</p>
<p>Consequently, you can receive the ""Got error 28 from storage engine query" through no fault of your own -- <strong>it just means that their is no storage space left in the install.</strong></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Authorizenet - Live Accounts vs Sandbox Accounts  – Which Does Wh...]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/188]]></link>
<guid isPermaLink="false"><![CDATA[9dcb88e0137649590b755372b040afad]]></guid>
<pubDate><![CDATA[Tue, 09 Aug 2016 13:23:24 +0200]]></pubDate>
<dc:creator />
<description><![CDATA[The sandbox and production environments are completely separate.  You cannot use your sandbox account API Login ID and Transaction Key on the production server, nor can you use your production account&rsquo;s credentials with the sandbox.  If you do, you ...]]></description>
<content:encoded><![CDATA[<p>The sandbox and production environments are completely separate. <br /> You cannot use your sandbox account API Login ID and Transaction Key on the production server, nor can you use your production account&rsquo;s credentials with the sandbox. <br /> If you do, you will receive an Error. Always make sure that if you are posting to the sandbox (https://test.authorize.net/gateway/transact.dll) that you are using your sandbox account&rsquo;s API Login ID and Transaction Key. If you are posting to the production server (https://secure.authorize.net/gateway/transact.dll) then you must use your production account&rsquo;s credentials.<br /> </p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Captcha not displayed]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/178]]></link>
<guid isPermaLink="false"><![CDATA[8f85517967795eeef66c225f7883bdcb]]></guid>
<pubDate><![CDATA[Tue, 16 Dec 2014 07:25:23 +0100]]></pubDate>
<dc:creator />
<description><![CDATA[If the captcha is broken on your server it is more likely that the php function "imagettftext" isn't available which is needed to convert a text into a captcha image file.  Basic GD functionality should be enabled on the server which is needed for image t...]]></description>
<content:encoded><![CDATA[<p>If the captcha is broken on your server it is more likely that the php function "imagettftext" isn't available which is needed to convert a text into a captcha image file. <br /> Basic GD functionality should be enabled on the server which is needed for image transformations.<br /> For captcha functionality (rendering a text to an image file using a specific font file) you also need FreeType :<br /> According to the php manual at: http://php.net/manual/en/function.imagettftext.php<br /> "This function requires both the GD library and the &raquo; FreeType library." </p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Configure the Trending Items Module in Allyos Template]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/183]]></link>
<guid isPermaLink="false"><![CDATA[cedebb6e872f539bef8c3f919874e9d7]]></guid>
<pubDate><![CDATA[Wed, 28 Oct 2015 13:08:32 +0100]]></pubDate>
<dc:creator />
<description><![CDATA[In Allyos Template the Trending Items module is the Featured Vendors module that is under the Module Manager.
You can edit the module in the module manager area and set the number of products, number of vendors and which products will be displayed.]]></description>
<content:encoded><![CDATA[<p>In Allyos Template the Trending Items module is the Featured Vendors module that is under the Module Manager.</p>
<p>You can edit the module in the module manager area and set the number of products, number of vendors and which products will be displayed.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Cookies]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/191]]></link>
<guid isPermaLink="false"><![CDATA[0aa1883c6411f7873cb83dacb17b0afc]]></guid>
<pubDate><![CDATA[Fri, 13 Oct 2017 23:23:53 +0200]]></pubDate>
<dc:creator />
<description><![CDATA[Cookies are used to maintain user and admin sessions and also to keep track of recently viewed products from the current user.
Cookies are also used to maintain the price ranges filter, if the user set one, the currently selected product view and the cat...]]></description>
<content:encoded><![CDATA[<p>Cookies are used to maintain user and admin sessions and also to keep track of recently viewed products from the current user.</p>
<p>Cookies are also used to maintain the price ranges filter, if the user set one, the currently selected product view and the catalog sort order.</p>
<p>Generally we only store data in cookies for a customized user experience, especially settings the user set when navigating the site.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Cookies Information]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/200]]></link>
<guid isPermaLink="false"><![CDATA[3644a684f98ea8fe223c713b77189a77]]></guid>
<pubDate><![CDATA[Wed, 10 Nov 2021 15:52:18 +0100]]></pubDate>
<dc:creator />
<description><![CDATA[&nbsp;
GDPR Cookies
According to the latest GDPR cookies regulations, you will need to include the types of cookies and a short description of their use in a dedicated page.
&nbsp;
How to create a Cookies Policy page
1] Go to the Content Pages menu (/admi...]]></description>
<content:encoded><![CDATA[<p>&nbsp;</p>
<p><strong><span style="font-size: 18pt;">GDPR Cookies</span></strong></p>
<p>According to the latest GDPR cookies regulations, you will need to include the types of cookies and a short description of their use in a dedicated page.</p>
<p>&nbsp;</p>
<p><strong><span style="font-size: 18pt;">How to create a Cookies Policy page</span></strong></p>
<p>1] Go to the Content Pages menu (/admin.php?p=pages)</p>
<p>2] Create a new page with the name e.g Cookies Policy and Short Name (URL Param) "cookies_policy"</p>
<p>3] Create your own cookies policy text with a legal advisor</p>
<p>4] Navigate to the Cookies Settings (/admin.php?p=settings&amp;group=131) and in the&nbsp;<strong>CookiesNotificationPolicyPage</strong> field enter the <strong>URL Param</strong> of the page you have created on step 2. In this example <strong>"cookies_policy"</strong></p>
<p>&nbsp;</p>
<p>Now the "Learn More" button on the cookies popup will redirect to the Cookies Policy page.</p>
<p>&nbsp;</p>
<p><span style="font-size: 18pt;"><strong>Types of Cookies in IXXO Cart</strong></span></p>
<p><strong><span style="font-size: 12pt;">Necessary</span></strong></p>
<p><span style="font-size: 12pt;">- recent_product_xxx (it is used to save the previously viewed products, necessary for the recent products module to work)</span></p>
<p><span style="font-size: 12pt;">-&nbsp;ShoppingCartUserSession_XXX (it is used for the shopping cart experience and add to cart functionalities, xxx is a random generated identifier)</span></p>
<p><span style="font-size: 12pt;">- EU_COOKIE_LAW_CONSENT (it is used for the internal cookie control system, stores the cookie consent of the user)</span></p>
<p><span style="font-size: 12pt;">-&nbsp;LoginUserName (it is used to identify if a returning user visit's the website "remember me" functionality)</span></p>
<p><span style="font-size: 12pt;">- age_check (it is used for the age verification process functionality)</span></p>
<p>&nbsp;</p>
<p><strong><span style="font-size: 12pt;">Marketing</span></strong></p>
<p><span style="font-size: 12pt;">- xxxAffiliateID (it is used when the Affiliate system is enabled, xxx is defined prefix set in the admin area)</span></p>
<p><span style="font-size: 12pt;">- xxxiDevAffiliateID&nbsp;(it is used when the&nbsp;iDevAffiliate integration is enabled, xxx is defined prefix set in the admin area)</span></p>
<p>&nbsp;</p>
<p><span style="font-size: 12pt;"><strong>Site Preferences</strong>&nbsp;(it is used when the iDevAffiliate integration is enabled, xxx is defined prefix set in the admin area)</span></p>
<p><span style="font-size: 12pt;">- xxxCatalogSortBy&nbsp;(it is used to save the user's preferences on the catalog page, xxx is defined prefix set in the admin area)</span></p>
<p><span style="font-size: 12pt;">- xxxCatalogView&nbsp;(it is used to save the user's preferences on the catalog page, xxx is defined prefix set in the admin area)</span></p>
<p><span style="font-size: 12pt;">- xxxCatalogPriceRange&nbsp;(it is used to save the user's preferences on the catalog page, xxx is defined prefix set in the admin area)</span></p>
<p>&nbsp;</p>
<p><strong><span style="font-size: 12pt;">Analytics</span></strong></p>
<p><span style="font-size: 12pt;">- Google's Analytics cookies (third party integration)</span></p>
<p>&nbsp;-&nbsp; ga-disable- (is used when the Google Analytics functionality is disabled from the admin area)</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How can I extend the product catalog overview characters?]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/166]]></link>
<guid isPermaLink="false"><![CDATA[7e7757b1e12abcb736ab9a754ffb617a]]></guid>
<pubDate><![CDATA[Wed, 14 Dec 2011 12:51:32 +0100]]></pubDate>
<dc:creator />
<description><![CDATA[You would need to edit the catalog template files to achieve this, since the "overview" text is truncated in the storefront template files.
Locate{$product.overview|truncate:80}
in the following catalog template files (if present in your version of the ca...]]></description>
<content:encoded><![CDATA[<p>You would need to edit the catalog template files to achieve this, since the "overview" text is truncated in the storefront template files.</p>
<p>Locate<br />{$product.overview|truncate:80}</p>
<p>in the following catalog template files (if present in your version of the cart) in the folder "content/skins/flat/" (assuming you use the default flat skin template):<br />catalog_carousel.html</p>
<p>catalog_display.html<br />catalog_displaybox.html<br />catalog_table1.html<br />catalog_table2.html<br />catalog_text.html<br />catalog_thumb1.html<br />catalog_thumb2.html<br />catalog_thumb3.html</p>
<p>and look for the below line:&nbsp;{$product.overview|truncate:80}</p>
<p>the number at the end indicates, after how many characters the overview will be truncated, when exceeding the character limit given. If you want to display more characters just increase that number.<br />Keep in mind, that updates might overwrite any changes you make in the template files; therefore it would be wise to keep a backup copy of these changed files.<br />Keep also in mind, that you should delete the content of the "/content/compiled/" folder, otherwise your changes in the template files might not show up.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How do I add a my logo to the notification emails?]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/162]]></link>
<guid isPermaLink="false"><![CDATA[82aa4b0af34c2313a562076992e50aa3]]></guid>
<pubDate><![CDATA[Thu, 29 Sep 2011 15:50:51 +0200]]></pubDate>
<dc:creator />
<description><![CDATA[If you need to a your logo in the notification emails, it needs to be added to the email top or bottom; these are used in almost all emails to ensure your corporate identity is displayed in all emails. The printable invoice settings are for ... PRINTABLE ...]]></description>
<content:encoded><![CDATA[If you need to a your logo in the notification emails, it needs to be added to the email top or bottom; these are used in almost all emails to ensure your corporate identity is displayed in all emails. The printable invoice settings are for ... PRINTABLE invoices ... not emails.]]></content:encoded>
</item>
<item>
<title><![CDATA[How do I disable subcategory products from displaying in primary ...]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/160]]></link>
<guid isPermaLink="false"><![CDATA[b73ce398c39f506af761d2277d853a92]]></guid>
<pubDate><![CDATA[Fri, 16 Sep 2011 01:32:58 +0200]]></pubDate>
<dc:creator />
<description><![CDATA[Go to
"Content and Layout" =&gt; "Appearance Settings" =&gt; "Catalog &amp; Product Page Settings";
at the "Catalog Page Views" tab you can set the following option to "No", if you don't won't these items to appear in main categories:
"Display subcat prod...]]></description>
<content:encoded><![CDATA[<p>Go to</p>
<p>"Content and Layout" =&gt; "Appearance Settings" =&gt; "Catalog &amp; Product Page Settings";</p>
<p>at the "Catalog Page Views" tab you can set the following option to "No", if you don't won't these items to appear in main categories:</p>
<p>"Display subcat products in primary catagory?"</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How do I enable vendors to receive payments?]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/159]]></link>
<guid isPermaLink="false"><![CDATA[140f6969d5213fd0ece03148e62e461e]]></guid>
<pubDate><![CDATA[Mon, 12 Sep 2011 23:11:18 +0200]]></pubDate>
<dc:creator />
<description><![CDATA[If you want vendors to receive the payments for their sales you have to enable the "Manage Payments" privilege in vendor details.
 Go to "Manage Admins" --&gt; Click to edit a vendor --&gt; Enable the "Manage Payments" privilege --&gt; Click to Save.  Ask...]]></description>
<content:encoded><![CDATA[<p>If you want vendors to receive the payments for their sales you have to enable the "Manage Payments" privilege in vendor details.</p>
<p><br /> Go to "Manage Admins" --&gt; Click to edit a vendor --&gt; Enable the "Manage Payments" privilege --&gt; Click to Save.<br /> <br /> Ask the vendors to login to their account to activate the payment gateway. <br /> <br />Vendors can use Paypal Website Payments, Paypal Adaptive and Custom Payments (echeck, bank transfer etc).</p>
<p>&nbsp;</p>
<p>&nbsp;</p>]]></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 obtain a Paypal API Signature]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/154]]></link>
<guid isPermaLink="false"><![CDATA[1d7f7abc18fcb43975065399b0d1e48e]]></guid>
<pubDate><![CDATA[Fri, 25 Mar 2011 04:18:40 +0100]]></pubDate>
<dc:creator />
<description><![CDATA[In your paypal account there is an option for signature.  Obtaining API Credentials  To use the PayPal API, you must have API credentials that identify you  as a PayPal Business account holder who is authorized to perform various  API operations. Although...]]></description>
<content:encoded><![CDATA[<p>In your paypal account there is an option for signature.<br /> <br /> <strong>Obtaining API Credentials</strong><br /> <br /> To use the PayPal API, you must have API credentials that identify you  as a PayPal Business account holder who is authorized to perform various  API operations. Although you can use either an API signature or a  certificate for credentials, PayPal recommends you use a signature.</p>
<p><br /> <strong>Important:</strong><br /> Although you can have both a signature and certificate, you cannot use both at the same time.</p>
<p><strong>Creating an API Signature</strong><br /> An API signature consists of an API username along with an associated  API password and signature, all of which are assigned by PayPal. You  need to include this information whenever you execute a PayPal API  operation.<br /> You must have a PayPal Business account to create a signature.<br /> <br /> <strong>To create an API signature:</strong><br /> <br /> 1. Log into PayPal, then click Profile under My Account.<br /> 2. Click API Access.<br /> 3. Click Request API Credentials.<br /> 4. Check Request API signature and click Agree and Submit.</p>
<p><strong>In IXXO Cart Paypal settings make sure that you have the right URL.</strong></p>
<p>Live API Certificate SOAP: https://api.paypal.com/2.0/<br /><br />Live API Signature SOAP: https://api-3t.paypal.com/2.0/</p>
<p>Sandbox API Certificate SOAP: https://api.sandbox.paypal.com/2.0/</p>
<p>Sandbox API Signature SOAP: https://api-3t.sandbox.paypal.com/2.0/</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How do I Setup an IXXO Cart Module to be Vendor Specific?]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/127]]></link>
<guid isPermaLink="false"><![CDATA[ec5decca5ed3d6b8079e2e7e7bacc9f2]]></guid>
<pubDate><![CDATA[Sun, 18 Jul 2010 14:02:36 +0200]]></pubDate>
<dc:creator><![CDATA[Steve Naqvi]]></dc:creator>
<description><![CDATA[Instructions on how to display an IXXO Cart module in vendor specific pages&nbsp;Vendor Specific modules that can be used:
1. Vendor Information (mod_ixxocart.vendor_info)2. Vendor Categories (mod_ixxocart.vendor_categories)&nbsp;To display a certain mod...]]></description>
<content:encoded><![CDATA[<p><strong>Instructions on how to display an IXXO Cart module in vendor specific pages</strong><br />&nbsp;<br />Vendor Specific modules that can be used:</p>
<p>1. Vendor Information (mod_ixxocart.vendor_info)<br />2. Vendor Categories (mod_ixxocart.vendor_categories)<br />&nbsp;<br />To display a certain module on vendor specific pages you need to edit the default Joomla<br />template.<br />&nbsp;<br />1. Open your template&rsquo;s &ldquo;templateDetails.xml&rdquo; file which is located in the root<br />folder of your default template.</p>
<p>Search for the &lt;positions&gt; line and create a new position and give the name<br />vendor_module_position.</p>
<p>Code to be inserted: <br />&lt;position&gt;vendor_module_position&lt;/position&gt;</p>
<p>Save the file.<br />&nbsp;<br />2. Open the index.php file of the default template. The file is located in the root<br />folder of your template.<br />The example is to show the module to the right position of your template. <br />Search for the line with, assuming you are using a Yootheme Template</p>
<p>&lt;?php if($this-&gt;countModules('right')) : ?&gt;&nbsp;&nbsp;&nbsp; <br />&lt;div id="right"&gt;<br />&nbsp;<br />3. Insert below the above code the following lines:</p>
<p>&lt;?php if(JRequest::getVar('vid') != "" || JRequest::getVar('vendorid') != "") : ?&gt;<br />&lt;jdoc:include type="modules" name="vendor_module_position"&nbsp; style="yoo"&nbsp; /&gt;<br />&nbsp;&lt;?php endif; ?&gt;</p>
<p>&lt;?php if(!JRequest::getVar('vid') &amp;&amp; !JRequest::getVar('vendorid')) : ?&gt;<br />&lt;jdoc:include type="modules" name="normal_module_position"&nbsp; style="yoo"&nbsp; /&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br />&lt;?php endif; ?&gt;</p>
<p>Make sure to change the style=&rdquo; &ldquo; to be the one used by your template.<br />In our example we are using the &ldquo;yoo&rdquo; style.</p>
<p>Now save the file and you are almost done.<br />&nbsp;<br />4. Login to your joomla admin area and install the two modules. <br />&nbsp;<br />5. Enable the modules and choose their position to vendor_module_position<br />&nbsp;<br />6. Done</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How do I setup product custom properties and product compare?]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/155]]></link>
<guid isPermaLink="false"><![CDATA[2a79ea27c279e471f4d180b08d62b00a]]></guid>
<pubDate><![CDATA[Sat, 02 Apr 2011 01:39:04 +0200]]></pubDate>
<dc:creator />
<description><![CDATA[Custom properties and product compare- Go to "Custom Product Properties" and enable "Activate Custom Properties" and "Activate Product Comparison"- Click on the "Manage Product Property Categories" and create a category for your custom product properties,...]]></description>
<content:encoded><![CDATA[<p><strong>Custom properties and product compare</strong><br /><br />- Go to "Custom Product Properties" and enable "Activate Custom Properties" and "Activate Product Comparison"<br />- Click on the "Manage Product Property Categories" and create a category for your custom product properties, e.g.: "Notebooks"<br />- Add new "Custom Product Property Fields" to the previously created categoriy, e.g.: Size, Weight, Memory, etc.<br /><br />You should now be able to select that propery category ("Notebooks") in the product's properties, when you edit or create a product. As soon as you select that property category, the additional fields will show up while you enter your product information. These fields are then used for comparing key fields between products with the same property category at the storefront.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How do I setup the Taxes by Zip Code]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/161]]></link>
<guid isPermaLink="false"><![CDATA[bd4c9ab730f5513206b999ec0d90d1fb]]></guid>
<pubDate><![CDATA[Sun, 25 Sep 2011 02:26:35 +0200]]></pubDate>
<dc:creator />
<description><![CDATA[The use of zip codes in your cart tax settings is pretty straightforward. Create your tax settings according to the manual; the only difference to the manual is, that you can now specify zip codes for a tax zone to limit the tax zone "area".If a zip code ...]]></description>
<content:encoded><![CDATA[The use of zip codes in your cart tax settings is pretty straightforward. Create your tax settings according to the manual; the only difference to the manual is, that you can now specify zip codes for a tax zone to limit the tax zone "area".<br />If a zip code is specified for an area, the tax zone is only "valid", if - additionally to the country and state/province - that zip code is used by the customer during checkout for his billing or shipping address. If you leave the zip code field blank, the tax zone is "valid", if the country and state/province is used by the customer during checkout no matter the zip code.<br /><br />Below information will help you to understand how the tax system works in the cart.<br /><br />1) Tax Class<br />You specify a tax class for certain types of product:<br /><br />e.g.: Usually you will need at least one tax class for your products. If you sell special products that are taxed differently (if they have a reduced or special higher tax rate) you will need additional tax classes.<br /><br />2) Tax Zone<br />You specify tax zones to be able to specify if a certain tax should be "added" to a product or not.<br /><br />e.g.: If you have an item that is taxed for 5%, when the customer's address is in the United States, in New York and the customer's zip code is 10001, you will add this area to your "5% tax zone". If the same tax is collected when the zip code is 10002, you would also add this area to the same tax zone.<br /><br />3) Tax Rate<br />A tax rate specifies a tax percentage in a tax zone for a tax class<br /><br />e.g: Your items are sold with a tax rate of 5%, if the products are of a certain type (tax class) and the customer is in a certain area (tax zone).]]></content:encoded>
</item>
<item>
<title><![CDATA[How do I setup Today's Deals Module]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/185]]></link>
<guid isPermaLink="false"><![CDATA[eecca5b6365d9607ee5a9d336962c534]]></guid>
<pubDate><![CDATA[Wed, 28 Oct 2015 14:04:54 +0100]]></pubDate>
<dc:creator />
<description><![CDATA[You can enable products to be displayed in the "Today's Deals" module by adding and end date to the product details.
In product details there is an option to specify the product expire date. If there are products that are expiring today they will be disp...]]></description>
<content:encoded><![CDATA[<p>You can enable products to be displayed in the "Today's Deals" module by adding and end date to the product details.</p>
<p>In product details there is an option to specify the product expire date. If there are products that are expiring today they will be displayed in Today's deals.</p>
<p>&nbsp;</p>
<p style="text-align: center;"><img src="/support/images/todays_deals.png" alt="Todays deal Module" width="1400" height="884" /></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How do I upgade IXXO Cart for Joomla 1.5 to Joomla 2.5?]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/170]]></link>
<guid isPermaLink="false"><![CDATA[149e9677a5989fd342ae44213df68868]]></guid>
<pubDate><![CDATA[Thu, 14 Jun 2012 14:06:19 +0200]]></pubDate>
<dc:creator />
<description><![CDATA[Upgrade IXXO CART to an EXISTING JOOMLA 2.5 Installation
1. Get a backup of the IXXO Cart Database tables 2. Upload all the IXXO Cart 1.5 files to the joomla 2.5 installation 3. Import the IXXO Cart tables to the Joomla 2.5 Database 4. Edit the engine_con...]]></description>
<content:encoded><![CDATA[<p>Upgrade IXXO CART to an EXISTING JOOMLA 2.5 Installation</p>
<p>1. Get a backup of the IXXO Cart Database tables<br /> 2. Upload all the IXXO Cart 1.5 files to the joomla 2.5 installation<br /> 3. Import the IXXO Cart tables to the Joomla 2.5 Database<br /> 4. Edit the engine_config.php file with the new database details and license key.<br /> 5. Update the cart to the latest version using the update package downloaded from the customer area.<br /> 6. If the path or domain is different login to the ixxo cart admin area and edit the "cart site settings " with the correct domain and server path<br /> 7. Done</p>
<p><strong><span style="font-size: x-small;"><em>Note: If you have no access to the IXXO Cart for joomla 2.5 files please contact our support</em></span></strong></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How do I use the Widget Code?]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/169]]></link>
<guid isPermaLink="false"><![CDATA[3636638817772e42b59d74cff571fbb3]]></guid>
<pubDate><![CDATA[Sat, 02 Jun 2012 00:38:21 +0200]]></pubDate>
<dc:creator />
<description><![CDATA[The widget code is meant for using the shop website in a frame at some other web address (not the shop website); therefore no modules or headers are shown when "executing" the shop in widget mode.
This widget mode is stored in a browser cookie, so either ...]]></description>
<content:encoded><![CDATA[<p>The widget code is meant for using the shop website in a frame at some other web address (not the shop website); therefore no modules or headers are shown when "executing" the shop in widget mode.</p>
<p>This widget mode is stored in a browser cookie, so either removing that browser cookie or waiting for it till it expires will change the shop view back to normal again for the browser where you executed a widget script.</p>
<p>If you want to use this widget code at the same website, you'd need to make a slight change to it, just remove the "&amp;wdgt=true" parameter in the href url and the shop will not be displayed in widget mode.</p>
<p>eg. in your example you should use<br />http://MYDOMAIN/index.php?option=com_ixxocart&amp;cart=topcart&amp;oa=AddItem&amp;oa_quantity=1&amp;oa_id=4096</p>
<p>instead of:</p>
<p>http://MYDOMAIN/index.php?option=com_ixxocart&amp;cart=topcart&amp;oa=AddItem&amp;oa_quantity=1&amp;oa_id=4096&amp;wdgt=true<br /><br />Instead of this widget code, you can of course use the "add to cart plugin" to achieve the same functionality on your website.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How is the order of slides determined in the slideshows?]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/186]]></link>
<guid isPermaLink="false"><![CDATA[9872ed9fc22fc182d371c3e9ed316094]]></guid>
<pubDate><![CDATA[Tue, 05 Jan 2016 22:21:52 +0100]]></pubDate>
<dc:creator />
<description><![CDATA[The slides priority is determined by the image (slide) names.  For example if you have a slideshow with 6 slides and the names of the slides are the following:
 abc.png dyh12hj.png 3023.png zslide.png 9slide.png kslide.png  the order will be as follow:  ...]]></description>
<content:encoded><![CDATA[<p>The slides priority is determined by the image (slide) names.<br /> <br /> For example if you have a slideshow with 6 slides and the names of the slides are the following:</p>
<p><br /> abc.png<br /> dyh12hj.png<br /> 3023.png<br /> zslide.png<br /> 9slide.png<br /> kslide.png<br /> <br /> the order will be as follow:<br /> <br /> 3023.png<br /> 9slide.png<br /> abc.png<br /> dyh12hj.png<br /> kslide.png<br /> zslide.png<br /> <br /><br /></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to create mobile-friendly slideshows]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/199]]></link>
<guid isPermaLink="false"><![CDATA[84d9ee44e457ddef7f2c4f25dc8fa865]]></guid>
<pubDate><![CDATA[Wed, 17 Feb 2021 15:10:00 +0100]]></pubDate>
<dc:creator />
<description><![CDATA[How to create mobile-friendly slideshows
Creating mobile-friendly slideshows is very easy with IXXO Cart.
Step 1: Create two different slideshows in the slideshow manager, with the same details/images one for the mobile version and one for the desktop v...]]></description>
<content:encoded><![CDATA[<p><span style="font-size: 12pt;"><strong>How to create mobile-friendly slideshows</strong></span></p>
<p>Creating mobile-friendly slideshows is very easy with IXXO Cart.</p>
<p>Step 1: Create two different slideshows in the slideshow manager, with the same details/images one for the mobile version and one for the desktop version.<br />Step 2: Navigate to the Module Manager and find the two slideshows you have created on step 1.<br />Step 3: Edit the Slideshow of the desktop version and in the Class Suffix enter <strong>"d-none d-md-block" for v7 and "hidden-sm-down" for v6</strong>&nbsp;<strong>templates</strong> and click <strong>"Save Changes"</strong>.<br />Step 4: Edit the Slideshow of the mobile version and in the Class Suffix enter <strong>"d-block d-md-none" for v7 and "hidden-sm-up" for v6 templates&nbsp;</strong>and click <strong>"Save Changes"</strong>.</p>
<p>To modify the font for each slideshow, navigate to the Slideshow Manager. Here you can add your own HTML Tags on the following fields:</p>
<ul>
<li>Caption Title</li>
<li>Caption Subtitle</li>
<li>Button Text</li>
</ul>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to edit footer of the Revo Template]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/181]]></link>
<guid isPermaLink="false"><![CDATA[fc221309746013ac554571fbd180e1c8]]></guid>
<pubDate><![CDATA[Mon, 19 Oct 2015 10:29:42 +0200]]></pubDate>
<dc:creator />
<description><![CDATA[The text "Lorem ipsum...." and the contact details, such as the phone number, email etc are located in the language file "en.php" (should start at line 1971)
Folder: content/languages/
The social icons are located in the file "box_social_icons.html" (sh...]]></description>
<content:encoded><![CDATA[<p>The text "<strong>Lorem ipsum</strong>...." and the contact details, such as the <strong>phone number, email</strong> etc are located in the language file "en.php" (should start at line 1971)</p>
<p>Folder: content/languages/</p>
<p>The <strong>social icons</strong> are located in the file "box_social_icons.html" (should start at line 18)</p>
<p>content/skins/revo/desktop/blocks/boxes/</p>]]></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[How to remove grayscale filter from image banners]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/198]]></link>
<guid isPermaLink="false"><![CDATA[0e65972dce68dad4d52d063967f0a705]]></guid>
<pubDate><![CDATA[Mon, 31 Aug 2020 14:27:10 +0200]]></pubDate>
<dc:creator />
<description><![CDATA[You can remove the grayscale filter in custom_overrides.html.
The full path for the file is httpdocs/content/skins/&lt;skin_name&gt;/custom_overrides.html
.category-banner{ldelim}&nbsp; &nbsp; -webkit-filter: none !important;&nbsp; &nbsp; filter: none !im...]]></description>
<content:encoded><![CDATA[<p>You can remove the grayscale filter in custom_overrides.html.</p>
<p>The full path for the file is httpdocs/content/skins/&lt;skin_name&gt;/custom_overrides.html</p>
<p>.category-banner{ldelim}<br />&nbsp; &nbsp; -webkit-filter: none !important;<br />&nbsp; &nbsp; filter: none !important;<br /> {rdelim}<br /> .category-banner.with-bg:before{ldelim}<br />&nbsp; &nbsp; background-color: transparent !important;<br /> {rdelim}<br /><br /></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to setup Clickatell SMS API]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/201]]></link>
<guid isPermaLink="false"><![CDATA[757b505cfd34c64c85ca5b5690ee5293]]></guid>
<pubDate><![CDATA[Fri, 03 Dec 2021 13:11:54 +0100]]></pubDate>
<dc:creator />
<description><![CDATA[How to setup Clickatell SMS API
&nbsp;
Clickatell is still supporting the old API for a few users, if you are one of them then your Clickatell credentials will consist by only an API Key.
Users that use the newer version of Clickatell will have an API ID,...]]></description>
<content:encoded><![CDATA[<p style="text-align: center;"><span style="font-size: 18pt;"><strong>How to setup Clickatell SMS API</strong></span></p>
<p style="text-align: center;">&nbsp;</p>
<p style="text-align: left;"><span style="font-size: 16px;">Clickatell is still supporting the old API for a few users, if you are one of them then your Clickatell credentials will consist by only an API Key.</span></p>
<p style="text-align: left;"><span style="font-size: 16px;">Users that use the newer version of Clickatell will have an API ID, username and a password.</span></p>
<p style="text-align: left;">&nbsp;</p>
<p style="text-align: left;"><span style="font-size: 16px;">In the case you use the old version you will need to enter the following URL in the "URL To Gateway" field</span></p>
<p style="text-align: left;"><span style="font-size: 16px;">URL: platform.clickatell.com/messages/http/send</span></p>
<p style="text-align: left;">&nbsp;</p>
<p style="text-align: left;"><span style="font-size: 16px;">If you are using the newer version your credentials should something look like this</span></p>
<p style="text-align: left;">URL To Gateway : <em>&lt;Leave it empty&gt;</em></p>
<p style="text-align: left;">Username : ixxo</p>
<p style="text-align: left;">Password : XXXXXX</p>
<p style="text-align: left;">Api Id : XXXXXX</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[I cannot login to Joomla admin area. Login page keeps refreshing.]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/156]]></link>
<guid isPermaLink="false"><![CDATA[1c9ac0159c94d8d0cbedc973445af2da]]></guid>
<pubDate><![CDATA[Fri, 15 Apr 2011 01:27:03 +0200]]></pubDate>
<dc:creator />
<description><![CDATA["If after a cleanup of unused plugins I faced the situation that I could no longer login into the administrator panel.After entering the correct username and password it just refreshes the administrator login screen. Typing a wrong password it did says th...]]></description>
<content:encoded><![CDATA["If after a cleanup of unused plugins I faced the situation that I could no longer login into the administrator panel.<br /><br />After entering the correct username and password it just refreshes the administrator login screen. Typing a wrong password it did says the password is incorrect. Supplying the correct password just refreshes the screen without any messages.<br /><br />The problem is that the row with name = 'User - Joomla in the table jos_plugins had published=0. If you set this back to 1 will fix the problem."<br /><br /><br />]]></content:encoded>
</item>
<item>
<title><![CDATA[Installation Manual (PDF)]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/147]]></link>
<guid isPermaLink="false"><![CDATA[8d5e957f297893487bd98fa830fa6413]]></guid>
<pubDate><![CDATA[Sun, 13 Feb 2011 05:12:48 +0100]]></pubDate>
<dc:creator />
<description><![CDATA[IXXO Cart Multi-Vendor Installation Manual.
Click here to download the manual (PDF)]]></description>
<content:encoded><![CDATA[<p>IXXO Cart Multi-Vendor Installation Manual.</p>
<p><a title="IXXO Multi-Vendor Installation Manual" href="../help-files/ixxo-cart-multi-vendor-install-manual.pdf" target="_blank">Click here to download the manual</a> (PDF)</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[IXXO Cart Plugins]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/165]]></link>
<guid isPermaLink="false"><![CDATA[9766527f2b5d3e95d4a733fcfb77bd7e]]></guid>
<pubDate><![CDATA[Mon, 21 Nov 2011 01:07:10 +0100]]></pubDate>
<dc:creator />
<description><![CDATA[IXXO Cart Search Plugin:&nbsp;Allows Search for Products in IXXO Cart using the joomla default search.
IXXO Item Price Plugin: Comfortably add the current price of an item to any regular Joomla content page. Simply add the following code to a content pag...]]></description>
<content:encoded><![CDATA[<p><br /><strong>IXXO Cart Search Plugin:&nbsp;<br /></strong>Allows Search for Products in IXXO Cart using the joomla default search.</p>
<p><strong>IXXO Item Price Plugin:</strong> <br />Comfortably add the current price of an item to any regular Joomla content page. Simply add the following code to a content page: {ixxoitemprice,id=N,cur=CC} , where N is the numerical product ID of the product and CC is the currency code.</p>
<p><strong>IXXO Item Plugin:</strong> <br />Comfortably add a product item to any regular Joomla content page. Simply add the following code to a content page: {ixxoitem,id=N,lan=LC} , where N is the numerical product ID of the product and LC is the language code.</p>
<p><strong>IXXO Homepage Products Plugin:</strong> <br />Display IXXO Cart Homepage Products on any regular Joomla content page. Usage: Enter {ixxohomepageproducts} in any Joomla article you want to display the homepage products.</p>
<p><strong>IXXO Add to Cart Button Plugin:</strong>&nbsp;<br />Comfortably add an add to cart button for IXXO Cart on any regular Joomla content page. Simply add the following code to a content page {ixxoaddbutton,id=N}, where N is the numerical product ID of the product.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[IXXO Multi-Vendor Subscriptions and Payment Options with Paypal A...]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/173]]></link>
<guid isPermaLink="false"><![CDATA[f7e6c85504ce6e82442c770f7c8606f0]]></guid>
<pubDate><![CDATA[Wed, 26 Jun 2013 02:02:58 +0200]]></pubDate>
<dc:creator />
<description><![CDATA[1. You can see the vendor registration (subscription) at&nbsp; http://www.demo-multi-vendor-sa.ixxocart.com/index.php?p=signup_vendor  You can setup subscriptions at http://www.demo-multi-vendor-sa.ixxocart.com/admin.php?p=groups_for_vendor&amp;mode=add_g...]]></description>
<content:encoded><![CDATA[1. You can see the vendor registration (subscription) at&nbsp;<br /> http://www.demo-multi-vendor-sa.ixxocart.com/index.php?p=signup_vendor<br /> <br /> You can setup subscriptions at<br /> http://www.demo-multi-vendor-sa.ixxocart.com/admin.php?p=groups_for_vendor&amp;mode=add_group<br /> <br /> The process to manage subscriptions is straight forward. You create the subscriptions and vendors will need to choose a subscription when they register.<br /> They will then be forwarded to paypal to pay and when they return back to the store they will be able to login to their vendor account if you do not setup the vendors not to be auto approved.<br /> Yes, there is a dashboard for the super admin to view all subscriptions. There is also an indication if a subscription was not paid/renewed.<br /> Please note that vendors will be prompt when they try login to pay the subscription if expired. If they do not pay they will not be able to access their dashboard.<br /> Yes, users can become vendors and vendors can use their vendor account to buy items using the same account. Its also possible, if they want, to use different details for their vendor and user account.<br /> If someone wants to become a vendor he can use the vendor registration form and use the same account to buy items from the store. A user can use the user registration form to register <br /> <br /> http://www.demo-multi-vendor-sa.ixxocart.com/index.php?p=signup<br /> <br /> If the user at some point decides to become a vendor he can do it simply by using the link (sell your products).<br /> <br /> In a few words the registration process could be separate and not.<br /> <br /> 2. Vendors will be forwarded to paypal.com to pay the vendor subscription fee. To receive the money for their sales they will need to add their paypal account to their payment settings.<br /> As for the payments each order is marked with the status "Payment Received". The status is visible to both the vendor and the super admin.<br /> For the payments I suggest that you use paypal adaptive payments. This is the safest and hassle free option. <br /> The reason is that when a user orders items from multiple vendors each vendor receives the money with one payment. The user does not have to pay each vendor individually.<br /> Additionally if the store owner collects commission the commission will be deducted from each vendor's sale and will be paid to the store owner's paypal account. <br /> Paypal adaptive has 3 options. Parallel, Chained and Chained delayed.<br /> <br /> Support Area: http://www.ixxocart.com/support/<br /> Members Area: http://www.ixxocart.com/members/<br />]]></content:encoded>
</item>
<item>
<title><![CDATA[Manage Vendor Subscriptions Manual (PDF)]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/145]]></link>
<guid isPermaLink="false"><![CDATA[2b24d495052a8ce66358eb576b8912c8]]></guid>
<pubDate><![CDATA[Sun, 13 Feb 2011 04:40:31 +0100]]></pubDate>
<dc:creator />
<description><![CDATA[Download the manual on how to setup vendor subscriptions (PDF).
Click here to download]]></description>
<content:encoded><![CDATA[<p>Download the manual on how to setup vendor subscriptions (PDF).</p>
<p><a title="Multi-Vendor subscription for vendors manual" href="../help-files/customer-groups-subscriptions.pdf" target="_blank">Click here to download</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Paypal Pro 10002:Security error Security header is not valid ]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/164]]></link>
<guid isPermaLink="false"><![CDATA[fa7cdfad1a5aaf8370ebeda47a1ff1c3]]></guid>
<pubDate><![CDATA[Tue, 25 Oct 2011 18:58:20 +0200]]></pubDate>
<dc:creator />
<description><![CDATA[Why do I get a&nbsp;10002:Security error Security header is not valid when Paypal Pro is activated?
You need a different API credentials for sandbox. The live API credentials is a only for production.  You can create a sandbox account and generate API cre...]]></description>
<content:encoded><![CDATA[<p>Why do I get a&nbsp;10002:Security error Security header is not valid when Paypal Pro is activated?</p>
<p>You need a different API credentials for sandbox. The live API credentials is a only for production.<br /> <br /> You can create a sandbox account and generate API credentials from the steps below:<br /> Go to https://developer.paypal.com and login <br /> Click on Test Accounts link<br /> Click on 'Preconfigured' next to Create Account<br /> Select United States for the country<br /> Select Seller for the Account type<br /> Enter a login email and a very simple password<br /> Select Visa for the card type and select Yes to add a bank account<br /> Enter 100 for the Account balance<br /> Click on Create Account<br /> <br /> ** If you get an error message about the account creation failed, logout, clear your browser cache and cookies and try again ****<br /> <br /> Once the account is created, select it and click on Enter Sandbox Test Site<br /> Click on Merchant services<br /> Click on Website Payments Pro<br /> Click on Submit / Accept billing agreement<br /> Follow the steps on the page to complete the billing agreement<br /> To generate the API credentials<br /> Login to the sandbox account<br /> Click on Profile<br /> Click on API Access<br /> Click on Request API credentials / View API Certificate<br /> Follow the steps to generate an API signature or API certificate.<br /> * If you have an API signature and you want an API certificate, remove the credentials and request the right one. Note, removing the credentials will disable that credentials if in use.<br /> <br /> Also make sure you are using the right API endpoint<br /> Environment	Authentication	Calling	Endpoint<br /> Live	API Certificate	Name-Value Pair	https://api.paypal.com/nvp<br /> Live	API Signature	Name-Value Pair	https://api-3t.paypal.com/nvp<br /> Live	API Certificate	SOAP	https://api.paypal.com/2.0/<br /> Live	API Signature	SOAP	https://api-3t.paypal.com/2.0/<br /> Sandbox	API Certificate	Name-Value Pair	https://api.sandbox.paypal.com/nvp<br /> Sandbox	API Signature	Name-Value Pair	https://api-3t.sandbox.paypal.com/nvp<br /> Sandbox	API Certificate	SOAP	https://api.sandbox.paypal.com/2.0/<br /> Sandbox	API Signature	SOAP	https://api-3t.sandbox.paypal.com/2.0/</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Product Record Rules (SQL)]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/167]]></link>
<guid isPermaLink="false"><![CDATA[5878a7ab84fb43402106c575658472fa]]></guid>
<pubDate><![CDATA[Thu, 26 Jan 2012 17:40:09 +0100]]></pubDate>
<dc:creator />
<description><![CDATA[Basically two tables are used for each product entry. The "products" table and the "product_description table". While the "products" table holds all the information about a product, like any settings, the "product_description" table hold only the meta, na...]]></description>
<content:encoded><![CDATA[<span>Basically two tables are used for each product entry. The "products" table and the "product_description table". While the "products" table holds all the information about a product, like any settings, the "product_description" table hold only the meta, name and language information of each product. When creating a product you need both tables (make sure the "pid" between "products" and "product_description" match each other and that you choose a valid "language" in "product_description".</span><br /><br /><span>------------------------------------------------------------------------</span><br /><span>A basic product would need at least the following information :</span><br /><span>------------------------------------------------------------------------</span><br /><span>TABLE products</span><br /><span>"pid" =&gt; "42" / auto increment when creating a new product</span><br /><span>"cid" =&gt; "hardware"</span><br /><span>"title" =&gt; "your product name" / for backwards compatibility, the actual title is taken from the "product_description" table, not from this table, so you could leave this entry blank =&gt; ""</span><br /><span>"price" =&gt; "125.25"</span><br /><br /><span>TABLE product_description</span><br /><span>"sn" =&gt; "50" / auto increment when creating a new product description record</span><br /><span>"pid" =&gt; "42" / identical to the products "pid"</span><br /><span>"title" =&gt; "your product name in language en"</span><br /><span>"language" =&gt; "en" / any valid language code like "en", "de", "es", etc.</span><br /><br /><span>------------------------------------------------------------------------</span><br /><span>An additional language description for the above product would look like this</span><br /><span>------------------------------------------------------------------------</span><br /><span>TABLE product_description</span><br /><span>"sn" =&gt; "51" / auto increment when creating a new product description record</span><br /><span>"pid" =&gt; "42" / identical to the products "pid"</span><br /><span>"title" =&gt; "your product name in language de"</span><br /><span>"language" =&gt; "de" / any valid language code like "en", "de", "es", etc.</span><br /><br /><span>***********************************************************************</span><br /><br /><span>Below is the complete ruleset for the current product records :</span><br /><br /><span>------------------------------------------------------------------------</span><br /><span>TABLE `products`</span><br /><span>------------------------------------------------------------------------</span><br /><span>`pid` int(10) unsigned NOT NULL auto_increment,&nbsp;</span><br /><span>`cid` int(10) unsigned NOT NULL default '0',&nbsp;</span><br /><span>`manufacturer_id` int(10) unsigned NOT NULL default '0',</span><br /><span>`is_visible` enum('Yes','No') NOT NULL default 'Yes',</span><br /><span>`is_hotdeal` enum('Yes','No') NOT NULL default 'No',</span><br /><span>`is_home` enum('Yes','No') NOT NULL default 'No',</span><br /><span>`is_taxable` enum('Yes','No') NOT NULL default 'Yes',</span><br /><span>`is_dollar_days` enum('Yes','No') NOT NULL default 'No',</span><br /><span>`inventory_control` enum('Yes','No') NOT NULL default 'No',</span><br /><span>`inventory_rule` enum('Hide','OutOfStock') NOT NULL default 'Hide',</span><br /><span>`stock` int(10) NOT NULL default '0',</span><br /><span>`stock_warning` int(10) NOT NULL default '0',</span><br /><span>`weight` decimal(10,2) unsigned NOT NULL default '0.00',</span><br /><span>`free_shipping` enum('Yes','No') NOT NULL default 'No',</span><br /><span>`digital_product` enum('Yes','No') NOT NULL default 'No',</span><br /><span>`digital_product_file` varchar(255) NOT NULL default '',</span><br /><span>`price` decimal(20,5) unsigned NOT NULL default '0.00000',</span><br /><span>`price2` decimal(20,5) unsigned NOT NULL default '0.00000',</span><br /><span>`price_level_1` decimal(20,5) unsigned NOT NULL default '0.00000',</span><br /><span>`price_level_2` decimal(20,5) unsigned NOT NULL default '0.00000',</span><br /><span>`price_level_3` decimal(20,5) unsigned NOT NULL default '0.00000',</span><br /><span>`shipping_price` decimal(20,5) unsigned NOT NULL default '0.00000',</span><br /><span>`tax_class_id` int(11) NOT NULL, `tax_rate` decimal(20,5) NOT NULL default '-1.00000', `call_for_price` enum('Yes','No') NOT NULL default 'No',</span><br /><span>`priority` int(11) NOT NULL default '0',</span><br /><span>`attributes_count` int(11) NOT NULL default '0',</span><br /><span>`min_order` int(10) NOT NULL default '1',</span><br /><span>`max_order` int(10) unsigned NOT NULL default '0',</span><br /><span>`added` datetime NOT NULL default '0000-00-00 00:00:00',</span><br /><span>`product_id` varchar(30) NOT NULL default '',</span><br /><span>`case_pack` int(11) NOT NULL default '-1',</span><br /><span>`inter_pack` int(11) NOT NULL default '-1',</span><br /><span>`gift_quantity` int(10) unsigned NOT NULL default '0',</span><br /><span>`dimension_width` decimal(10,2) NOT NULL default '0.00',</span><br /><span>`dimension_length` decimal(10,2) NOT NULL default '0.00',</span><br /><span>`dimension_height` decimal(10,2) NOT NULL default '0.00',</span><br /><span>`image_location` enum('Local','Web') NOT NULL default 'Local',</span><br /><span>`image_url` varchar(255) NOT NULL default '',</span><br /><span>`title` varchar(255) NOT NULL default '',</span><br /><span>`meta` varchar(255) NOT NULL default '',</span><br /><span>`meta_title` varchar(255) NOT NULL default '',</span><br /><span>`overview` text NOT NULL,</span><br /><span>`description` text NOT NULL,</span><br /><span>`cg_disable` int(11) NOT NULL,</span><br /><span>`extra_point` double NOT NULL,</span><br /><span>`ps_disable` int(2) NOT NULL,</span><br /><span>`user_req` int(11) NOT NULL,</span><br /><span>`related_pids` text NOT NULL,</span><br /><span>`ptype` INT NOT NULL,</span><br /><span>`imgzoom` VARCHAR( 80 ) NOT NULL ,</span><br /><span>`imgstyle` VARCHAR( 255 ) NOT NULL,</span><br /><span>`rmaactive` TINYINT( 1 ) NOT NULL DEFAULT '1',</span><br /><span>`product_type` enum('Normal','Subscribe') NOT NULL default 'Normal',</span><br /><span>`time_limit` int(11) default '0',</span><br /><span>`times_limit` int(11) default '0',</span><br /><span>`compare_cat` int(11) NOT NULL default -1,</span><br /><span>`reviewactive` TINYINT( 1 ) NOT NULL DEFAULT '1',</span><br /><span>`normal_price_visible` enum('Yes','No') default 'Yes',</span><br /><br /><span>PRIMARY KEY (`pid`), KEY `cid` (`cid`), KEY `is_visible` (`is_visible`)) AUTO_INCREMENT=1 ;</span><br /><br /><br /><span>------------------------------------------------------------------------</span><br /><span>TABLE `product_description`&nbsp;</span><br /><span>------------------------------------------------------------------------</span><br /><span>`sn` int(11) NOT NULL auto_increment,</span><br /><span>`pid` int(11) NOT NULL default '0',</span><br /><span>`title` varchar(255) NOT NULL default '',</span><br /><span>`meta` varchar(255) NOT NULL default '',</span><br /><span>`meta_title` varchar(255) NOT NULL default '',</span><br /><span>`overview` text NOT NULL,</span><br /><span>`description` text NOT NULL,</span><br /><span>`language` varchar(20) NOT NULL default '',</span><br /><br /><span>PRIMARY KEY (`sn`)) AUTO_INCREMENT=1 ;</span><br /><br /><span>Please note, that these records can change in later releases. There is no guarantee that those records will remain like this forever, although the basic fields probably won't change.</span>]]></content:encoded>
</item>
<item>
<title><![CDATA[Quick View Button]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/180]]></link>
<guid isPermaLink="false"><![CDATA[045117b0e0a11a242b9765e79cbf113f]]></guid>
<pubDate><![CDATA[Thu, 14 May 2015 22:59:37 +0200]]></pubDate>
<dc:creator />
<description><![CDATA[Quickview is by default disabled in the REVO template and doesn't have any special styling set for it.  If you enable it, you may need to change the styling for the "button" used for the quickview function at:  /admin.php?p=design_images&amp;mode=button&a...]]></description>
<content:encoded><![CDATA[<p>Quickview is by default disabled in the REVO template and doesn't have any special styling set for it.<br /> <br /> If you enable it, you may need to change the styling for the "button" used for the quickview function at:<br /> <br /> /admin.php?p=design_images&amp;mode=button&amp;pg=5<br /> <br /> eg.:<br /> =&gt; btn btn-height-66<br /> will increase the height for the button to 66; the appearance will be like a square button<br /> <br /> =&gt; btn btn-height-66 btn-rounded<br /> this will add rounded corners to the square button above<br /> <br /> =&gt; btn btn-height-66 btn-round<br /> this will create a round button</p>
<p>Keep in mind that not all combinations will look fine, but as you see you can change the appearance of the buttons a lot with some simple changes.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Recent Items Module]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/184]]></link>
<guid isPermaLink="false"><![CDATA[6cdd60ea0045eb7a6ec44c54d29ed402]]></guid>
<pubDate><![CDATA[Wed, 28 Oct 2015 13:53:35 +0100]]></pubDate>
<dc:creator />
<description><![CDATA[The recent items module shows the products that were recently purchased from the store.
You need to purchase a few products before the module shows the items. ]]></description>
<content:encoded><![CDATA[<p>The recent items module shows the products that were recently purchased from the store.</p>
<p>You need to purchase a few products before the module shows the items.<br /><br /> <br /><br /></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Setting Up PayPal IPN Notifications]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/196]]></link>
<guid isPermaLink="false"><![CDATA[084b6fbb10729ed4da8c3d3f5a3ae7c9]]></guid>
<pubDate><![CDATA[Sat, 02 Feb 2019 00:51:47 +0100]]></pubDate>
<dc:creator />
<description><![CDATA[Setting Up IPN Notifications on PayPal
The following procedure describes how to specify and activate the URL for your IPN listener in your PayPal profile.
Your listener must be located at the URL that you specify in the profile. Before you activate your...]]></description>
<content:encoded><![CDATA[<h2 id="setting-up-ipn-notifications-on-paypal" class="dx-anchor">Setting Up IPN Notifications on PayPal</h2>
<p>The following procedure describes how to specify and activate the URL for your IPN listener in your PayPal profile.</p>
<p>Your listener must be located at the URL that you specify in the profile. Before you activate your listener on PayPal, you should test the listener using the IPN simulator in the Sandbox.</p>
<p>The steps to set up your listener for Sandbox testing and to set up your listener for live operation on PayPal are the same. The only difference is that you log into the Sandbox to set up your listener for Sandbox testing and you log into PayPal to set up your listener for live operation.</p>
<p>After you log in, follow these instructions to set up your listener:</p>
<ol>
<li>
<p>Log in to your PayPal business account at <a class="dx-external-link" title="external link" href="https://www.paypal.com" target="_blank" rel="noopener noreferrer">www.paypal.com</a>.</p>
</li>
<li>
<p>Click the settings icon at the top of your PayPal account page and then click <strong>Profile and settings</strong>.<br /><br />Click <strong>My selling tools</strong>.</p>
</li>
<li>
<p>Click the <strong>Update</strong> link in the Instant payment notifications row, in the Getting paid and managing my risk section.</p>
</li>
<li>
<p>Click <strong>Choose IPN Settings</strong> to specify your listener's URL and activate the listener. </p>
</li>
<li>
<p>Specify the URL for your listener in the Notification URL field.</p>
</li>
<li>
<p>Click <strong>Receive IPN messages (Enabled)</strong> to enable your listener.</p>
</li>
<li>
<p>Click <strong>Save</strong></p>
</li>
<li>
<p>Click <strong>Back to Profile Summary</strong> to return to the Profile after activating your listener. You also can click <strong>Edit settings</strong> to modify your notification URL or disable your listener. <br />You can click <strong>Turn Off IPN</strong> to reset your IPN preferences.</p>
</li>
</ol>
<p>&nbsp;</p>
<p>&nbsp;</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Turn off MySQL strict mode?]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/175]]></link>
<guid isPermaLink="false"><![CDATA[82161242827b703e6acf9c726942a1e4]]></guid>
<pubDate><![CDATA[Wed, 07 May 2014 00:28:37 +0200]]></pubDate>
<dc:creator />
<description><![CDATA[MySQL strict mode with error "My SQL Error 1048 column description cannot be null" or&nbsp;.mysql error : Incorrect integer value:
This can be fixed in one of two ways but you may have to get your hosting company to do this for you.Method 1:Open the "my....]]></description>
<content:encoded><![CDATA[<p>MySQL strict mode with error "<strong>My SQL Error 1048 column description cannot be null</strong>" or&nbsp;<strong>.mysql error : Incorrect integer value:</strong></p>
<p>This can be fixed in one of two ways but you may have to get your hosting company to do this for you.<br /><br />Method 1:<br />Open the "my.ini" file within the MySQL installation directory and look for something like...<br /># Set the SQL mode to strict<br />sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"<br /><br />Replace with:<br /># Set the SQL mode to strict<br />sql-mode="NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"<br /><br />Method 2:<br />You may be able to run an SQL query within your database management tool such as phpMyAdmin which can normally be found from your web hosting control panel:<br /><br />SET @@global.sql_mode= '';</p>
<p>&nbsp;</p>
<p>&nbsp;</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Vendor Charges and Fees]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/171]]></link>
<guid isPermaLink="false"><![CDATA[a4a042cf4fd6bfb47701cbc8a1653ada]]></guid>
<pubDate><![CDATA[Thu, 17 Jan 2013 13:36:05 +0100]]></pubDate>
<dc:creator />
<description><![CDATA[IXXO Multi-Vendor currently supports the following options to charge vendors for their listings.  1. Charge a commission percentage per sale 2. Charge a flat fee per sale 3. Charge a subscription fee. You can set-up monthly, quarterly, half yearly or annu...]]></description>
<content:encoded><![CDATA[<p>IXXO Multi-Vendor currently supports the following options to charge vendors for their listings.<br /> <br /> 1. Charge a commission percentage per sale<br /> 2. Charge a flat fee per sale<br /> 3. Charge a subscription fee. You can set-up monthly, quarterly, half yearly or annually subscriptions. Additionally you can specify how many products the vendor can upload with each subscription.</p>
<p><strong>Example:</strong><br /> - Basic Subscription -&gt; $0.00 Monthly Fee -&gt; 10 Products<br /> - Silver Subscription -&gt; $10.00 Monthly Fee-&gt; 50 Products<br /> - Gold Subscription -&gt; $20.00 Monthly Fee-&gt; 150 Products<br /> - Platinum Subscription -&gt; $50.00 Monthly Fee -&gt; Unlimited Products<br /> 4. Charge commission per sale and a subscription<br /> 5. Charge a flat fee per sale and a subscription<br /> <br /> Flat fee and commission charges could be setup globally for all vendors or per vendor basis. <br /> <br /><br /></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Vendor Journals]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/197]]></link>
<guid isPermaLink="false"><![CDATA[85d8ce590ad8981ca2c8286f79f59954]]></guid>
<pubDate><![CDATA[Fri, 03 Apr 2020 21:20:45 +0200]]></pubDate>
<dc:creator />
<description><![CDATA[Vendor Journals
How to setup order journals only vendor account
admin.php?p=vendor_groups andadmin.php?p=vendor_group
You can now define vendor groups without any of the default "Vendor Privileges" but with only the "Order Journals" as "Additional Vendor ...]]></description>
<content:encoded><![CDATA[<p><span style="font-size: 18pt;"><strong>Vendor Journals</strong></span></p>
<p><span style="font-size: 14pt;">How to setup order journals only vendor account</span></p>
<p>admin.php?p=vendor_groups <br />and<br />admin.php?p=vendor_group</p>
<p>You can now define vendor groups without any of the default "Vendor Privileges" but with only the "Order Journals" as "Additional Vendor Privileges" which enables you to create a vendor order only account.</p>
<p>Please note: You can leave the number of products at 0, it will be counted as 0 and not as unlimited in this case.</p>
<p><br />You can also create vendors through the admin area, that don't have any permissions set, except for the special order journals permission.</p>
<p><br />When signing up through the vendor signup page. If the order journals group was created correctly, this group will be listed without any product references at the signup vendor page:</p>
<p>index.php?p=signup_vendor</p>
<p>The whole permission system was redesigned for the vendor frontend to allow restricting the vendor access to specific pages and also allow specific pages. Since the vendor frontend-only used to have a few selected pages, the permission system was only designed to take care of certain settings and was much more permissive, if wrong settings were set.</p>
<p>If you login to an order journals accounts at the frontend, you will see, that the list of available pages is shrunk down to a few pages. namely the vendor resources area, the ticket system and the contact management page and of course the order journals page.</p>
<p>All other pages can't be accessed by the order journals account.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Vendors Banner Top Position (Allyos Template)]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/182]]></link>
<guid isPermaLink="false"><![CDATA[4c5bde74a8f110656874902f07378009]]></guid>
<pubDate><![CDATA[Wed, 28 Oct 2015 12:09:25 +0100]]></pubDate>
<dc:creator />
<description><![CDATA[The vendor's banner section, at the top of the "Allyos" template is not developed as a module but is a custom code just for the "Allyos" template to display randomly featured vendors with every browser refresh.
If you uncheck the featured vendor option, ...]]></description>
<content:encoded><![CDATA[<p>The vendor's banner section, at the top of the "Allyos" template is not developed as a module but is a custom code <strong>just</strong> for the "<strong>Allyos</strong>" template to display randomly featured vendors with every browser refresh.</p>
<p>If you uncheck the featured vendor option, in vendor's profile, the particular vendor will not be displayed.</p>
<p>There is no limit on how many vendors will be visible.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[What is the difference between vendor subscriptions and monthly f...]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/157]]></link>
<guid isPermaLink="false"><![CDATA[6c4b761a28b734fe93831e3fb400ce87]]></guid>
<pubDate><![CDATA[Fri, 15 Apr 2011 03:00:03 +0200]]></pubDate>
<dc:creator />
<description><![CDATA[The Vendor Monthly Fee is not the same as the subscriptions Feature. If you enable the "monthly fee" option it does not create a subscription and there is no limit on how many products the vendor can publish. Furthermore super admin will need to manually ...]]></description>
<content:encoded><![CDATA[<p>The Vendor Monthly Fee is not the same as the subscriptions Feature. If you enable the "monthly fee" option it does not create a subscription and there is no limit on how many products the vendor can publish. Furthermore super admin will need to manually invoice the vendor every month with the fee. In vendor statistics you can view a report how much each vendor owes to the mall owner.</p>
<p>With the "subscriptions" option enabled a subscription will be created when the vendor registers to the mall and he will get a warning in his admin area when payment is due. Additionally super admin can setup subscriptions defining how many products a vendor can publish with each subscription option.</p>
<p>* You can use both a "monthly fee" or a "percentage" per sale among with subscriptions.</p>
<p>* You cannot use a "monthly fee" and a "percentage" per sale. You will need to decide for one of the two.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[What is the More Buying Choices Module?]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/194]]></link>
<guid isPermaLink="false"><![CDATA[a597e50502f5ff68e3e25b9114205d4a]]></guid>
<pubDate><![CDATA[Sat, 18 Aug 2018 16:53:19 +0200]]></pubDate>
<dc:creator />
<description><![CDATA[The More Buying Choices feature is a module that displays the&nbsp;product being viewed being offered by other vendors. The products in order to be visible in&nbsp;the module need to have the same MPN or GTIN number.]]></description>
<content:encoded><![CDATA[<p>The More Buying Choices feature is a module that displays the&nbsp;product being viewed being offered by other vendors. <br />The products in order to be visible in&nbsp;the module need to have the same MPN or GTIN number.</p>]]></content:encoded>
</item>
</channel>
</rss>