stormrider Posted December 19, 2007 Share Posted December 19, 2007 Hello, How can i hide menu when the user is ordering something? Thanks. 0 Quote Link to comment Share on other sites More sharing options...
Si Posted December 19, 2007 Share Posted December 19, 2007 I hide some of it using {if loggedin} statements. Some of it can also be quite useful to have. ie, knowledgebase and also View Cart, Register Domain Only, and Transfer Domain Only links. You could use the same technique to block the entire menu for customers not logged in. I wouldn't remove it for customers who are logged in. They would expect to see it. Si 0 Quote Link to comment Share on other sites More sharing options...
sgpaul Posted January 31, 2008 Share Posted January 31, 2008 it would be nice to have a url variable to hide the menu on the order form. Thanks 0 Quote Link to comment Share on other sites More sharing options...
Juanzo Posted June 3, 2009 Share Posted June 3, 2009 Does anyone know if this is possible? I mean, how to use Smarty to hide a menu if a client is ordering a service. I'd like to do this to hide the quick navigation menu from the order pages. 0 Quote Link to comment Share on other sites More sharing options...
mysmallbizu Posted June 5, 2009 Share Posted June 5, 2009 I'd like to do the same thing but onnly on the tutorials page... This would allow for wider videos being played without upsetting them template. 0 Quote Link to comment Share on other sites More sharing options...
webberoo Posted July 6, 2009 Share Posted July 6, 2009 I hid the "Quick Navigation" on the checkout page (order form) by encasing the menu div in the if statement below. {if !$checkout} <div id=menu> menu links here </div> {/if} Basically means that if the we are not viewing the checkout page then show the menu. You need to edit the .tpl where your menu code resides. Hope this helps someone. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.