Jump to content

Hide Menu on order form


stormrider

Recommended Posts

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

Link to comment
Share on other sites

  • 1 month later...
  • 1 year later...
  • 1 month later...

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.8)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated