Zen Cart Logo
Forums / All Other Contributions/Addons / Wanted: View Customers Shopping Cart

Wanted: View Customers Shopping Cart

Views: 4,452

Results 1 to 17 of 17
8 Oct 2010, 4:47 PM
#1
mattclements avatar

mattclements

New Zenner

Join Date:
Aug 2009
Location:
Milton Keynes
Posts:
102
Plugin Contributions:
0

Wanted: View Customers Shopping Cart

Hello all,
A client of mine has asked if there is anyway to view a customers shopping cart. I presume there has to be an add-on to do this. Ideally a list of shopping carts and you san select to view all items inside.

Regards,
Matt

8 Oct 2010, 6:02 PM
#2
fourbit avatar

fourbit

Zen Follower

Join Date:
Sep 2004
Location:
MONTANA!!!
Posts:
97
Plugin Contributions:
0

Re: Wanted: View Customers Shopping Cart

In your admin/tools there is a tool to view who's online. This also shows their shopping cart if they have added anything to it.

Paul

8 Oct 2010, 9:04 PM
#3
mattclements avatar

mattclements

New Zenner

Join Date:
Aug 2009
Location:
Milton Keynes
Posts:
102
Plugin Contributions:
0

Re: Wanted: View Customers Shopping Cart

Thats brilliant thanks - however is there a way to view users shopping carts that they have saved when they leave the site?

Regards,
Matt

8 Oct 2010, 9:06 PM
#4
mattclements avatar

mattclements

New Zenner

Join Date:
Aug 2009
Location:
Milton Keynes
Posts:
102
Plugin Contributions:
0

Re: Wanted: View Customers Shopping Cart

Also I can't find the option to view their cart on Who's online...

8 Oct 2010, 9:35 PM
#5
fourbit avatar

fourbit

Zen Follower

Join Date:
Sep 2004
Location:
MONTANA!!!
Posts:
97
Plugin Contributions:
0

Re: Wanted: View Customers Shopping Cart

Well, I think the view Users Shopping Cart may be in the 1.3.x versions. So, if you have not upgraded lately, you should. And, there is a Mod for viewing the shopping carts of people who have left.

8 Oct 2010, 10:40 PM
#6
mattclements avatar

mattclements

New Zenner

Join Date:
Aug 2009
Location:
Milton Keynes
Posts:
102
Plugin Contributions:
0

Re: Wanted: View Customers Shopping Cart

Im using v1.3.9g - Can't find that or the Mod for viewing shopping carts for people that have left.

Regards,
Matt

9 Oct 2010, 6:00 AM
#7
mischiefdesignz avatar

mischiefdesignz

New Zenner

Join Date:
Aug 2008
Location:
Ohio
Posts:
63
Plugin Contributions:
2

Re: Wanted: View Customers Shopping Cart

The mod for viewing customer's carts after they have left the site " they must be customer's that are signed up for you to view" is called Recover Cart Sales you can find it in the Zen Software add ons. Link

9 Oct 2010, 7:28 AM
#8
mattclements avatar

mattclements

New Zenner

Join Date:
Aug 2009
Location:
Milton Keynes
Posts:
102
Plugin Contributions:
0

Re: Wanted: View Customers Shopping Cart

Thank you :)

Regards,
Matt

9 Oct 2010, 8:26 PM
#9
mattclements avatar

mattclements

New Zenner

Join Date:
Aug 2009
Location:
Milton Keynes
Posts:
102
Plugin Contributions:
0

Re: Wanted: View Customers Shopping Cart

This is perfect for once the viewer has left the site - however is there a module for extending the Who's Online - so you can see what the online user has in their cart?

Regards,
Matt

9 Oct 2010, 10:49 PM
#10
lankeeyankee avatar

lankeeyankee

Totally Zenned

Join Date:
Jan 2007
Posts:
1,514
Plugin Contributions:
1

Re: Wanted: View Customers Shopping Cart

you CAN see what is in their cart in the who's online, just click the frame with the users that have green carts to see the contents. We use this all the time throughout the day, it can become distracting.:laugh::laugh:

10 Oct 2010, 8:23 AM
#11
mattclements avatar

mattclements

New Zenner

Join Date:
Aug 2009
Location:
Milton Keynes
Posts:
102
Plugin Contributions:
0

Re: Wanted: View Customers Shopping Cart

%%BBCODE_CODE_0%%

Maybe im going mad - but the customer name lets you check orders, the customer number lets you edit them....

11 Oct 2010, 8:44 AM
#12
mattclements avatar

mattclements

New Zenner

Join Date:
Aug 2009
Location:
Milton Keynes
Posts:
102
Plugin Contributions:
0

Re: Wanted: View Customers Shopping Cart

Any help for this?

Really annoying my Client as they had it before an upgrade/server move

11 Oct 2010, 9:02 AM
#13
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Wanted: View Customers Shopping Cart

Some server configurations (using suhosin) are unable to share that information because they encrypt it for privacy and security reasons. In such cases Zen Cart cannot allow you to secretly spy over your customers' shoulders while they're shopping.

4 Apr 2011, 2:27 PM
#14
stitchy avatar

stitchy

New Zenner

Join Date:
Feb 2010
Posts:
9
Plugin Contributions:
0

Re: Wanted: View Customers Shopping Cart

I recently did an upgrade from 1.3.9a through h and in this process I lost the ability to view my user's shopping cart through the "who's on line" feature...Can anyone please tell me how I can fix this...when the upgrade was done, it was done a - b / b - c / c - d / etc...

thank you in advance

4 Apr 2011, 3:30 PM
#15
fourbit avatar

fourbit

Zen Follower

Join Date:
Sep 2004
Location:
MONTANA!!!
Posts:
97
Plugin Contributions:
0

Re: Wanted: View Customers Shopping Cart

Stitchy:

I recently did an upgrade from 1.3.9a through h and in this process I lost the ability to view my user's shopping cart through the "who's on line" feature...Can anyone please tell me how I can fix this...when the upgrade was done, it was done a - b / b - c / c - d / etc...

thank you in advance

Stichy,

Be sure to check that your config files have the store sessions set to database.
define('STORE_SESSIONS', 'db');

Paul

4 Apr 2011, 4:05 PM
#16
stitchy avatar

stitchy

New Zenner

Join Date:
Feb 2010
Posts:
9
Plugin Contributions:
0

Re: Wanted: View Customers Shopping Cart

Hi Paul,
I just checked those two files and they are both set to db?? This is what I see

define('STORE_SESSIONS', 'db'); // use 'db' for best support, or '' for file-based storage

on both and I still can't see the shopping carts, just the green lite that says someone is shopping :)

Stitchy

4 Apr 2011, 4:13 PM
#17
fourbit avatar

fourbit

Zen Follower

Join Date:
Sep 2004
Location:
MONTANA!!!
Posts:
97
Plugin Contributions:
0

Re: Wanted: View Customers Shopping Cart

Hmmm. Ok, check and double check your files to be sure that they were all upgraded properly. Specifically, whos_online.php in the admin folder.

My dad always told me to "Check the grounds" when I was troubleshooting an electrical problem on a vehicle. He was always right. In so many of these upgrade problems, it's usually a file that didn't get transferred properly. ;)

Paul