Forums / Managing Customers and Orders / Save a Permanent Cart

Save a Permanent Cart

Locked
Results 1 to 10 of 10
This thread is locked. New replies are disabled.
27 May 2007, 13:28
#1
briangadbois avatar

briangadbois

New Zenner

Join Date:
May 2007
Posts:
1
Plugin Contributions:
0

Save a Permanent Cart

I am looking to move my site to ZC. One of the features I need is to allow my customers to be able to Save a Permanent Cart so they always have a list of commonly purchased items when they login. I've searched the archives, but can not tell if the Permanent Cart is removed after an order is placed.

Your help is appreciated.
Brian
27 May 2007, 15:36
#2
kim avatar

kim

Obaa-san

Join Date:
Jun 2003
Posts:
26,564
Plugin Contributions:
0

Re: Save a Permanent Cart

Yes, the order is removed from the cart after it is completed. There might be a quick- reorder add on in the downloads(?)
05 Sep 2007, 17:03
#3
inm avatar

inm

New Zenner

Join Date:
Oct 2006
Posts:
11
Plugin Contributions:
0

Re: Save a Permanent Cart

Does anyone have anymore information on this? Is it possible to save permanent shopping lists (for supermarkets for example), so that, when someone places regular orders, he doesn't have to add all the items to his cart every time? I've looked in downloads but couldn't find anything, but i'm not even sure what's the best search terms for this

Thx
-n
05 Sep 2007, 17:48
#4
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,506
Plugin Contributions:
173

Re: Save a Permanent Cart

Have you enabled the order-history sidebox ? This lets people quickly see everything they've ever ordered, and click to add it back to their cart.
05 Sep 2007, 18:10
#5
inm avatar

inm

New Zenner

Join Date:
Oct 2006
Posts:
11
Plugin Contributions:
0

Re: Save a Permanent Cart

Hey Dr. Byte... thanks, i have, and personally, i think it works perfectly. but my client would like to see this taken to the next step, whereby the client can create permanent lists (up to five), and name them, for example, "essentials", "dog stuf", "for the kids"... that way, it would add only the "for the dog" items to the cart if that's what the client wanted...

I hope that makes sense, lol...

Have you seen anyone create anything like that?
05 Sep 2007, 19:27
#6
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,506
Plugin Contributions:
173

Re: Save a Permanent Cart

INM:

Have you seen anyone create anything like that?

There's this one:
http://www.zen-cart.com/forum/showthread.php?t=71397

It's not a customer-driven permanent cart, but rather a store-owner-driven grouping of related items.

To build the infrastructure for customer-driven customized frequently-purchased-bundled-items, you'll need to write custom code to collect, name, store, retrieve, and use the choices.
06 Sep 2007, 12:57
#7
inm avatar

inm

New Zenner

Join Date:
Oct 2006
Posts:
11
Plugin Contributions:
0

Re: Save a Permanent Cart

Thanks muchly! :)

It's interesting... we might look into developing something different, will keep everyone posted.
05 Feb 2008, 04:38
#8
cutiedevil avatar

cutiedevil

New Zenner

Join Date:
Jan 2008
Posts:
11
Plugin Contributions:
0

Re: Save a Permanent Cart

I'm actually looking for the opposite of a permanent cart. Each item in our shop is unique, so there is only one of each. If a customer puts something in their cart then logs out, another customer can buy it. Then the first customer logs back in, wondering what happened to the thing in their cart. I want to be able to clear a customer's cart when they log out. Possible?

Thanks
17 Feb 2008, 17:15
#9
saudat2 avatar

saudat2

New Zenner

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

Re: Save a Permanent Cart

Hi, I also do not want the save permanent cart option, How ones disable this functionality?
Regards
Mo
17 Feb 2008, 20:45
#10
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Posts:
10,620
Plugin Contributions:
212

Re: Save a Permanent Cart

cutiedevil:

I want to be able to clear a customer's cart when they log out.


You'd have to write software to do this. It's not a native feature of the cart.