Magento 2: Customer logout after minicart showing productMagento2 Minicart showing blank countcustom add to cart button using ajax not rendering top minicart in magento 2Mini cart not show product when add product for first time Magento 2.1Magento 2 : Minicart always showing loader after product add to cart?how to refresh mini cart programmatically in magento2Magento 2: Minicart is not updated for certain storeviews when adding product for the first timeMagento 2: MiniCart issuesHow to update Minicart count after remove product Programatically on cart pageMagento 2: Admin Order Date filter showing wrong resultCustomer name not appearing and products not showing in mini-cart, Magento 2

How to repair a laptop's screen hinges?

To accent or not to accent in Greek

Why is the total number of hard disk sectors shown in fdisk not the same as theoretical calculation?

How do a planet's moons and a planet's rings interact?

Would letting a multiclass character rebuild their character to be single-classed be game-breaking?

Measuring mystery distances

Can a continent naturally split into two distant parts within a week?

Pre-1968 YA science fiction novel: robot with black-and-white vision, later the robot could see in color

What's the point of this scene involving Flash Thompson at the airport?

Why would an Inquisitive rogue choose to use Insightful Fighting as opposed to using their Cunning Action to Hide?

Ambiguous sentences: How to tell when they need fixing?

Bob's unnecessary trip to the shops

Why did the Japanese attack the Aleutians at the same time as Midway?

Do native speakers use ZVE or CPU?

Draw 3D Cubes around centre

What is temperature on a quantum level?

Players of unusual orchestral instruments

Are lithium batteries allowed in the International Space Station?

Alternatives to using writing paper for writing practice

Professor falsely accusing me of cheating in a class he does not teach, two months after end of the class. What precautions should I take?

What does "Fotze" really mean?

Interpreting the word "randomly"

How might the United Kingdom become a republic?

Should you avoid redundant information after dialogue?



Magento 2: Customer logout after minicart showing product


Magento2 Minicart showing blank countcustom add to cart button using ajax not rendering top minicart in magento 2Mini cart not show product when add product for first time Magento 2.1Magento 2 : Minicart always showing loader after product add to cart?how to refresh mini cart programmatically in magento2Magento 2: Minicart is not updated for certain storeviews when adding product for the first timeMagento 2: MiniCart issuesHow to update Minicart count after remove product Programatically on cart pageMagento 2: Admin Order Date filter showing wrong resultCustomer name not appearing and products not showing in mini-cart, Magento 2






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








0















I have facing issue in Magento ver. 2.2.4 while customer logout then still showing product to the cart.



Actual Result:



Step 1) Login to the customer.



Step 2) Add product to the minicart.



Step 3) Logout the current customer.



Step 4) Still display product in minicart



Expected Result:



After Logout the customer minicart should be empty.










