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 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.
You can easily modify the skin of any module by editing the skin templates located in your skin folder of the main cart application, without any need to change the actual PHP code of the modules (and without hiring a programmer). All you need is some basi...
First step is to download the file "content\engine\engine_images.php"
Then you would edit the
file "content\engine\engine_images.php" that you have just
downloaded.
While editing that file
look for the following
line of code;
$w...
The Shopping Cart allows you to create an unlimited number of professional looking designs all from our easy-to-use admin area.
First log in to the administrator area and go to Cart Settings >> Appearance Settings. In this section you will find a numbe...
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...
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 f...
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...
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.ht...
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...
1) Download the template package and unzip
the package locally on your computer.
2) Make a backup of all cart files on the
server.
3) Upload files on your server in a folder
where the cart is installed. You will be overwriting existing files, make...
Installing a new design template
1) Download the template package and unzip the package locally on your computer.
2) Make a backup of all cart files on the server.
3) Upload files on your server in a folder where the cart is installed. You will b...
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 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 opt...