Zen Cart Logo
Forums / All Other Contributions/Addons / Recover Cart [Support Thread]

Recover Cart [Support Thread]

Views: 219,165

Results 541 to 560 of 662
19 Sep 2013, 7:11 PM
#541
marton_1 avatar

marton_1

Totally Zenned

Join Date:
Apr 2013
Location:
eglisau switzerland
Posts:
568
Plugin Contributions:
0

Recover Cart [Support Thread]

[Attachment no longer available]

The SQL is definitely not updating the configuration table.
See attachment, I sorted the configuration keys alphabetically & nothing starting RCS shows up.
The SQL code looks OK to me; not that I know much :)

Could it be a permission thing?

I tried just running the piece of SQL starting with "INSERT INTO configuration (configuration_id.......)
Seemed to run OK but did not update the table.

Help!!

19 Sep 2013, 7:42 PM
#542
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,065
Plugin Contributions:
56

Re: Recover Cart [Support Thread]

Try deleting the configuration_group table entry (or entries?) associated with the name "Recover Cart Sales", make sure that there are no items in the configuration table that start with RCS_ and then re-run the SQL that I posted.

19 Sep 2013, 8:57 PM
#543
marton_1 avatar

marton_1

Totally Zenned

Join Date:
Apr 2013
Location:
eglisau switzerland
Posts:
568
Plugin Contributions:
0

Re: Recover Cart [Support Thread]

