Maintain cart for a week in magento 2?Cart dropping all items / cart session clearsChange Checkout template based on products in cartAdmin logout warningfront end customer session expire issueUpdate configurable product in cartRemove session Id from URLHow to make guest cart expire after inactivity instead of time limit?Whats the best way in Magento 2 to save value for the checkout processHow to get SID programmatically : Magento 1.9Magento 2 - Set Cart Summary text for Paypal Payment

Did Darth Vader wear the same suit for 20+ years?

Is having a hidden directory under /etc safe?

Do adult Russians normally hand-write Cyrillic as cursive or as block letters?

Unconventional Opposites

Is American Express widely accepted in France?

GFCI Outlet in Bathroom, Lights not working

Accidentally cashed a check twice

Rotated Position of Integers

Chopin: marche funèbre bar 15 impossible place

Please help me identify this plane

Is the capacitor drawn or wired wrongly?

Is it OK to bring delicacies from hometown as tokens of gratitude for an out-of-town interview?

Is there a practical difference between different types of Berachos?

Why use water tanks from a retired Space Shuttle?

Setting extra bits in a bool makes it true and false at the same time

When leasing/renting out an owned property, is there a standard ratio between monthly rent and the mortgage?

What does War Machine's "Canopy! Canopy!" line mean in "Avengers: Endgame"?

Do marked cards or loaded dice have any mechanical benefit?

Show sparse matrices like chessboards

Movie where a boy is transported into the future by an alien spaceship

Could a guilty Boris Johnson be used to cancel Brexit?

PhD student with mental health issues and bad performance

How is it possible for this NPC to be alive during the Curse of Strahd adventure?

Old black and white movie: glowing black rocks slowly turn you into stone upon touch



Maintain cart for a week in magento 2?


Cart dropping all items / cart session clearsChange Checkout template based on products in cartAdmin logout warningfront end customer session expire issueUpdate configurable product in cartRemove session Id from URLHow to make guest cart expire after inactivity instead of time limit?Whats the best way in Magento 2 to save value for the checkout processHow to get SID programmatically : Magento 1.9Magento 2 - Set Cart Summary text for Paypal Payment






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








3















I am building a Magento 2 store. the Cart is saved for one hour only, it get deleted after one hour of inactivity. Is there any setting on Magento that allow a longer(may be a week or so) cart session time. Or some coding changes are need to archive this ?










