Thank you for purchasing the X-Cart Smart Template for v4.4.x!
Follow each of the steps below...
You may wish to close your store while performing the installation. You can do so in General Settings.
In admin go to Tools > Patch/Upgrade, browse to the SQL patch file, patch_install.sql and click 'Apply'.

If for any reason you need to uninstall the template, use patch_uninstall.sql.
1) In home.php after...
Insert...
2) In recommends.php before...
Insert...
3) In modules/Upselling_Products/related_products.php before...
Insert...
4) X-Cart Gold Users - In skin/common_files/single/menu_box.tpl after...
Insert...
X-Cart Pro Users - instead, add the above code to skin/common_files/admin/menu_box.tpl
FTP all files in the upload directory to your store root directory.

In admin go to Settings > General Settings > Appearance, select Smart Template and click 'Apply changes'.

Clear the template cache from Tools > Maintenance (IMPORTANT).

Template installation complete!
The template should now be active and you should be able to view the template settings.
PLEASE NOTE! If the template is not appearing as per the demo, and/or you cannot see the template settings link in admin, then the most likely cause will be that the SQL patch has not been applied correctly. Re-apply the install patch, then clear the template cache.
Access the Smart Template options from Settings > Smart Template options.

There are three separate home templates depending on which store layout you choose...
These files are where you add/remove/re-order menu elements.
The logo is a transparent PNG file - logo.png - and is located in skin/smart_template/custom/themes/xxx/
xxx being the chosen theme directory.
For best results, export your logo.png file in PNG32 mode (full alpha transparency).
A CSS image replacement technique is used and the default image size is W480px x H100px.
Eg. skin/smart_template/custom/themes/royal.css
The first menu is a single level dynamic speedbar menu.

The second menu is a dynamic four level horizontal dropdown category menu.

IMPORTANT: You must enable the 'Flyout Menus' module (in modules) in order for the flyout/dropdown category menus to function correctly.
IMPORTANT: If you have any problems viewing the category menus, go to Modules > Flyout Menus and disable the 'Cache the menu' option.
If you have disabled the horizontal category menu, then it becomes a hard-coded menu, composed of simple nested unordered lists.
See skin/smart_template/custom/horiz_custom.tpl
The speedbar menu also appears at the footer.

Footer links and social networking icons are hard-coded unordered lists.
A large number of 16px and 32px social networking icons are included.

See skin/smart_template/custom/footer.tpl
Dynamically switch site width, products layout and theme.
Chosen settings are remembered with the use of cookies.

Each function can be enabled/disabled via the template options.
To set the initial site width (fixed or fluid) edit line 10 of skin/smart_template/custom/js/switchers/switch_width.js
Clear your cookies to see any changes.
To set the initial products layout (row or grid) edit line 10 of skin/smart_template/custom/js/switchers/switch_layout.js
Clear your cookies to see any changes.
Pager...

Carousel...

Cufon transforms your H1, H2 and H3 elements into nicely rendered fonts of your choice.

72 Fonts are included. Click here to preview the available fonts.
For more information, or to generate your own Cufon fonts click here.
Pure CSS Corners
- 2 Background images
- Pixelated rounded corners
- 1px borders
- Very Fast

CSS3 Corners
- 2 Background images
- Anti-aliased rounded corners
- Custom shaped corners
- Custom borders
- Shadows
- Slower to render in IE

Square Corners
- 2 Background images
- Custom borders
- Fastest

Performance of the CSS3 type boxes varies depending on the browser.
In IE8 and below, JavaScript (CSS3 Pie) is used to render the CSS3 corners, which increases rendering time somewhat.

IMPORTANT: You need to enable the flyouts module (in modules) for the vertical menu to function correctly.
IMPORTANT: If you have any problems seeing the category menus, go into the 'Flyout Menus' module settings and disable 'Cache the menu'.
If disabled, the standard X-Cart category menu/flyouts are restored.
Dynamically displays new and/or random featured products on the homepage. Can be displayed in standard or simple view.

