![]() |
![]() |
I'm having trouble figuring out why I can't return to the last search in order to continue shopping. When I press the Contine Shopping button I just get a white blank screen. It looks like a variable or something isn't getting store, any ideas?
Scott
Code in basket.html:
<input type="submit"
>
name="mv_click" value="[L]Continue shopping[/L]">
[set [L]Continue shopping[/L]]
mv_todo=return
mv_nextpage=last_search
[/set]
This code should call last_search.html its code is:
[if session last_search]
[set name=arg interpolate=1][data session last_search][/set]
[else]
[set name=arg]/[/set]
[/else]
[/if]
[tag op=header interpolate=1]
Status: 302 moved
Location: [area href="[scratch arg]"]
[/tag][comment]
This page redirects the user to the last search
that was saved. If no search is present, then
they will go to the index page.
[/comment]