share|improve this question






























    3















    I am building a Magento 2 store. the Cart is saved for one hour only, it get deleted after one hour of inactivity. Is there any setting on Magento that allow a longer(may be a week or so) cart session time. Or some coding changes are need to archive this ?










    share|improve this question


























      3












      3








      3








      I am building a Magento 2 store. the Cart is saved for one hour only, it get deleted after one hour of inactivity. Is there any setting on Magento that allow a longer(may be a week or so) cart session time. Or some coding changes are need to archive this ?










      share|improve this question
















      I am building a Magento 2 store. the Cart is saved for one hour only, it get deleted after one hour of inactivity. Is there any setting on Magento that allow a longer(may be a week or so) cart session time. Or some coding changes are need to archive this ?







      magento-2.1 cart session






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Aug 14 '17 at 11:28









      Teja Bhagavan Kollepara

      2,92742051




      2,92742051










      asked Jul 13 '17 at 5:27









      Arun KarnawatArun Karnawat

      1,42321947




      1,42321947




















          4 Answers
          4






          active

          oldest

          votes


















          2














          You can set it from admin configuration.




          Admin >> Store >> Configuration >> Customers >> Persistent Shopping
          Cart >> General Options >> Enable Persistence.




          set it as Yes.






          share|improve this answer

























          • Quote Lifetime set to 30 Days but it still get empty in 1hour?

            – Arun Karnawat
            Jul 13 '17 at 5:37











          • Check my updated answer.

            – Suresh Chikani
            Jul 13 '17 at 5:40


















          0














          To update Quote Lifetime, Go to:




          Admin > Store > Configuration > Sales > Checkout > Shopping Cart > Quote Lifetime




          To Enable Persistent Cart (A persistent shopping cart keeps track of unpurchased items left in the cart, and saves the information for the customer’s next visit.), Go to:




          Admin > Store > Configuration > Customers > Persistent Shopping Cart > General Options > Enable Persistence




          Set Yes



          This 2 setting Enable us to manage cart better and reduce cart abandonment rate.






          share|improve this answer






























            0














            Everything enabled but still facing cart expiry issue for guest checkout, any idea?
            My magento version is 2.1.15






            share|improve this answer






























              0














              This change needs to be made via php.ini as per the Magento documents there is currently no setting that will extend the session life of the cart.



              Within php.ini you need to modify session.gc_maxlifetime restart php and restart apache






              share|improve this answer























                Your Answer








                StackExchange.ready(function()
                var channelOptions =
                tags: "".split(" "),
                id: "479"
                ;
                initTagRenderer("".split(" "), "".split(" "), channelOptions);

                StackExchange.using("externalEditor", function()
                // Have to fire editor after snippets, if snippets enabled
                if (StackExchange.settings.snippets.snippetsEnabled)
                StackExchange.using("snippets", function()
                createEditor();
                );

                else
                createEditor();

                );

                function createEditor()
                StackExchange.prepareEditor(
                heartbeatType: 'answer',
                autoActivateHeartbeat: false,
                convertImagesToLinks: false,
                noModals: true,
                showLowRepImageUploadWarning: true,
                reputationToPostImages: null,
                bindNavPrevention: true,
                postfix: "",
                imageUploader:
                brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
                contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
                allowUrls: true
                ,
                onDemand: true,
                discardSelector: ".discard-answer"
                ,immediatelyShowMarkdownHelp:true
                );



                );













                draft saved

                draft discarded


















                StackExchange.ready(
                function ()
                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f183445%2fmaintain-cart-for-a-week-in-magento-2%23new-answer', 'question_page');

                );

                Post as a guest















                Required, but never shown

























                4 Answers
                4






                active

                oldest

                votes








                4 Answers
                4






                active

                oldest

                votes









                active

                oldest

                votes






                active

                oldest

                votes









                2














                You can set it from admin configuration.




                Admin >> Store >> Configuration >> Customers >> Persistent Shopping
                Cart >> General Options >> Enable Persistence.




                set it as Yes.






                share|improve this answer

























                • Quote Lifetime set to 30 Days but it still get empty in 1hour?

                  – Arun Karnawat
                  Jul 13 '17 at 5:37











                • Check my updated answer.

                  – Suresh Chikani
                  Jul 13 '17 at 5:40















                2














                You can set it from admin configuration.




                Admin >> Store >> Configuration >> Customers >> Persistent Shopping
                Cart >> General Options >> Enable Persistence.




                set it as Yes.






                share|improve this answer

























                • Quote Lifetime set to 30 Days but it still get empty in 1hour?

                  – Arun Karnawat
                  Jul 13 '17 at 5:37











                • Check my updated answer.

                  – Suresh Chikani
                  Jul 13 '17 at 5:40













                2












                2








                2







                You can set it from admin configuration.




                Admin >> Store >> Configuration >> Customers >> Persistent Shopping
                Cart >> General Options >> Enable Persistence.




                set it as Yes.






                share|improve this answer















                You can set it from admin configuration.




                Admin >> Store >> Configuration >> Customers >> Persistent Shopping
                Cart >> General Options >> Enable Persistence.




                set it as Yes.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Jul 13 '17 at 5:52

























                answered Jul 13 '17 at 5:33









                Suresh ChikaniSuresh Chikani

                10.5k53673




                10.5k53673












                • Quote Lifetime set to 30 Days but it still get empty in 1hour?

                  – Arun Karnawat
                  Jul 13 '17 at 5:37











                • Check my updated answer.

                  – Suresh Chikani
                  Jul 13 '17 at 5:40

















                • Quote Lifetime set to 30 Days but it still get empty in 1hour?

                  – Arun Karnawat
                  Jul 13 '17 at 5:37











                • Check my updated answer.

                  – Suresh Chikani
                  Jul 13 '17 at 5:40
















                Quote Lifetime set to 30 Days but it still get empty in 1hour?

                – Arun Karnawat
                Jul 13 '17 at 5:37





                Quote Lifetime set to 30 Days but it still get empty in 1hour?

                – Arun Karnawat
                Jul 13 '17 at 5:37













                Check my updated answer.

                – Suresh Chikani
                Jul 13 '17 at 5:40





                Check my updated answer.

                – Suresh Chikani
                Jul 13 '17 at 5:40













                0














                To update Quote Lifetime, Go to:




                Admin > Store > Configuration > Sales > Checkout > Shopping Cart > Quote Lifetime




                To Enable Persistent Cart (A persistent shopping cart keeps track of unpurchased items left in the cart, and saves the information for the customer’s next visit.), Go to:




                Admin > Store > Configuration > Customers > Persistent Shopping Cart > General Options > Enable Persistence




                Set Yes



                This 2 setting Enable us to manage cart better and reduce cart abandonment rate.






                share|improve this answer



























                  0














                  To update Quote Lifetime, Go to:




                  Admin > Store > Configuration > Sales > Checkout > Shopping Cart > Quote Lifetime




                  To Enable Persistent Cart (A persistent shopping cart keeps track of unpurchased items left in the cart, and saves the information for the customer’s next visit.), Go to:




                  Admin > Store > Configuration > Customers > Persistent Shopping Cart > General Options > Enable Persistence




                  Set Yes



                  This 2 setting Enable us to manage cart better and reduce cart abandonment rate.






                  share|improve this answer

























                    0












                    0








                    0







                    To update Quote Lifetime, Go to:




                    Admin > Store > Configuration > Sales > Checkout > Shopping Cart > Quote Lifetime




                    To Enable Persistent Cart (A persistent shopping cart keeps track of unpurchased items left in the cart, and saves the information for the customer’s next visit.), Go to:




                    Admin > Store > Configuration > Customers > Persistent Shopping Cart > General Options > Enable Persistence




                    Set Yes



                    This 2 setting Enable us to manage cart better and reduce cart abandonment rate.






                    share|improve this answer













                    To update Quote Lifetime, Go to:




                    Admin > Store > Configuration > Sales > Checkout > Shopping Cart > Quote Lifetime




                    To Enable Persistent Cart (A persistent shopping cart keeps track of unpurchased items left in the cart, and saves the information for the customer’s next visit.), Go to:




                    Admin > Store > Configuration > Customers > Persistent Shopping Cart > General Options > Enable Persistence




                    Set Yes



                    This 2 setting Enable us to manage cart better and reduce cart abandonment rate.







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Jul 13 '17 at 7:24









                    Arun KarnawatArun Karnawat

                    1,42321947




                    1,42321947





















                        0














                        Everything enabled but still facing cart expiry issue for guest checkout, any idea?
                        My magento version is 2.1.15






                        share|improve this answer



























                          0














                          Everything enabled but still facing cart expiry issue for guest checkout, any idea?
                          My magento version is 2.1.15






                          share|improve this answer

























                            0












                            0








                            0







                            Everything enabled but still facing cart expiry issue for guest checkout, any idea?
                            My magento version is 2.1.15






                            share|improve this answer













                            Everything enabled but still facing cart expiry issue for guest checkout, any idea?
                            My magento version is 2.1.15







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Jan 25 at 12:17









                            Jeeva ChezhiyanJeeva Chezhiyan

                            823826




                            823826





















                                0














                                This change needs to be made via php.ini as per the Magento documents there is currently no setting that will extend the session life of the cart.



                                Within php.ini you need to modify session.gc_maxlifetime restart php and restart apache






                                share|improve this answer



























                                  0














                                  This change needs to be made via php.ini as per the Magento documents there is currently no setting that will extend the session life of the cart.



                                  Within php.ini you need to modify session.gc_maxlifetime restart php and restart apache






                                  share|improve this answer

























                                    0












                                    0








                                    0







                                    This change needs to be made via php.ini as per the Magento documents there is currently no setting that will extend the session life of the cart.



                                    Within php.ini you need to modify session.gc_maxlifetime restart php and restart apache






                                    share|improve this answer













                                    This change needs to be made via php.ini as per the Magento documents there is currently no setting that will extend the session life of the cart.



                                    Within php.ini you need to modify session.gc_maxlifetime restart php and restart apache







                                    share|improve this answer












                                    share|improve this answer



                                    share|improve this answer










                                    answered May 25 at 13:03









                                    Paul 'Whippet' McGuanePaul 'Whippet' McGuane

                                    16410




                                    16410



























                                        draft saved

                                        draft discarded
















































                                        Thanks for contributing an answer to Magento Stack Exchange!


                                        • Please be sure to answer the question. Provide details and share your research!

                                        But avoid


                                        • Asking for help, clarification, or responding to other answers.

                                        • Making statements based on opinion; back them up with references or personal experience.

                                        To learn more, see our tips on writing great answers.




                                        draft saved


                                        draft discarded














                                        StackExchange.ready(
                                        function ()
                                        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f183445%2fmaintain-cart-for-a-week-in-magento-2%23new-answer', 'question_page');

                                        );

                                        Post as a guest















                                        Required, but never shown





















































                                        Required, but never shown














                                        Required, but never shown












                                        Required, but never shown







                                        Required, but never shown

































                                        Required, but never shown














                                        Required, but never shown












                                        Required, but never shown







                                        Required, but never shown







                                        Popular posts from this blog

                                        Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

                                        Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

                                        Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form