Jump to content



Latest News: (loading..)

- - - - -

Product not found


  • Please log in to reply
3 replies to this topic

#1   tapa

tapa
  • Members
  • 31 posts
  • Real Name:Did S
  • Gender:Male
  • Location:LV

Posted 08 May 2012 - 09:44 PM

version 2.3.1

I set "Display Cart After Adding Product" to False. When I go to Catalog, chose some product to view product info and then click to Add to cart - I get "Product not found" but added to cart anyway! When I use "Use Search-Engine Safe URLs" all is OK in this place ( but with this option I get error in Advanced Search)

How to correct "Product not found "problem?

#2   DunWeb

DunWeb

    The Censored One

  • Members
  • 12,732 posts
  • Real Name:Chris
  • Gender:Male
  • Location:Ontario, Canada

Posted 09 May 2012 - 01:16 AM

@tapa

Disable "Use Search Engine Safe URLs", then ensure your sessions and cookies settings are correct.



Chris
:|: Was this post helpful ? Click the LIKE THIS button :|:

See my Profile (click here)

#3   tapa

tapa
  • Members
  • 31 posts
  • Real Name:Did S
  • Gender:Male
  • Location:LV

Posted 09 May 2012 - 09:53 PM

@DunWeb
I also use tip from this link for my other problem. With or without that - Produst not found! If Search Engines Safe urls is false.

here is my Session settings:(##### - replace for this post)

Session Directory     /home/#########/public_html/includes/work/      
Force Cookie Use     False
Check SSL Session ID     False
Check User Agent     False
Check IP Address     False
Prevent Spider Sessions     True
Recreate Session     True

#4   GoCastaway

GoCastaway
  • Members
  • 8 posts
  • Real Name:Peter Harts

Posted 28 August 2012 - 07:12 PM

@tapa

I had the same problem on my 2.3.1 installation...  with Search Engines Safe url on true its working, but the the shop is much slower.

I solved the problem with a small modification in: includes\functions\html_output.php

Replace line 68:
$link = str_replace('&', '&', $link);

with:
$link = str_replace('&&', '&', $link);

Succes!