View Single Post
  #5  
Old 04-07-2009, 09:18 AM
  alec.thomas's Avatar 
alec.thomas alec.thomas is offline
 

Advanced Member
  
Join Date: Mar 2009
Location: Minnesota, USA
Posts: 78
 

Default Re: One Page Checkout for 4.2

Maybe this will help someone... Off a fresh install One Page Checkout does not remove the search bar from checkout... to do this you have to open up /customer/head.tpl and find this code
Code:
{if $main ne "fast_lane_checkout"}

and replace it with this

Code:
{if $main ne "fast_lane_checkout" and $main ne "Checkout_One"}
__________________
X-Cart Gold v4.2.0 [Linux]
Add-On: X-Magnifier
Altered Cart Add-On: One Page Checkout
Reply With Quote