View Single Post
  #47  
Old 12-07-2010, 01:24 AM
 
Learner Learner is offline
 

X-Adept
  
Join Date: Dec 2008
Posts: 807
 

Default Re: Abandon Shopping Cart Mod

Quote:
Originally Posted by eknee
I believe I found the problem.

Around line 58 in abandoned.php, I found
} elseif ($key) {

and changed it to
} elseif ($HTTP_GET_VARS['key']) {

I also uncommented this line near the top of the code
require $xcart_dir."/include/security.php";

Now it is showing this error --
Page not found!

The requested page does not exist or you are not allowed to access it!

How to solve this issue???
__________________
4.6.1 Platinum


Reply With Quote