Announcement

Collapse
No announcement yet.

Preventing Unregistered Customers from viewing a menu link?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Preventing Unregistered Customers from viewing a menu link?

    I have to make it so unregistered customers can't view a menu link from the brochure menu.

    I know you can make so a customer can't view sections of the stores through the 'Section Links'

    But is it possible to hide it from the main menu also?

    #2
    See post here.
    Peblaco

    Comment


      #3
      I tried that code. but its selecting the whole brochure menu. And i just need certain sections only.

      Am I doing something wrong?

      Comment


        #4
        Yes its my own layout, but that shouldn't make any different as I just re-designed the overall layout and kept the innerlayout as it is. I will try it right now.

        Comment


          #5
          Opss my bad, Its suppose to hide a link on the selection link menu part.
          I got confused.

          So when i got to TopLevelSectionList and I add the code between the pink TopLevel... I get this: http://www.hookahroyal.com/new/
          you see it's not working for some reason. any ideas?

          Comment


            #6
            Code:
            <Actinic:SHOWFORPRICESCHEDULE Schedules="3" HTML="<a href=<actinic:variable name="SectionPageName"/>>
            <actinic:variable name="TopLevelSectionLink" />
            </a>"/>
            Here is the code.

            But wont it hide the whole menu?
            How will I set it to only hide certain areas for unregistered customers?

            Comment


              #7
              The software doesn't allow it to work at section list level you can apply it at section link level.
              Peblaco

              Comment


                #8
                thx for the help, I will have a look and see if I can do anything about it.

                Comment

                Working...
                X