X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (https://forum.x-cart.com/forumdisplay.php?f=20)
-   -   Abandon Shopping Cart Mod (https://forum.x-cart.com/showthread.php?t=39825)

pmalerba 07-11-2009 09:59 AM

Re: Abandon Shopping Cart Mod
 
Also here installed with no luck :(
Only blank page when visiting abandoned.php

cherie 05-04-2010 03:37 PM

Re: Abandon Shopping Cart Mod
 
Here's an example cron entry, running every hour:
Code:

/usr/bin/wget --user=*** --password=*** -q -O- http://domain.com/admin/abandoned.php?key=abandon
The user/password is for http authentication if you are using it.

Learner 05-26-2010 02:51 AM

Re: Abandon Shopping Cart Mod
 
Hi ShishaPipeUK will it work for 4.1.11 Pro?

eknee 11-17-2010 07:30 AM

Re: Abandon Shopping Cart Mod
 
Hi all. Did anyone figure out the blank page issue? I've just installed this in v. 4.1.11 and get the same blank page when clicking on the Abandoned Carts link in the Management area.

I've been looking at logs and can't find any entries that would explain this. Is it a Smarty issue? Is my x-cart version too old?

Any help appreciated,
Eric

This is for x-cart 4.1.11

Learner 11-17-2010 09:10 PM

Re: Abandon Shopping Cart Mod
 
Hi,

It is a completed mod but many members from forum asked ShishaPipeUk about the blank page issue and he never answer it to forum !!!!

It should be solved by someone.

Waiting for some one to reply.

Thanks.

eknee 11-18-2010 06:03 AM

Re: Abandon Shopping Cart Mod
 
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";

Learner 12-07-2010 01:24 AM

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???

cherie 03-04-2011 03:59 PM

Re: Abandon Shopping Cart Mod
 
2 Attachment(s)
This is working with 4.1.12 but I had to adjust the code to get it to function correctly. The improvements were only for carts and nothing has been improved for wishlists. I can't guarantee this will work as you expect but maybe this will get you going in the right direction. Attached are my updated versions of chech_abandoned.php and abandoned.php. Hope this helps! :)

Learner 03-07-2011 10:06 PM

Re: Abandon Shopping Cart Mod
 
Quote:

Originally Posted by cherie
This is working with 4.1.12 but I had to adjust the code to get it to function correctly. The improvements were only for carts and nothing has been improved for wishlists. I can't guarantee this will work as you expect but maybe this will get you going in the right direction. Attached are my updated versions of chech_abandoned.php and abandoned.php. Hope this helps! :)


Hi
cherie,

Again not working in my xcart 4.1.11 version, abandoned.php not found error throws after modifying chech_abandoned.php and abandoned.php ,Please help to solve the problem

cherie 03-08-2011 10:58 AM

Re: Abandon Shopping Cart Mod
 
Quote:

Originally Posted by Learner
Again not working in my xcart 4.1.11 version, abandoned.php not found error throws after modifying chech_abandoned.php and abandoned.php ,Please help to solve the problem

I'm guessing one of these scenarios is occurring:

- using security.php line
- missing or incorrect entry in admin home.tpl that points to abandoned.tpl
- missing or misplaced abandoned.tpl


All times are GMT -8. The time now is 09:14 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.