[ic] Continue to Requested page after "Login Required"

Jonathan Clark interchange-users@lists.akopia.com
Tue Jul 10 03:58:01 2001


> I have been given the responsibility of fixing an existing Interchange
> site to solve a seemingly small problem.  I have located the problem,
> but have no idea how to fix it.
>
> This is the code from 'login.html'
> [set Log In]
> [if session logged_in]
> mv_nextpage=index
> [else]
> mv_nextpage=login
> [/else]
> [/if]
> [/set]

have a look at the [history-scan tag].

>From the construct template, basket page, code for the 'Continue Shopping'
button (likely to wrap):

[set Continue shopping]
[bounce href='[history-scan
exclude="^/ord|^/multi/|^/process|^/special/frontspecials" default=index]']
mv_nextpage=nothing
[/set]


Jonathan
Webmaint.