SITEMAP

 

Products A-Z


Snippet: Block IP Addresses

.htaccess <Limit GET POST> order allow,deny # Block a single IP deny from 123.456.789.012 # Block a range deny from 123.456. allow from all </Limit>

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: CSS Rounded Corners

This is one easy way to achieve rounded corners with X-Cart. This is for v4.3.x Add this CSS... /*-------------------------------------------------------- MENU & DIALOG ROUNDED BORD...

Snippet: Detect HTTPS mode in PHP

Detect HTTPS mode in PHP

Snippet: 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 Advanced Store Locator

Simple and effective way to add a store locator Fully searchable by any part of address including zip / postcode Lots of options in the backend Smarty based Uses Google Ma...

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 AJAX Username Checker

Checks if your customer’s desired username is available, on the registration page, without page reloading. Suggests alternatives if the usernames are not available. Often one ...

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 Calendar System

Useful calendar system to announce store events etc. Multiple administrators. Easy to install, cross browser compatible.

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 Easy Glossary v4.x

Provides useful glossary tooltips on specific keywords / phrases Populates glossary definitions from a simple text file Definitions can include HTML, images etc. Works on produ...

X-Cart FAQ Manager

Instant knowledge base for your store! Easily add/remove/update FAQ categories/questions/answers. Questions and answers stored in your x-cart database HTML allowed in answers. ...

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.x

X-Cart Filter By Manufacturer

Filters your products by manufacturer within your categories.From within categories only (not keyword search results).

X-Cart Form Builder

Easily create a dynamic custom form with validation. Ideal for quote forms, questionnaires, feedback forms etc. etc. Saves you having to hard-code your own. Requires little PHP...

X-Cart Gift Card Message

Enables the customer to insert a gift card message with their order at checkout Provides a gift card preview, with message character limiter Creates a new gift card order field, whi...

X-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 Knowledge Base

Advanced knowledge base / glossary / support ticket system.Fully searchable, categories, RSS feeds, rating system, file uploads.Most viewed, recent articles, email to friend, comments.Plus&nbs...

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 Mega Dropdown Menu MK2

The ultimate X-Cart mega dropdown category menu! Cleanly coded, pure CSS, no JavaScript, SEO friendly, Valid XHTML Fully dynamic category display, not hard coded Displays root ...

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 Multimap

Dynamic category tree (up to 4 levels), products and manufacturers lists (A-Z)Enables your customers to easily find productsAvailable all on one page or individual pagesSuitable for small-medi...

X-Cart Multiple Manufacturers

Give you more flexibility over the display of manufacturers. Ideal for stores with loads of manufacturers. Filters manufacturers by first letter. Easy to customise. Option...

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 Order Progress Bar

Order progress indicator bar for v4.x stores.Similar to the ‘fast lane’ checkout indicator in v4.1.x.Login on demo as joe/bloggs to test.31/1/07 - Fixed for Firefox.

X-Cart Page Peel Effect

A neat way to display any kind of information, be it a special offer, news etc. Ideal for use as advertising space. Option for link to open in same or new window. Cross browser...

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 Price List

Sortable / Filterable list of products Optional products per page, with paging Optional columns and thumbnails Optional zoom on thumbnail hover Suitable for small to mediu...

X-Cart Price Match Request

Allows your customers to enter competitor’s prices and URLs.Sends an email to admin with all the customer’s details.You decide whether you want to match or beat the price and send a dis...

X-Cart Product Downloads

Adds links to downloadable files on your product pages. Useful for product instructions, specifications, manuals etc. Offer PDF, DOC, ZIP, RAR files with each product Up t...

X-Cart Product Forms (4-in-1)

Product Enquiry / Send to Friend / Price Match / Contact Form. Each form appears in a popup window. Speeds up enquiry responses. Ajax form field validation. Captcha for ex...

X-Cart Product Image Rotator

Takes a series of your product images and allows the customer to scroll though them Could be used to make 360 degree product views Custom number of image frames, image width and hei...

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 Product Videos

Plays Youtube, Google Video, Metacafe, Dailymotion, Quicktime, SWF and FLV files. Even web content! Ideal for product demonstrations, movie trailers etc. Three videos per product. ...

X-Cart Products FAQs

Post your frequently asked questions on your product pages Avoid repetitive questions from your customers Up to 10 questions and answers per product View all / hide all FAQs ...

X-Cart Promo Box

Displays a compact, rotating promotional box with up to five items Ideal for promoting your latest/hot products, or anything else Fully controllable in X-Cart admin, see screenshot ...

X-Cart QuickFind

Allows your customers to quickly search, sort and filter your store by various fields. Directly add products to the cart. Ideal for small-medium sized stores (less than 1000 pr...

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 RSS Feeds Displayer

Display multiple random RSS feeds around your site.Relevant keyword content may help with SEO.Uses Google AJAX feed API.

X-Cart RSS Feeds Generators

Quick and easy way to stay in touch with your customers via RSS feeds Promote your feeds to RSS aggregators and get more traffic! Generates latest news and latest products RSS feeds...

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 configurable

X-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 FAQ System

Q & A’s in language variables.Up to 20 Questions and Answers.

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 Simple Gallery System

A basic one-page image gallery system.Uses pagination if you have loads of images.Easily upload your images using the X-Cart file system, or by FTP.

X-Cart Simple Sitemap

A basic sitemap, lists all products alphabetically.Optional product descriptions, static pages and speedbar items.This will be adequate for most stores, not recommended for large stores!To generate...

X-Cart Smart Comments v4.x

Free alternative to this mod available here. Multi-level, blog style commenting / feedback system for your products Gets customers talking about your products and encourages repeat visi...

X-Cart Store Locations

Simple and effective way to add a store locator Uses Google Maps API Can use HTML in the balloon popups Note: 'allow_url_fopen' needs to be ON. See also this more advanced...

X-Cart Super FAQs

The only Frequently Asked Questions mod you will ever need! Save time on support emails by providing all the necessary info to your customers General AND product FAQs display for yo...

X-Cart Support System v4.x

Fully featured support system from hesk.com Knowledge base included, with ratings system Up to 20 custom form fields Tons of features Used on this store, just click on the...

X-Cart Tag Cloud v4.x

Dynamically displays popular searches as a 'tagcloud' on your homepage Tags directly link to search results Various options - min/max font size, number of tags, divider, styling etc...

X-Cart Thumbnail Candy v4.x

Adds promotional messages to your product thumbnails in a 'ribbon' style Adds colour and focuses interest on your products Ribbons can be positioned one of 4 positions per product -...

X-Cart Twitter Posts

If you Tweet a lot, this is an easy way to display your Twitter posts in your store Can be displayed in a menu or dialog box You can define the number of recent tweets to display ...

X-Cart Ultimate Minicart

Instant ‘add to cart’ without page refreshing, using AJAX. Add to cart from category, search results and product pages. Easily add/remove products and adjust totals from...

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 Speedbar Menu

Three state tab buttons. Highlights selected speedbar item. Tabs can be aligned left right or centered. Easy to customise with CSS and two images only - PNG source file include...

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...

X-Cart VIP Area

Create an area of your store for ‘VIP’ members only.Only VIP members can view certain pages of information.Supply your VIP customers with additional store benefits.Works great with the ...

X-Cart Watermarked Images

Protect your copyrighted work, images being downloaded and re-used by competitors Choose to watermark thumbnails, detailed images or both Generates and caches the new watermarked im...

X-Cart WYMeditor HTML Editor

Easy to use, lightweight, XHTML friendly editor, generates W3C compliant code.Shows a visual ‘block’ layout of your code.A good alternative to FCKEditor or the default X-Cart HTML edito...

X-Cart Zoomify Images

Flash based zoomable images using the free Zoomify EZ tool.Enable/Disable zoomified images in product admin.One zoomified image per product, but no image size restrictions.Image can be as large as ...

XCartmods.co.uk Custom Work

Custom work or help from xcartmods.co.uk Installation service for paid or free or custom modifications We work with all X-Cart versions Search engine optimisation Hourly r...
 X 

You added a product to the cart!

View cart

Checkout

Close

No products
PayPal Accepted