Announcement

Collapse
No announcement yet.

Is There A Way Actinic Knows Your Logged In??

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

    Is There A Way Actinic Knows Your Logged In??

    Is there something i can do - so that when a customer clicks on checkout, Actinic checks if they are logged in or not.

    if they are - they are forwarded onto the next 'buying' page. If not they are forwarded to a login page.

    Having the login on shop entry doesnt work beacuse i use a script with which the customer can bypass everything straight to the product...........

    Help is very much appreciated - banging my head on wall with this one!

    garry

    #2
    Could you maybe replace your checkout link with something similar to the following:
    Code:
    <Actinic:SHOWFORPRICESCHEDULE
    Schedules="2,3,4" 
    HTML="&#60;A HREF=&#34;http://your.URL/cgi-bin/os000001.pl?ACTION=Start&#34;&#62;Logged in customers checkout now&#60;&#47;A&#62;"/>
    
    <Actinic:NOTINB2B>
    <a href="NETQUOTEVAR:NAVBLOGINLINK">Unregistered Customers Please Log In.</a>
    </Actinic:NOTINB2B>
    The 2,3,4 are the IDs of the price schedules set up in the store. You can get these from the 'Price Schedules' table in the database.

    Comment


      #3
      Actuially, use the text in the attached file as the forum has ignored all the encoding required....
      Attached Files

      Comment

      Working...
      X