Announcement

Collapse
No announcement yet.

Show stock levels to logged in customers only

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

    Show stock levels to logged in customers only

    I do have a simple question, but can not find a solution.
    <actinic:variable name="StockLevel" /> is working on my page.
    But I want to show it only to buyers who are logged in.

    So i think i need to write a " block if" and state the condition when a buyer is logged in.
    Then i write <actinic:variable name="StockLevel" /> in it.

    My question is how do i write the condition?
    login == 1 ??

    #2
    Have a look in the KB for how you serve up content to trade customers only.

    Comment


      #3
      What is KB?

      Comment


        #4
        Originally posted by microbattery View Post
        What is KB?
        KnowledgeBase
        Link at top of forum
        Tracey

        Comment


          #5
          i tried this:

          <Actinic:NOTINB2B><!--</Actinic:NOTINB2B>
          test

          <Actinic:NOTINB2B>--></Actinic:NOTINB2B>

          but i never see test.

          Comment


            #6
            You won't have followed all of the instructions, read them a couple of times to make sure.

            Comment


              #7
              ok i have found it. remark: do not forget to uncompres.

              Comment

              Working...
              X