Friday, February 1, 2013

How to Remove the Checkout Button in Zen Cart


1. Browse to your Zen Cart Web root directory (whether it be through FTP, network share or local disk) and go into the 'Includes' folder.
2. Browse to the 'Templates' folder and then browse to the template folder that you are currently using.
3. Browse to the next 'Templates' folder and open the 'tpl_shopping_cart_default.php' file in your text editor of choice.
4. Find the code:<!--bof shopping cart buttons-->Two lines underneath you will see the following code:zen_image_button(BUTTON_IMAGE_CHECKOUT, BUTTON_CHECKOUT_ALT)Remove this code and save the file.
5. Browse to the 'Includes' folder and then the 'Languages' folder.
6. Browse to the 'English' folder and then the template folder you are currently using.
7. Open the 'header.php' file in your text editor of choice. Find the code:define('HEADER_TITLE_CHECKOUT', 'Checkout');Replace it with:define('HEADER_TITLE_CHECKOUT', '');Save the file.

No comments:

Post a Comment