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?
Latest News: (loading..)
Product not found
Started by tapa, May 08 2012 09:44 PM
3 replies to this topic
#1
Posted 08 May 2012 - 09:44 PM
#2
Posted 09 May 2012 - 01:16 AM
@tapa
Disable "Use Search Engine Safe URLs", then ensure your sessions and cookies settings are correct.
Chris
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 to learn more about add ons, templates, support plans and custom coding (click here)
See my Profile to learn more about add ons, templates, support plans and custom coding (click here)
#3
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
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
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!
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!









