[jira] [Commented] (OFBIZ-10424) After login shopping cart is cleared.

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

[jira] [Commented] (OFBIZ-10424) After login shopping cart is cleared.

Nicolas Malin (Jira)

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

Deepak Nigam commented on OFBIZ-10424:
--------------------------------------

Hi [~nk_smallbee] ,

You can set 'Y' in 'autoSaveCart' field of the ProductStore table for your particular product store and it will work fine. You can refer the following SQL query for the same:

 
{code:java}
UPDATE PRODUCT_STORE SET AUTO_SAVE_CART='Y' WHERE PRODUCT_STORE_ID='9000'
{code}

> After login shopping cart is cleared.
> -------------------------------------
>
>                 Key: OFBIZ-10424
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-10424
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ecommerce
>    Affects Versions: Trunk
>            Reporter: Jason Hao
>            Priority: Major
>
> Open ecommerce page, add some product to shopping cart, and click one page checkout, login with admin/ofbiz, the it will display the Main page, and shopping cart is cleared.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)