share|improve this question






























    0















    I have facing issue in Magento ver. 2.2.4 while customer logout then still showing product to the cart.



    Actual Result:



    Step 1) Login to the customer.



    Step 2) Add product to the minicart.



    Step 3) Logout the current customer.



    Step 4) Still display product in minicart



    Expected Result:



    After Logout the customer minicart should be empty.










    share|improve this question


























      0












      0








      0








      I have facing issue in Magento ver. 2.2.4 while customer logout then still showing product to the cart.



      Actual Result:



      Step 1) Login to the customer.



      Step 2) Add product to the minicart.



      Step 3) Logout the current customer.



      Step 4) Still display product in minicart



      Expected Result:



      After Logout the customer minicart should be empty.










      share|improve this question
















      I have facing issue in Magento ver. 2.2.4 while customer logout then still showing product to the cart.



      Actual Result:



      Step 1) Login to the customer.



      Step 2) Add product to the minicart.



      Step 3) Logout the current customer.



      Step 4) Still display product in minicart



      Expected Result:



      After Logout the customer minicart should be empty.







      mini-cart magento2.2.4






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jul 6 at 3:36







      Kirti Nariya

















      asked Nov 16 '18 at 6:00









      Kirti NariyaKirti Nariya

      1,6595 silver badges19 bronze badges




      1,6595 silver badges19 bronze badges




















          2 Answers
          2






          active

          oldest

          votes


















          1














          I have find for fix the issue using "Clear Persistence on Sign Out" >> Yes



          Magento Admin Path:



          Stores >> Configuration >> CUSTOMERS >> Persistent Shopping Cart >> General Options >> Clear Persistence on Sign Out : No to Yes






          share|improve this answer






























            1














            You have an issue at Private content fetch.



            The private content like customer data cart, wishlist, customer data is specific to individual users, it’s reasonable to handle it on the client.



            Use our customer-data JS library to store private data in local storage and show at
            your browser.



            See how Magento2 implement Private content



            So, it means when you have logout then private content taking time to update.



            Also check the Request Url is cache from the server End.



            Please check this two factory and you get a clue about the issue from this.






            share|improve this answer

























            • As per suggestion you are right. But after checking I have facing issue in "Clear Persistence on Sign Out" set as No. I have set to Yes. After issue has fixed. Thanks for help.

              – Kirti Nariya
              Nov 16 '18 at 13:44













            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%2f250248%2fmagento-2-customer-logout-after-minicart-showing-product%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            1














            I have find for fix the issue using "Clear Persistence on Sign Out" >> Yes



            Magento Admin Path:



            Stores >> Configuration >> CUSTOMERS >> Persistent Shopping Cart >> General Options >> Clear Persistence on Sign Out : No to Yes






            share|improve this answer



























              1














              I have find for fix the issue using "Clear Persistence on Sign Out" >> Yes



              Magento Admin Path:



              Stores >> Configuration >> CUSTOMERS >> Persistent Shopping Cart >> General Options >> Clear Persistence on Sign Out : No to Yes






              share|improve this answer

























                1












                1








                1







                I have find for fix the issue using "Clear Persistence on Sign Out" >> Yes



                Magento Admin Path:



                Stores >> Configuration >> CUSTOMERS >> Persistent Shopping Cart >> General Options >> Clear Persistence on Sign Out : No to Yes






                share|improve this answer













                I have find for fix the issue using "Clear Persistence on Sign Out" >> Yes



                Magento Admin Path:



                Stores >> Configuration >> CUSTOMERS >> Persistent Shopping Cart >> General Options >> Clear Persistence on Sign Out : No to Yes







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Nov 16 '18 at 13:47









                Kirti NariyaKirti Nariya

                1,6595 silver badges19 bronze badges




                1,6595 silver badges19 bronze badges























                    1














                    You have an issue at Private content fetch.



                    The private content like customer data cart, wishlist, customer data is specific to individual users, it’s reasonable to handle it on the client.



                    Use our customer-data JS library to store private data in local storage and show at
                    your browser.



                    See how Magento2 implement Private content



                    So, it means when you have logout then private content taking time to update.



                    Also check the Request Url is cache from the server End.



                    Please check this two factory and you get a clue about the issue from this.






                    share|improve this answer

























                    • As per suggestion you are right. But after checking I have facing issue in "Clear Persistence on Sign Out" set as No. I have set to Yes. After issue has fixed. Thanks for help.

                      – Kirti Nariya
                      Nov 16 '18 at 13:44















                    1














                    You have an issue at Private content fetch.



                    The private content like customer data cart, wishlist, customer data is specific to individual users, it’s reasonable to handle it on the client.



                    Use our customer-data JS library to store private data in local storage and show at
                    your browser.



                    See how Magento2 implement Private content



                    So, it means when you have logout then private content taking time to update.



                    Also check the Request Url is cache from the server End.



                    Please check this two factory and you get a clue about the issue from this.






                    share|improve this answer

























                    • As per suggestion you are right. But after checking I have facing issue in "Clear Persistence on Sign Out" set as No. I have set to Yes. After issue has fixed. Thanks for help.

                      – Kirti Nariya
                      Nov 16 '18 at 13:44













                    1












                    1








                    1







                    You have an issue at Private content fetch.



                    The private content like customer data cart, wishlist, customer data is specific to individual users, it’s reasonable to handle it on the client.



                    Use our customer-data JS library to store private data in local storage and show at
                    your browser.



                    See how Magento2 implement Private content



                    So, it means when you have logout then private content taking time to update.



                    Also check the Request Url is cache from the server End.



                    Please check this two factory and you get a clue about the issue from this.






                    share|improve this answer















                    You have an issue at Private content fetch.



                    The private content like customer data cart, wishlist, customer data is specific to individual users, it’s reasonable to handle it on the client.



                    Use our customer-data JS library to store private data in local storage and show at
                    your browser.



                    See how Magento2 implement Private content



                    So, it means when you have logout then private content taking time to update.



                    Also check the Request Url is cache from the server End.



                    Please check this two factory and you get a clue about the issue from this.







                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    edited Jul 5 at 13:55

























                    answered Nov 16 '18 at 9:14









                    Amit BeraAmit Bera

                    62k16 gold badges84 silver badges183 bronze badges




                    62k16 gold badges84 silver badges183 bronze badges












                    • As per suggestion you are right. But after checking I have facing issue in "Clear Persistence on Sign Out" set as No. I have set to Yes. After issue has fixed. Thanks for help.

                      – Kirti Nariya
                      Nov 16 '18 at 13:44

















                    • As per suggestion you are right. But after checking I have facing issue in "Clear Persistence on Sign Out" set as No. I have set to Yes. After issue has fixed. Thanks for help.

                      – Kirti Nariya
                      Nov 16 '18 at 13:44
















                    As per suggestion you are right. But after checking I have facing issue in "Clear Persistence on Sign Out" set as No. I have set to Yes. After issue has fixed. Thanks for help.

                    – Kirti Nariya
                    Nov 16 '18 at 13:44





                    As per suggestion you are right. But after checking I have facing issue in "Clear Persistence on Sign Out" set as No. I have set to Yes. After issue has fixed. Thanks for help.

                    – Kirti Nariya
                    Nov 16 '18 at 13:44

















                    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%2f250248%2fmagento-2-customer-logout-after-minicart-showing-product%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