Announcement

Collapse
No announcement yet.

Show text/code when not logged in, i.e to register

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

    Show text/code when not logged in, i.e to register

    Hi,

    I am wondering if it is possible to display some code that is shown when customers have NOT logged in.
    Where the actinic code reads:

    <actinic:variable name="NowServing" /><actinic:variable name="CurrentAccount" /><actinic:variable name="LogoutSimple" />
    Such as I would like to display a link saying "Not Registered? Click here to Register now!" but only to be seen by people who have not logged in.

    Is this possible to do so?
    Regards,
    BARRY HUGHES
    WHEELS UK - Website Designer / Marketing Director
    http://www.wheels.uk.com

    #2
    Try using this:
    Code:
    <Actinic:NOTINB2B>Example - I'm not Logged in etc html....</Actinic:NOTINB2B>
    How do you intend to get your visitors to register online?

    Comment


      #3
      Thanks, will try now!
      We already have a "Register an Account" product setup on our site.
      Regards,
      BARRY HUGHES
      WHEELS UK - Website Designer / Marketing Director
      http://www.wheels.uk.com

      Comment


        #4
        Has worked thanks!
        Regards,
        BARRY HUGHES
        WHEELS UK - Website Designer / Marketing Director
        http://www.wheels.uk.com

        Comment

        Working...
        X