Download Latest Version oscMax1page.zip (50.1 kB)
Email in envelope

Get an email when there's a new version of OscMax 1 Page Checkout

Home
Name Modified Size InfoDownloads / Week
oscMax1page.zip 2011-04-29 50.1 kB
README 2011-04-29 2.3 kB
Totals: 2 Items   52.3 kB 1
To install this software:

Simply upload the contents of the zip folder oscMax1page into the root of your oscMax installation. Make sure you don't overwrite the current folders, but rather "Merge All". If you are using a template other than compromise and/or the fallback template does not work, copy the files in the templates/compromise folder into your current template's folder.

NOTE: I think I included all of the needed files in this zip file, but, I am human. Please send me message with any issues.

Modifications:
After installation, it is only necessary to modify the includes/filenames.php file.

Add the lines:
define(‘CONTENT_CHECKOUT2′, ‘checkout2′);
define(‘CONTENT_CHECKOUT2_PROCESS’, ‘checkout2_process’);
define(‘CONTENT_CONFIRM’, ‘confirm’);
define('FILENAME_CHECKOUT2', CONTENT_CHECKOUT2 . '.php');
define('FILENAME_CONFIRM', CONTENT_CONFIRM . '.php');
define('FILENAME_CHECKOUT2_PROCESS', CONTENT_CHECKOUT2_PROCESS . '.php');

When you are ready to turn on the plugin, you need to change the values for:
FILENAME_CHECKOUT_PAYMENT
FILENAME_CHECKOUT_PAYMENT_ADDRESS
FILENAME_CHECKOUT_PROCESS
FILENAME_CHECKOUT_SHIPPING
FILENAME_CHECKOUT_SHIPPING_ADDRESS
FILENAME_CHECKOUT_CONFIRMATION

This will point all of these links within your site to the 1 page checkout script. Here is what the new lines of code should read:
define('FILENAME_CHECKOUT_CONFIRMATION', FILENAME_CHECKOUT2);
define('FILENAME_CHECKOUT_PAYMENT', CONTENT_CHECKOUT2 . '.php');
define('FILENAME_CHECKOUT_PAYMENT_ADDRESS', CONTENT_CHECKOUT2 . '.php');
define('FILENAME_CHECKOUT_PROCESS', CONTENT_CHECKOUT2_PROCESS . '.php');
define('FILENAME_CHECKOUT_SHIPPING', CONTENT_CHECKOUT2 . '.php');
define('FILENAME_CHECKOUT_SHIPPING_ADDRESS', CONTENT_CHECKOUT2 . '.php');

This is really everything you need to know to implement this. Since this is brand new software, everything may not work exactly like it does on my system and may need some tweaks. 

If you have trouble installing the software, please message me on my blog's page for this project http://www.phpcodester.com/?p=237 and perhaps I can help you.

If you find a bug with the software, please report it (or fix it) at http://sourceforge.net/projects/oscmax1pagechec

Thanks, 

Brad Johnson
Source: README, updated 2011-04-29