View Single Post
  #4  
Old 05-05-2015, 04:51 PM
  totaltec's Avatar 
totaltec totaltec is offline
 

X-Guru
  
Join Date: Jan 2007
Location: Louisville, KY USA
Posts: 5,823
 

Default Re: Navbar on Checkout page

Phil,
Do you know how to decorate a class in your own module? If not watch some of my tutorials on the subject. (Link in sig)

That should get you warmed up. After you have your module setup and going you want to decorate the class that Tony referenced above.

Then include this in the code of your decorated class. This should be the only method that you have to define in your class, otherwise the file will be empty except for opening tag, namespace and opening class defintion:

Code:
/** * Return true if checkout layout is used * * @return boolean */ public function isCheckoutLayout() { return false; }
__________________
Mike White - Now Accepting new clients and projects! Work with the best, get a US based development team for just $125 an hour. Call 1-502-773-6454, email mike at babymonkeystudios.com, or skype b8bym0nkey

XcartGuru
X-cart Tutorials | X-cart 5 Tutorials

Check out the responsive template for X-cart.
Reply With Quote