[jira] Created: (OFBIZ-3967) Overwriting Shopping cart when a anonymes user logging in

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

[jira] Created: (OFBIZ-3967) Overwriting Shopping cart when a anonymes user logging in

Nicolas Malin (Jira)
Overwriting Shopping cart when a anonymes user logging in
---------------------------------------------------------

                 Key: OFBIZ-3967
                 URL: https://issues.apache.org/jira/browse/OFBIZ-3967
             Project: OFBiz
          Issue Type: Bug
          Components: specialpurpose/ecommerce
    Affects Versions: SVN trunk
            Reporter: Sascha Rodekamp
             Fix For: SVN trunk


Hi guys,
when a product is added by an anonymous user to the shopping cart and login after adding. The shopping cart will be overwritten by the persistence shopping cart (if one exists).
After this patch the user will keep his shopping cart which he had filled before the login, it will not be overwritten by the persistence one.

Cheers
Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-3967) Overwriting Shopping cart when a anonymes user logging in

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-3967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sascha Rodekamp updated OFBIZ-3967:
-----------------------------------

    Attachment: OFBIZ-3967_ShoppingListEvents.java.patch

> Overwriting Shopping cart when a anonymes user logging in
> ---------------------------------------------------------
>
>                 Key: OFBIZ-3967
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3967
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/ecommerce
>    Affects Versions: SVN trunk
>            Reporter: Sascha Rodekamp
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3967_ShoppingListEvents.java.patch
>
>
> Hi guys,
> when a product is added by an anonymous user to the shopping cart and login after adding. The shopping cart will be overwritten by the persistence shopping cart (if one exists).
> After this patch the user will keep his shopping cart which he had filled before the login, it will not be overwritten by the persistence one.
> Cheers
> Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-3967) Overwriting Shopping cart when a anonymes user logging in

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-3967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12917328#action_12917328 ]

Jacques Le Roux commented on OFBIZ-3967:
----------------------------------------

Sascha,

I think I understand the problem. But I just quickly tried on trunk demo server. What I did was:

# Go to eCommercere URL http://demo-trunk.ofbiz.apache.org/ecommerce/control/main
# Add products to cart (which is empty)
# Login as DemoCustomer
# my products are still in the cart

So it seems OK from this POV. But I guess you mean something else where the cart is already filled when login or rather, as you explained, when a persistence shopping cart exists. Could you pleas give us a reproductible scenario where a persistence shopping cart exists? Thanks!

> Overwriting Shopping cart when a anonymes user logging in
> ---------------------------------------------------------
>
>                 Key: OFBIZ-3967
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3967
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/ecommerce
>    Affects Versions: SVN trunk
>            Reporter: Sascha Rodekamp
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3967_ShoppingListEvents.java.patch
>
>
> Hi guys,
> when a product is added by an anonymous user to the shopping cart and login after adding. The shopping cart will be overwritten by the persistence shopping cart (if one exists).
> After this patch the user will keep his shopping cart which he had filled before the login, it will not be overwritten by the persistence one.
> Cheers
> Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-3967) Overwriting Shopping cart when a anonymes user logging in

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-3967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12919799#action_12919799 ]

Sascha Rodekamp commented on OFBIZ-3967:
----------------------------------------

Jacques, i will close this issue. I can't reproduce the behavior with the current trunk
Cheers :)

> Overwriting Shopping cart when a anonymes user logging in
> ---------------------------------------------------------
>
>                 Key: OFBIZ-3967
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3967
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/ecommerce
>    Affects Versions: SVN trunk
>            Reporter: Sascha Rodekamp
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3967_ShoppingListEvents.java.patch
>
>
> Hi guys,
> when a product is added by an anonymous user to the shopping cart and login after adding. The shopping cart will be overwritten by the persistence shopping cart (if one exists).
> After this patch the user will keep his shopping cart which he had filled before the login, it will not be overwritten by the persistence one.
> Cheers
> Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-3967) Overwriting Shopping cart when a anonymes user logging in

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-3967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sascha Rodekamp closed OFBIZ-3967.
----------------------------------

    Resolution: Invalid

> Overwriting Shopping cart when a anonymes user logging in
> ---------------------------------------------------------
>
>                 Key: OFBIZ-3967
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3967
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/ecommerce
>    Affects Versions: SVN trunk
>            Reporter: Sascha Rodekamp
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3967_ShoppingListEvents.java.patch
>
>
> Hi guys,
> when a product is added by an anonymous user to the shopping cart and login after adding. The shopping cart will be overwritten by the persistence shopping cart (if one exists).
> After this patch the user will keep his shopping cart which he had filled before the login, it will not be overwritten by the persistence one.
> Cheers
> Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.