Announcement

Collapse
No announcement yet.

Issue with search results pages and return to cart

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

    Issue with search results pages and return to cart

    hi - has anybody got a solution for this?

    1. I have the search results page loaded in my browser.
    2. I click on the shopping basket or checkout
    3. Within either of these pages I click on return to cart
    4. The browser returns to the search.html page and not the results page.

    Is there anything I can modify to make this return to the results page? If not can I force it to return to the catalog index.html page?
    Regards
    David

    #2
    The issue here is that Actinic will always return to the last page in the 'acatalog' folder that it was on before going off to a script function. Hence when you go from one scipt-generated page (e.g. the search results) to the next (e.g. the shopping cart) then Actinic will return the customer to where they were before the first script-genereated page. That is simply to maintain session integrity.

    Check out the knowledge base at http://www.actinic.com/cgi/ss000007....GC30&NOLOGIN=1 for a solution.

    Comment


      #3
      Hi Chris - this link is giving me a "Page not found" error...
      Regards
      David

      Comment


        #4
        Try this one:

        http://www.actinic.com/knowledge/aca..._176.html#aCD8

        The one I had given you was for v6 anyway.

        Comment


          #5
          Hi Chris - I've had a look at the fix and it states to make the change to actinicorder.pm.

          I cannot find the programming lines in there but I can find them in
          shopping cart.pl

          should I be modifying shopping cart.pl ?
          Regards
          David

          Comment


            #6
            Yes, that should be fine. You can always restore the original script if there is a problem.

            Comment

            Working...
            X