Announcement

Collapse
No announcement yet.

Landing page after clicking 'Login' button

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

    Landing page after clicking 'Login' button

    I wish to specify a page that the customer lands on after logging in.

    There are references in the community but a commonly referred to link no longer exists (http://knowledge.actinic.com/users/k...67.html#aKB653)

    Support merely referred me to the AUG page 32 "Taking People Straight to a Section"
    which is all well and good but does not say how to effect the redirect by editing the login process.

    Please can anyone give me some help?

    Many thanks
    Jonathan Chappell
    Website Designer
    SellerDeck Website Designer
    Actinic to SellerDeck upgrades
    Graphicz Limited - www.graphicz.co.uk

    #2
    Originally posted by graphicz View Post
    I wish to specify a page that the customer lands on after logging in.

    Please can anyone give me some help?

    Many thanks
    When you click on the login link on a product page the login page is displayed and the form on the page has a hidden field 'PRODUCTPAGE' which has the page name to go back to after logging in.

    Malcolm

    SellerDeck Accredited Partner,
    SellerDeck 2016 Extensions, and
    Custom Packages

    Comment


      #3
      I have resolved this now.

      What wasn't made clear (or I was too dumb to realise) was that it is NOT the login page that is edited but the actual 'login' link you have in your navigation.

      Putting the section link there without the &NOLOGIN=1 works a treat

      Code:
      <Actinic:NOTINB2B>
      			<a href="<actinic:variable name="CgiUrl" />ss000001.pl?SECTIONID=Trade%2dOnly%2ehtml" onclick="AppendParentSection(this)">Login</a>
      	</Actinic:NOTINB2B>


      Thanks
      Jonathan Chappell
      Website Designer
      SellerDeck Website Designer
      Actinic to SellerDeck upgrades
      Graphicz Limited - www.graphicz.co.uk

      Comment

      Working...
      X