v1.02 FAST AND EASY CHECKOUT FOR ZEN CART

AUTHOR:
=======
This script was brought to you by the joint efforts of Numinix Technology and Notus:

Numinix Technology - http://www.numinix.com
Notus - http://www.notus.biz/en

Written by numinix

DESCRIPTION:
============
Combines the payment and shipping checkout pages into one page for a shortened checkout process.


INSTALL:
========
1. Upload all files to their respective folders;
2. Rename /includes/templates/YOUR_TEMPLATE to your custom template name;
3. Copy and paste the install.sql file into ADMIN->TOOLS->INSTALL SQL PATCHES to be able to activate or deactivate the one-page checkout feature included with Fast and Easy Checkout for Zen Cart;


UNINSTALL:
==========
1. Delete all uploaded files;
2. Run the uninstall.sql (if you simply want to deactivate but keep the installation, read tips below):


TIPS:
=====
Fast and Easy Checkout for Zen Cart is activated by loading an extra_configures file called checkout.php before the filenames.php file.
This causes definitions for the checkout links to be defined to direct customers to the new integrated checkout page. To deactivate the script without
running the uninstall.sql and deleting all of the files, simply rename or delete the file includes/extra_configures/checkout.php.

To personalize the checkout, you can create your own CSS file and then edit the classes found within
includes/templates/YOUR_TEMPLATE/templates/tpl_checkout_default.php
This file contains the layout of the page and can be re-organized by moving the fieldset blocks to however you want.

You may also want to redefine the TEXT and ERROR definitions found in checkout.php. Do NOT redefined the FILENAME definitions or the script will not work.

VERSION HISTORY
===============
v 1.00 22/09/2007
1. Combined checkout_payment and checkout_shipping pages;
v 1.01 24/09/2007
1. Includes the option to remove checkout confirmation page;
v 1.02 27/09/2007
1. Bug fix;