Tried that but did not work. :(

I found this tip in the zen cart wiki (see below) & now the configuration table is updated & RCS works (mostly) still cannot "configure" but Tool & Reports are OK. :unsure:

Tip
"Sometimes the patch tool will give you this error:
ERROR: Cannot insert configuration_key "" because it already exists

This may be related to particular versions of PHP, MySQL, and phpMyAdmin, or it may not. If you get this error, you can just run the SQL file directly in phpMyAdmin. "

23 Oct 2013, 5:49 PM
#544
infidel avatar

infidel

New Zenner

Join Date:
Oct 2013
Posts:
20
Plugin Contributions:
0

Re: Recover Cart [Support Thread]

I have v1.5.1 and and doing a new install; I could only get the upgrade-ZC-v-1-5.sql file to upload. When I tried the install-ZC-v-1-5.sql through Tools> Install SQL Patches it fails and says, Warning: An Error occurred,please refresh the page and try again. But since I got positive confirmation that the "upgrade" file took, I uploaded the files to my admin folder. I'm not sure if this is how it is designed to work, but that's what I did.

Now, I have all the RCS menus displaying in Admin. But, even after adding products to my cart and logging off, I don't see anything in the reports. However, I do get an error that says: Warning: Ad Error occurred, please refresh the page and try again.
Attachment 13235

I've double checked my admin folders and everything is uploaded correctly. I suspect it's related to the database, but I have no idea where to start. Any ideas?

Thanks in advance.

23 Oct 2013, 5:55 PM
#545
infidel avatar

infidel

New Zenner

Join Date:
Oct 2013
Posts:
20
Plugin Contributions:
0

Re: Recover Cart [Support Thread]

Seems that this is the offending script:

CREATE TABLE scart (
scartid int(11) NOT NULL auto_increment,
customers_id int(11) NOT NULL default '0',
dateadded varchar(8) NOT NULL default '',
datemodified varchar(8) NOT NULL default '',
PRIMARY KEY (scartid),
UNIQUE KEY customers_id (customers_id),
UNIQUE KEY scartid (scartid)
) TYPE=MyISAM;

23 Oct 2013, 5:58 PM
#546
infidel avatar

infidel

New Zenner

Join Date:
Oct 2013
Posts:
20
Plugin Contributions:
0

Re: Recover Cart [Support Thread]

I removed the TYPE=MyISAM from the script and it appears to be working now.

Is TYPE=MyISAM critical? What does it do that might mess something else up?

23 Oct 2013, 6:09 PM
#547
infidel avatar

infidel

New Zenner

Join Date:
Oct 2013
Posts:
20
Plugin Contributions:
0

Re: Recover Cart [Support Thread]

Okay, I sent a test e-mail to myself, but I didn't get it.

Also, I was earlier able to change RCS configurations but now it's a blank page.

28 Oct 2013, 8:06 PM
#548
ftmfitnessworld avatar

ftmfitnessworld

New Zenner

Join Date:
Feb 2013
Posts:
2
Plugin Contributions:
0

Re: Recover Cart [Support Thread]

Infidel:

I have v1.5.1 and and doing a new install; I could only get the upgrade-ZC-v-1-5.sql file to upload. When I tried the install-ZC-v-1-5.sql through Tools> Install SQL Patches it fails and says, Warning: An Error occurred,please refresh the page and try again. But since I got positive confirmation that the "upgrade" file took, I uploaded the files to my admin folder. I'm not sure if this is how it is designed to work, but that's what I did.

Now, I have all the RCS menus displaying in Admin. But, even after adding products to my cart and logging off, I don't see anything in the reports. However, I do get an error that says: Warning: Ad Error occurred, please refresh the page and try again.
Attachment 13235

I've double checked my admin folders and everything is uploaded correctly. I suspect it's related to the database, but I have no idea where to start. Any ideas?

Thanks in advance.

I just installed this and I'm having the exact problem. The 'upgrade' file worked but I'm getting an error in the admin menus. Help would be greatly appreciated.

Neo

13 Nov 2013, 3:23 PM
#549
magicman avatar

magicman

Zen Follower

Join Date:
Oct 2007
Location:
MA, USA
Posts:
385
Plugin Contributions:
0

Re: Recover Cart [Support Thread]

I am receiving both error messages:

WARNING: An Error occurred, please refresh the page and try again.

and

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 9

This seems like an important mod but I just cannot seem to get it to work with 1.5.1

13 Nov 2013, 3:40 PM
#550
magicman avatar

magicman

Zen Follower

Join Date:
Oct 2007
Location:
MA, USA
Posts:
385
Plugin Contributions:
0

Re: Recover Cart [Support Thread]

ok, I changed the TYPE=MyISAM; to ENGINE=MyISAM; and I am now able to see the abandoned carts. WOW! This is really cool.

Unfortunately, my Configuration, Configure RCS is blank and I cannot see any settings. Any suggestions?

18 Nov 2013, 7:20 PM
#551
hunteryz avatar

hunteryz

Inactive

Join Date:
Oct 2013
Location:
120 Wilshire Blvd,Brentwood,NY,11717
Posts:
94
Plugin Contributions:
0

Re: Recover Cart [Support Thread]

Hi, woody

I use Zen cart 1.3.9h, I found there is a function called Who's online can check customer activity, also can show if they put item to shopping cart or not
but I can not contact them, do you know how to deal with that?

https://www.uniwarestore.com/ this is the store. I put who's online to main page.

23 Jan 2014, 7:46 PM
#552
magicman avatar

magicman

Zen Follower

Join Date:
Oct 2007
Location:
MA, USA
Posts:
385
Plugin Contributions:
0

Re: Recover Cart [Support Thread]

It seems that the install went through fine but the Admin Config is a blank page with no configuration options available. I have tried most everything but do not know what I am missing. Is there a way to uninstall this and start over?

23 Jan 2014, 8:35 PM
#553
magicman avatar

magicman

Zen Follower

Join Date:
Oct 2007
Location:
MA, USA
Posts:
385
Plugin Contributions:
0

Re: Recover Cart [Support Thread]

I noticed that there was a folder named "boxes" with files in it in the older version of this mod but this folder is missing in the current version. Could this be the result of the admin config not showing up but for a blank page?

4 Apr 2014, 3:18 PM
#554
remops avatar

remops

New Zenner

Join Date:
Mar 2014
Location:
Memphis, TN
Posts:
52
Plugin Contributions:
0

Re: Recover Cart [Support Thread]

I am sorry if this has been answered, but I searched and could not find an answer.

Plugin is working fine except that email message has the only the folder that the store is in and the product.

It does not include the
http://www.rjfinewood.com

This is the link
/wood-tissue-box-cover/tissue-box-covers-cube/tissue-box-cover-crotch-mahogany

Should be this
http://www.rjfinewood.com/wood-tissue-box-cover/tissue-box-covers-cube/tissue-box-cover-crotch-mahogany#.Uz7Mg1coNBk

Any idea?
Thanks

4 Apr 2014, 3:46 PM
#555
remops avatar

remops

New Zenner

Join Date:
Mar 2014
Location:
Memphis, TN
Posts:
52
Plugin Contributions:
0

Re: Recover Cart [Support Thread]

Also notice that the signature address is also messed up.

It is just showing the

Sincerely,

RJ Spomer
/wood-tissue-box-cover/

thanks

24 Apr 2014, 2:06 PM
#556
nipinuk avatar

nipinuk

Zen Follower

Join Date:
Oct 2005
Location:
Hampshire, UK
Posts:
96
Plugin Contributions:
0

Re: Recover Cart [Support Thread]

Hi, I'm still getting a blank page in zencart Admin - Configuration - Configure RCS and would be really grateful for your help.

This is what I've got:
Zen Cart 1.5.1
Recover Cart Sales - Version: 4.00.00a
PHP Version: 5.2.17
Database: MySQL 5.0.77

I made the changes you suggested in post no. 541 of this thread, deleted the configuration_group table entry associated with the name "Recover Cart Sales", made sure that there are no items in the configuration table that start with RCS_ and then re-ran the SQL that you posted in post no. 548.

I don't get any error messages, just keep getting a blank at Admin - Configuration - Configure RCS.

Thank you!

27 Apr 2014, 11:54 PM
#557
remops avatar

remops

New Zenner

Join Date:
Mar 2014
Location:
Memphis, TN
Posts:
52
Plugin Contributions:
0

Re: Recover Cart [Support Thread]

I thought I would restate my issue.

My store is in a folder of my main website. The email that is sent out shows the product links without the website url and shows only the folder and the files. Could this be a is with the Configuration Settings in configure.php ?

Hope this helps

Thanks

1 May 2014, 11:50 PM
#558
remops avatar

remops

New Zenner

Join Date:
Mar 2014
Location:
Memphis, TN
Posts:
52
Plugin Contributions:
0

Re: Recover Cart [Support Thread]

One more time the right term is the TLD is not included in the product links in the email sent to the customer.

Thanks

2 May 2014, 5:42 AM
#559
limitless avatar

limitless

Inactive

Join Date:
Jan 2012
Posts:
496
Plugin Contributions:
0

Re: Recover Cart [Support Thread]

remops:

One more time the right term is the TLD is not included in the product links in the email sent to the customer.

Thanks

Just curious, do you have Ceon's Back in Stock Notification installed as well?

https://www.zen-cart.com/showthread.php?181440-Ceon-Back-In-Stock-Notifications-3-0-0&p=1187209#post1187209

I have had this problem for ages now and I am not sure which plug-in broke which, but I want to say it might have been this one now that I think about it. BiSN has been installed from nearly the beginning.

From the other thread, it seems there are a few of us now...

2 May 2014, 12:05 PM
#560
remops avatar

remops

New Zenner

Join Date:
Mar 2014
Location:
Memphis, TN
Posts:
52
Plugin Contributions:
0

Re: Recover Cart [Support Thread]

No I do not but thanks. This plugin could be great for me but I can not use it with the way it is working.

Thanks again!