View Single Post
  #16  
Old 08-31-2004, 07:35 AM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default

An even easier way, which I've done, is to open cart.php

Find:
$smarty->display("customer/home.tpl");

Change to:
$smarty->display("customer/home_checkout.tpl");

Then save home.tpl to home_checkout.tpl and edit it removing all the access.
Reply With Quote