Animated image sliders, easy to customise and ideal for promotions.
Choose from the Nivo Slider, Featured Box or disable completely.

See skin/smart_template/custom/slider.tpl
This is a handy script if you would like to display a countdown to an event, eg. the end of a sale, launch of new product etc.

See skin/smart_template/custom/js/countdown/countdown.js
Adjust these date and time values to the end of your event...
Also language label - lbl_st_countdown_msg
This is an eye catching typewriter style news ticker.

The ticker only appears after you have added news.
Items are dynamically generated from your news archive. Last posted news items appears first.
Loads images on demand (ie. when they come into focus), which can reduce server load, saves bandwidth and loads your store faster for visitors.
A 'loading' placeholder image will appear until the browser focuses on the image...

Exclude images from being loaded 'lazily' by simply adding class="notlazy" to your images or image containers.
Performance varies depending on the browser. This feature can be enabled at busy times to reduce server load, or disabled altogether.
Easier to customise and extend tabs with persistence feature.

See skin/smart_template/custom/tabs.tpl
Dynamically displays product search results under search box according to what customers type. Customers can click directly to products.

By enabling this option you can redirect IE6 users to the IE6.html page, providing browser upgrade links.

See IE6.html
In skin/smart_template/custom/featured_new_products.tpl
Replace...
{include file="currency.tpl" value=$n_products[product].price}
With...
{$config.General.currency_symbol}{math equation="x * y" x=$n_products[product].price y=1.2 format="%.2f"}
In skin/smart_template/custom/featured_random_products.tpl
Replace...
{include file="currency.tpl" value=$r_products[product].price}
With...
{$config.General.currency_symbol}{math equation="x * y" x=$r_products[product].price y=1.2 format="%.2f"}
The example given is for 20% tax.
The template has been tested in IE 6*/7/8/9, Firefox, Chrome, Opera and Safari (PC).
* Performance varies depending on what Smart Template features you enable.
IE6 is not supported by us, you should encourage your IE6 users to use an alternative browser.
X-Cart v4.4.x has fairly bloated CSS and JavaScript code out of the box, so be sure to optimise as much as possible.
Enable the 'JS/CSS Speedup' tools once you are ready to launch your store (in General Settings).
Consider minifying your javascript files, compressing CSS files, optimising images etc.
To ensure smooth running of the template and minimise errors, ensure the HTML markup in your product descriptions is clean and valid. Plain text works best, do not copy and paste information from Word docs, avoid using tables - search engines will like you for it!
20th October 2010 - v1.0 Released
25th October 2010 - v1.01 - Updated Smart Tabs
4th November 2010 - v1.02 - Recommended products module minor fix
20th November 2010 - v1.03 - Cufon fonts increased to 72
24th November 2010 - v1.04 - Dynamic four level vertical flyout category menu added
6th December 2010 - v1.05 - Animated image slider added
11th December 2010 - v1.06 - Option to place product descriptions in a tab added
14th January 2011 - v1.07 - Tested with v4.4.2
24th January 2011 - v1.08 - Nivo Image Slider added
11th March 2011 - v1.09 - Minor code changes, added Featured Box
5th May 2011 - v1.10 - Tested with v4.4.3
24th September 2011 - v1.11 - Tested with v4.4.4
Smart Template Graphic Source Files - Sliced for Adobe Fireworks - (zip password is in your order email)
Useful debugging tools - Internet Explorer Developer Toolbar | Web Developer Toolbar for Firefox | Firebug for Firefox
X-Cart Manuals | X-Cart Client Area | X-Cart Forums | X-Cart Bug Tracker | X-Cart Knowledge Base
CuteFTP Professional - Highly recommended FTP client - Get it for $29 here
Picture-Resize - Handy bulk image resizer for thumbnails
KDIFF - Handy file comparison tool