RSS Feed
Knowledgebase : Designing my Site
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. Co...
Create the css class you need e.g a class for the button hover border: .MYBUTTON-HOVER-RED:HOVER{ BORDER:1PX SOLID RED!IMPORTANT; } and add this to the CUSTOM OVERRIDE file at: CONTENT/SKINS/TEMPO/CUSTOM_OVERRIDES.HTML After this just add the M...
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 "product_style1.html" 2. For style 2 y...
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...
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...
Go to "Content and Layout" => "Appearance Settings" => "Catalog 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 products in primary catagor...
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...
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...
You can remove the grayscale filter in custom_overrides.html. The full path for the file is httpdocs/content/skins//custom_overrides.html .category-banner{ldelim} -webkit-filter: none !important; filter: none !important; {rdelim} .categ...
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...
URL to hot deals: /index.php?option=com_ixxocart&p=catalog&mode=hot URL to newest products /index.php?option=com_ixxocart&p=catalog&mode=new URL to On Sale products /index.php?option=com_ixxocart&p=catalog&m...
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&mode=button ...
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.