Announcement

Collapse
No announcement yet.

"Return to previous" button or link?

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

    "Return to previous" button or link?

    Hi all

    we are changing our store to product per page but we want to add a "Return to previous" link or button similar to the one on the extended info page so the customer can easily go up one level

    Would the code below suffice or do we need to alter it?

    <script language="JavaScript">
    <!--
    if (window.name != "ActPopup")
    {
    document.write('NETQUOTEVAR:CLOSELINK');
    }
    else
    {
    document.write('<A HREF="javascript:window.close();">NETQUOTEVAR:CLOSELABEL</A>');
    }
    window.focus();
    //-->
    </script>

    #2
    Have a look at the 'Compact Parent Section Link' layout from the Breadcrumbs that might help.

    Comment

    Working...
    X