View Single Post
  #1  
Old 10-31-2014, 03:53 AM
 
JannieB JannieB is offline
 

Senior Member
  
Join Date: Sep 2004
Posts: 117
 

Default Display Top Menu on Checkout page

Hi,
It seems theat the SimpleCMS top menu, doesn't get displayed on the checkout page .....
How can I make it so this is displayed .... I have tried setting the isVisible function to always be true with this code in my module:

Code:
class Top extends \XLite\View\Menu\Customer\Top implements \XLite\Base\IDecorator { /** * Check if widget is visible * * @return boolean */ protected function isVisible() { // return always visible (ie not hidden from checkout) return true; } }

But it doesn't seem to make any difference .... any ideas?

Jan
__________________
Jan Beesley
(Currently Xcart 5
Previously XCart Gold from 3.5....)
Reply With Quote