Announcement

Collapse
No announcement yet.

back button

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

    back button

    is there a way to have a "back" button the on the product detail pages that will bring you back to the category product display page that you just came from?
    Dan Koziak

    Gazungle
    Miva Merchant Premier Partner
    www.gazungle.com
    P: 877-429-8645 (toll free)
    E: [email protected]
    Miva Hosting
    Miva Ecommerce Design


    #2
    This isnt as simple as it may seem.

    Problem is, the page history has to be recorded somehow and kept track of...the browsers history is not sufficient as it caches all the form submits as well - which is what causes the majority of problems with forward/back navigation.

    Advanz Design has a module for v4.x, but do not know if they plan on releasing it for v5.

    Comment


      #3
      You would have to add the Category Code variable to the form post or link to the product, and then you could do a simple:

      IF (g.screen EQ PROD) AND (Category_Code)

      construct a link using Category_Code

      ENDIF

      (using appropriate mvtif's of course)

      But yea, its not going to be easy to catch all the possible post links.

      You might try using s.http_referer (but test for it first, because not all browsers report it back).
      Bruce Golub
      Phosphor Media - "Your Success is our Business"

      Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
      phosphormedia.com

      Comment

      Working...
      X