how to persist shopping cart

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

how to persist shopping cart

Jaki-2
Hi all,
      Is there a way to persist the shopping cart for each user? Right now, if I logout after adding some items to the cart and login again using the same account the cart goes empty (which ideally should not be the case). On enabling 'auto save cart' in Catalog Mgr>Stores, the cart contents are maintained but remains same even if you logout or login with a different account.
What I'd like is for the cart to display different contents depending upon the user currently signed in and what he'd put in during his last login. Is there a way to achieve this?
Reply | Threaded
Open this post in threaded view
|

Re: how to persist shopping cart

Jaki-2
Even Shopping Lists seem common to all users. I see the same shopping lists no matter which account I use to log in

jaki wrote
Hi all,
      Is there a way to persist the shopping cart for each user? Right now, if I logout after adding some items to the cart and login again using the same account the cart goes empty (which ideally should not be the case). On enabling 'auto save cart' in Catalog Mgr>Stores, the cart contents are maintained but remains same even if you logout or login with a different account.
What I'd like is for the cart to display different contents depending upon the user currently signed in and what he'd put in during his last login. Is there a way to achieve this?
Reply | Threaded
Open this post in threaded view
|

Re: how to persist shopping cart

BJ Freeman
are you logging into a user account (partyID) or using the anonymous login


jaki sent the following on 5/28/2008 8:00 AM:

> Even Shopping Lists seem common to all users. I see the same shopping lists
> no matter which account I use to log in
>
>
> jaki wrote:
>> Hi all,
>>       Is there a way to persist the shopping cart for each user? Right
>> now, if I logout after adding some items to the cart and login again using
>> the same account the cart goes empty (which ideally should not be the
>> case). On enabling 'auto save cart' in Catalog Mgr>Stores, the cart
>> contents are maintained but remains same even if you logout or login with
>> a different account.
>> What I'd like is for the cart to display different contents depending upon
>> the user currently signed in and what he'd put in during his last login.
>> Is there a way to achieve this?
>>
>>
>

Reply | Threaded
Open this post in threaded view
|

Re: how to persist shopping cart

Jaki-2
Im using users created by putting user details in UserLogin entity and UserLogin entity with partyID as 'admin' and groupID as 'FULLADMIN'.
Also created users from within the ecommerce app but the problem still persists.

BJ Freeman wrote
are you logging into a user account (partyID) or using the anonymous login


jaki sent the following on 5/28/2008 8:00 AM:
> Even Shopping Lists seem common to all users. I see the same shopping lists
> no matter which account I use to log in
>
>
> jaki wrote:
>> Hi all,
>>       Is there a way to persist the shopping cart for each user? Right
>> now, if I logout after adding some items to the cart and login again using
>> the same account the cart goes empty (which ideally should not be the
>> case). On enabling 'auto save cart' in Catalog Mgr>Stores, the cart
>> contents are maintained but remains same even if you logout or login with
>> a different account.
>> What I'd like is for the cart to display different contents depending upon
>> the user currently signed in and what he'd put in during his last login.
>> Is there a way to achieve this?
>>
>>
>
Reply | Threaded
Open this post in threaded view
|

Stable commit for OFBiz trunk

Eric DE MAULDE
Hi,

I'm planning to work a production server based on the OFBiz trunk
development.
Are there commits more stable than other ?
How finding a trunk commit with the bugs least ?

Thanks

Eric


Reply | Threaded
Open this post in threaded view
|

Re: Stable commit for OFBiz trunk

Jacques Le Roux
Administrator
Sorry, we have no such tags. With trunk, the best would be to use last version, no guaranties...

Jacques

From: "Eric DE MAULDE" <[hidden email]>

> Hi,
>
> I'm planning to work a production server based on the OFBiz trunk
> development.
> Are there commits more stable than other ?
> How finding a trunk commit with the bugs least ?
>
> Thanks
>
> Eric
>
>
Reply | Threaded
Open this post in threaded view
|

Re: how to persist shopping cart

Jaki-2
In reply to this post by Jaki-2
After a bit of browsing I learned that the cart can be persisted to some special shopping list on logout. But to enable this you have to change some parameter in the product store. Which is this parameter? The closest I could find were auto-save cart and 'enable auto suggestion list' none of which could do what was required

jaki wrote
Hi all,
      Is there a way to persist the shopping cart for each user? Right now, if I logout after adding some items to the cart and login again using the same account the cart goes empty (which ideally should not be the case). On enabling 'auto save cart' in Catalog Mgr>Stores, the cart contents are maintained but remains same even if you logout or login with a different account.
What I'd like is for the cart to display different contents depending upon the user currently signed in and what he'd put in during his last login. Is there a way to achieve this?