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;
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
add a comment |
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
add a comment |
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
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
mini-cart magento2.2.4
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
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
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
add a comment |
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.
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
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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
add a comment |
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
add a comment |
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
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
answered Nov 16 '18 at 13:47
Kirti NariyaKirti Nariya
1,6595 silver badges19 bronze badges
1,6595 silver badges19 bronze badges
add a comment |
add a comment |
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.
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
add a comment |
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.
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
add a comment |
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.
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.
edited Jul 5 at 13:55
answered Nov 16 '18 at 9:14
Amit Bera♦Amit 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
add a comment |
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
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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