Snippet: Change next order ID value
If you've just opened a new store, you probably don't want customers to see low order ID's. Let's say you want the next order ID to be 5000, apply this SQL patch... ALTER TABLE xcart_orders AUT...Snippet: Detect HTTPS mode in PHP
Detect HTTPS mode in PHPSnippet: Detect HTTPS mode in Smarty
If you get a security alert when in secure mode, it's usually due to offsite elements such as SSL certificate seals, images and javascript that are not secure, in which case you can fix with this c...Snippet: Display Contents of Smarty Array
Sometimes you just need to see what variables are available in an array in Smarty. In PHP this is usually done using print_r($foo) where $foo is your array. But in smarty this is done using the fo...Snippet: Dump ALL Database Tables in DB Export
You may have other non X-Cart tables present in your database. This will dump them ALL from DB export tool in admin. In admin/db_backup.php, find this code and comment out... if (!in_array($tab...Snippet: Enable Debug Console for Specific IP Address Only
Gives you a private debug console for a specific IP address, so as not to disturb customer view... First apply this SQL patch... REPLACE INTO `xcart_config` ( `name` , `comment` , `value` , `ca...Snippet: Handy Parcel Tracking Mod
Support for Royal Mail, Parcel Force, Citylink, Interlink Express, USPS, UPS, Canada Post, Fedex and TNT. Are we missing any? Let us know if we are... Copy the code below to a new file, track.t...Snippet: Protect company emails from spambots
This will encode your company email address... {mailto address=$config.Company.support_department subject="Web Enquiry" encode="javascript"}Snippet: Rewrite PHP extension to HTML
Add to your .htaccess file... Options +FollowSymlinks RewriteEngine on RewriteRule news.html news.php [nc] RewriteRule sitemap.html sitemap.php [nc] RewriteRule links.html links.php [nc] Re...Snippet: Upselling and Recommended Products in Columns with Thumbnails
skin1/modules/Upselling_Products/related_products.tpl {*--------------------------------------*} {* Set number of columns *} {assign var='ups_cols' value='3'} {*----------------------------...X-Cart 2 Level Sliding Category Menu
Displays cats/subcats vertically (two levels). List based, search engine friendly. Easy to customise with separate CSS file. Sorts categories by sort position, or alphabeticall...X-Cart 2 Level Sliding Category Menu
Displays cats/subcats vertically (two levels). List based, search engine friendly. Easy to customise with separate CSS file. Optional ‘persistence’ feature. Op...X-Cart 2 Level Tabbed Dropdown Category Menu
Two level dynamic tabbed category menu, with dropdown subcategories. Highlighted tabs and subcategory menu. Displays speedbar items on non-category pages. List-based, lightweig...X-Cart 2 Level Tabbed Dropline Category Menu
Two level dynamic tabbed category menu, with dropline subcategories. Highlighted tabs and subcategory menu links according to category. Displays speedbar items from the 'Home' tab. ...X-Cart 3 Level Advanced Dynamic Category Menu
3 Level category menu, inspired by dabs.com / overclockers.co.uk / overclock.co.uk etc. Expands and collapses according to the selected category Highlights the selected categories ...X-Cart 3 Level Mega Drop Down Category Menu
3 level 'mega dropdown' category menu The latest trend in horizontal navigational menus Choice of 2 or 3 level menu, see screenshots below 2, 3 or 4 columns for the 2...X-Cart 3 Level Tree Category Menu
Displays cats/subcats/subsubcats vertically (three levels). List based, search engine friendly. Easy to customise with separate CSS file. Sorts categories by sort position. ...X-Cart 4 Level Dynamic Category Menus BUNDLE
Four level vertical flyout category menu AND horizontal dropdown menu. PURE CSS menu, no tables, no Javascript, very lightweight. List based, search engine friendly. Easy to cu...X-Cart 4 Level Horizontal Dropdown Category Menu
Four level horizontal dropdown category menu. PURE CSS menu, no tables, no Javascript, very lightweight. List based, search engine friendly. Easy to customise with separate CSS...X-Cart 4 Level Horizontal Dropdown Category Menu v4.4.x
Works with latest branch of X-Cart - v4.4.x Four level horizontal dropdown category menu. PURE CSS menu, no tables, no Javascript, very lightweight. List based, search eng...X-Cart 4 Level Vertical Dropdown Flyout Menu
Four level vertical dropdown / flyout category menu. First level shifts down, other levels flyout. List-based, lightweight, SEO friendly, cross browser compatible, W3C complia...X-Cart 4 Level Vertical Flyout Category Menu
Four level vertical flyout menu. PURE CSS menu, no tables, no Javascript, very lightweight. List based, search engine friendly. Easy to customise with separate CSS files. ...X-Cart 4 Level Vertical Flyout Category Menu v4.4.x
Works with latest branch of X-Cart - v4.4.x Four level vertical flyout menu. PURE CSS menu, no tables, no Javascript, very lightweight. List based, search engine friendly....X-Cart Add to Cart Popup Alert v4.3.x - v4.4.x
Alerts your customers that they have added to cart Displays upselling or random products Displays link to cart, checkout or close popup (continue shopping) Works on the product...X-Cart Advanced Product Videos
Supports YouTube, Vimeo, Google, Dailymotion, Metacafe and Gametrailer.com videos! Up to five videos per product Plays videos in a neat lightbox with 10 different skins Videos ...X-Cart AJAX Dynamic Product Search
Shows a list of products according to what you type in the search box. Dynamically lists your products from your database using Ajax. Dropdown box style can be customised with separ...X-Cart AJAX Dynamic Search MK2 v4.4.x v4.5.x
Dynamically searches products, manufacturers and categories! Search types be enabled/disabled from admin Can be displayed as header or menu box style Optional maximum number of...X-Cart AJAX Password Strength Meter
Ensures that your administrators and customers register with a strong password.Dynamic visual indication of password strength.Add your own unsafe passwords.Set minimum length etc.30/7/08 - Bug...X-Cart AJAX Product Rating System
Replaces the dull X-Cart rating system with a funky AJAX rating system. Instant product voting without page refreshing, records IP addresses. Use on your product search results page...X-Cart Ajax Quickfind v4.3.x - v4.4.x
Instant live product search with Ajax Sorting and pagination Lightening fast! * Can handle large amounts of products * Tested on a store with 20k products Many o...X-Cart Better Bread Crumbs v4.x
Nicer looking, list based breadcrumbs (better for SEO and deep linking) 'Collapses' categories if you have an extremely long breadcrumb, ie. many categories deep - Perfect for stores wit...X-Cart Cerdmann Image Text Technique
Display dynamic text elements as images - product names, prices etc.Use your own fonts, highly customisable.GD library required.27/03/07 - Instructions added for more SEO friendly usage.The prices ...X-Cart Commentics Integration v4.x
Forget the X-Cart reviews/ratings module, forget Facebook and Twitter, this is the reviews/comments module you've been waiting for! Tons of options, anti-spam measures, ratings, subscription...X-Cart Customer Testimonials Displayer & Manager v4.x
Displays customer feedback about your store and products Add Testimonial form with customer and server side validation (captcha) Testimonial character limiter Customers can rat...X-Cart Date/Time Picker For Product Options v4.0.x
Adds a date/time picker for your ‘text field’ based product options.Ideal if you are selling time sensitive products/events/holidays etc.X-Cart Date/Time Picker For Product Options v4.1.x
Adds a date/time picker for your ‘text field’ based product options.Ideal if you are selling time sensitive products/events/holidays etc.Date/time pickers can be attached to specific &l...X-Cart Direct Product Enquiry Form
Displays a direct product enquiry form on each product page. Sends an email to admin with product name, product link, name, email, telephone, enquiries, browser and IP address. Spee...X-Cart Dymo Order Label Printing
Ultra fast order label printing with a Dymo printer.Use the Dymo format, or copy addresses individually with one click.Instant printing using the Dymo software 'Smart Paste' feature.Click here for ...X-Cart Featured Product Carousels
Two types included, standard carousel or roundabout carousel Standard carousel has buttons to navigate left/right, optional autoplay and can be controlled by mouse wheel. Roundabout...X-Cart Featured Products Glider
Basic featured products slider. Rotating or 'gliding' featured products. Uses jQuery, highly customisable. Dec 2011 - Updated for v4.4.xX-Cart Instant Speed Boost v4.x
On the fly compression for your store! Compresses / minifies HTML code and removes comments Compresses / minifies inline CSS safely Compresses / minifies inline JS safely ...X-Cart Live Multiple Currency Display v4.4.x - v.4.5.x
Displays up to 7 additional currencies on your product pages Display currencies on product results pages, product page and shopping cart page Retrieves up to date currency rates fro...X-Cart Mega Category Menus Combo
Dynamic horizontal and vertical category mega menus! Ideal for developers, use on as many stores as you wish Up to 3 category levels per menu Horizontal menu can be full width ...X-Cart Minimum Advertised Price (MAP)
Show a MAP (Minimum Advertised Price) to satisfy your suppliers, while selling at a different price to your customers.Tooltip to explain to the customer the definition of MAP.Easily import MAP prices.X-Cart Multiple Zoomified Product Images
Flash based zoomable images using the free Zoomify EZ tool. Similar to the X-Cart X-Magnifier module, but without the image size restriction. Enable/Disable zoomified images in prod...X-Cart PostcodeAnywhere Integration
Video Podcast - (Integration instructions for X-Cart v4.1.x - v4.3.x) Allow your customer’s to easily populate their billing and shipping addresses by simply entering their postcode ...X-Cart Product MP3 Audio Player v4.x
Flash based audio player, ideal for record stores, MP3 download stores, audiobook stores etc. etc. Or use to provide interactive audio help to your customers etc. Up to 20 audio tra...X-Cart reBoot Responsive Template v4.5.x
xcartmods.co.uk proudly presents our latest and greatest template, called reBOOT Fully responsive and built on the hugely popular BOOTstrap! Platinum Demo (v4.5.5) Responsive Te...X-Cart Recently Viewed Products
Shows recently viewed products Choose the number of products to display Stores the recently viewed products so they appear even after browser closes Set the thumbnail width ...X-Cart Reciprocal Links Manager
A reciprocal links page for your store. Form for partners to submit their site, with anti-spam feature. Automates adding and editing reciprocal links to your store. Crawls part...X-Cart Rotating Flash Banners MK2
Easy method to display rotating image banners/buttons.Customisable banner size, transition speed, link target etc.Image data pulled from XML file.Could be used as a simple slideshow.UPDATED 17th De...X-Cart ShadowBox v1.0 Integration
The ultimate ‘lightbox’ style mod. Forget lightbox, thickbox, mediabox, slimbox etc. this one beats them all. Cleanly coded, cross-platform and standards based. ...X-Cart ShadowBox v2.0 Integration
The ultimate ‘lightbox’ style mod.Forget lightbox, thickbox, mediabox, slimbox etc. this one beats them all.Cleanly coded, cross-platform and standards based.Mod includes detailed ...X-Cart ShadowBox v3 Detailed Images
The best lightbox for your detailed images Used for the screenshots on this site Highly configurableX-Cart Shop Closed Replacement - Holding or Under Construction Page v4.4.x
Ideal replacement for the default 'shop_closed.html' page and saves you having to design your own Enables you to keep your customers informed while you are building your store Dynam...X-Cart Simple Gallery 2 - v4.x
Basic gallery system with categories and subcategories Simply upload your image directories and it does the rest Creates thumbnails on the fly (no caching) Optional thumbnail s...X-Cart Ultimate Slider v4.4.x - v4.5.x
A powerful, layered image slider to showcase your products and services with eye catching effects! You may have seen, or tried those modern animated image sliders that have become popular, but t...X-Cart Ultimate Tabbed Product Menu
Three state tab buttons, off / hover / selected. Tabs can be aligned left right or centered. Beats other tab mods by the way it can be styled. Easy to customise with CSS and tw...X-Cart Ultimate Tabbed Product Menu v4.4.x
Three state tab buttons, off / hover / selected Tabs can be aligned left right or centered Easy to customise with CSS and two images only - PNG source file included Various col...