<?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[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[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 can I change the product page layout?]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/107]]></link>
<guid isPermaLink="false"><![CDATA[a97da629b098b75c294dffdc3e463904]]></guid>
<pubDate><![CDATA[Fri, 31 Jul 2009 20:18:23 +0200]]></pubDate>
<dc:creator><![CDATA[Steve Naqvi]]></dc:creator>
<description><![CDATA[
In product view settings there are three layout options. Depending on the one you are currently using you will have to edit the corresponding file.

e.g

1. For style 1 you will need to edit the &quot;product_style1.html&quot;
2. For style 2 you wi...]]></description>
<content:encoded><![CDATA[
In product view settings there are three layout options. Depending on the one you are currently using you will have to edit the corresponding file.<br />
<br />
e.g<br />
<br />
1. For style 1 you will need to edit the &quot;product_style1.html&quot;<br />
2. For style 2 you will need to edit the &quot;product_style2.html&quot;<br />
3. For style 3 you will need to edit the &quot;product_style3.html&quot;<br />
<br />
The above html files are located in components/com_ixxocart/content/skins/flat/   folder (if the active skin template is the flat).<br />
<br />
]]></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 text page to my website?]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/74]]></link>
<guid isPermaLink="false"><![CDATA[ad61ab143223efbc24c7d2583be69251]]></guid>
<pubDate><![CDATA[Sat, 30 Aug 2008 07:02:01 +0200]]></pubDate>
<dc:creator><![CDATA[K Michael]]></dc:creator>
<description><![CDATA[You can use this section to add and manage the custom page of IXXO Cart.
To add a new custom text page on IXXO Cart, follow the steps:
1. Click Edit Text Pages2. The Site Text Pages will open
Note: You can also open the Site Text Pages directly by clic...]]></description>
<content:encoded><![CDATA[<P>You can use this section to add and manage the custom page of IXXO Cart.</P>
<P>To add a new custom text page on IXXO Cart, follow the steps:</P>
<P>1. Click Edit Text Pages<BR>2. The Site Text Pages will open</P>
<P>Note: You can also open the Site Text Pages directly by clicking on Edit Text 
Pages link in the Admin Area Home page.</P>
<P>It is recommended not to delete the four pre-defined text pages (Terms and 
Conditions, About Us, Contact Information and How to Enable Cookies).</P>
<P>You can also edit and delete the text pages from the Site Text Pages. To know 
more about editing and deleting a text page, click on each of the links.</P>
<P>3. In the Site Text Pages, click on Add a New Page link</P>
<P>The Site Page (insert) page will open.</P>
<P>Note: You can also change the Appearance Settings of that site page by 
clicking edit Appearance Settings (Default Images, Layout and Colors) link on 
top of the Site Page (insert) page.</P>
<P>4. Common Page Information: Enter the following information:</P>
<P>a.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Short Name: Enter a name for the page.</P>
<P>b.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Page Title: Enter a page title for the 
menu.</P>
<P>c.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Is This Page Visible: Select Yes from the 
drop down menu if you want this page to be visible to the users. Selecting No 
will hide the page.</P>
<P>d.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Priority: Rank a page within your website 
using the priority feature. You can select this on a scale of 1 to 10, where 1 
has the highest priority. The higher the number, the higher the page will be 
listed.</P>
<P>5. Link Locations: Select Yes from the drop down menu for Top or Bottom, 
wherever you want the link locations and choose No for the other option</P>
<P>6. Page HTML: Enter text in the Page HTML box.</P>
<P>7. You can also create an eye-catching description by clicking Edit HTML 
Online in Page HTML.</P>]]></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 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 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 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[Is it possible to change the Hot Deals image?]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/73]]></link>
<guid isPermaLink="false"><![CDATA[d2ddea18f00665ce8623e36bd4e3c7c5]]></guid>
<pubDate><![CDATA[Sat, 30 Aug 2008 06:57:30 +0200]]></pubDate>
<dc:creator><![CDATA[K Michael]]></dc:creator>
<description><![CDATA[You can change all of the cart default site images from within the administration panel. Login to your admin area and go to to Cart Settings >> Appearence Settings.

You can then click on >> Edit Default Site Images. There you will be able to replace al...]]></description>
<content:encoded><![CDATA[You can change all of the cart default site images from within the administration panel. Login to your admin area and go to to Cart Settings >> Appearence Settings.<br />
<br />
You can then click on >> Edit Default Site Images. There you will be able to replace all of the default images in the Shopping Cart application.]]></content:encoded>
</item>
<item>
<title><![CDATA[Manual URLS - New Products - On Sale - Hot Deals]]></title>
<link><![CDATA[https://www.support.ixxocart.com/index.php?/Knowledgebase/Article/View/125]]></link>
<guid isPermaLink="false"><![CDATA[3def184ad8f4755ff269862ea77393dd]]></guid>
<pubDate><![CDATA[Thu, 08 Jul 2010 05:48:50 +0200]]></pubDate>
<dc:creator><![CDATA[Steve Naqvi]]></dc:creator>
<description><![CDATA[
URL to hot deals:

/index.php?option=com_ixxocart&amp;p=catalog&amp;mode=hot

URL to newest products
/index.php?option=com_ixxocart&amp;p=catalog&amp;mode=new

URL to On Sale products

/index.php?option=com_ixxocart&amp;p=catalog&amp;mode=sale...]]></description>
<content:encoded><![CDATA[
URL to hot deals:<br />
<br />
<a target="_blank" href="http://s89309.gridserver.com/index.php?option=com_ixxocart&p=catalog&mode=hot">/index.php?option=com_ixxocart&amp;p=catalog&amp;mode=hot</a><br />
<br />
URL to newest products<br />
<a target="_blank" href="http://s89309.gridserver.com/index.php?option=com_ixxocart&p=catalog&mode=new">/index.php?option=com_ixxocart&amp;p=catalog&amp;mode=new</a><br />
<br />
URL to On Sale products<br />
<br />
<a target="_blank" href="http://s89309.gridserver.com/index.php?option=com_ixxocart&p=catalog&mode=sale">/index.php?option=com_ixxocart&amp;p=catalog&amp;mode=sale</a><br />
<br />
<br />
]]></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>
</channel>
</rss>