Page reload not showing message












2















Using Codazon theme developed AjaxCartPro Module



Problem - when a user put product qty more than 10000 no error is showing but just reloading the page



we want to reload then show error message



appcodeCodazonAjaxCartProControllerCartAdd.php



appcodeCodazonAjaxCartProviewfrontendwebjscatalog-add-to-cart.js










share|improve this question




















  • 1





    Did you resolve your issue? Because, When I checked the link you shared, its showing error screencast.com/t/AurCboCSZ

    – Shoaib Munir
    1 hour ago











  • @ShoaibMunir - that's the demo link which it supposed to be :)

    – Danes
    1 hour ago











  • Yes @Danes It's showing error message when i put 1000 qty as Shoaib said. Also in my instance as well.

    – Vivek
    1 hour ago











  • @Vivek ---- just want to reload then show error message... any suggestion? please have look at above code linked...

    – Danes
    1 hour ago


















2















Using Codazon theme developed AjaxCartPro Module



Problem - when a user put product qty more than 10000 no error is showing but just reloading the page



we want to reload then show error message



appcodeCodazonAjaxCartProControllerCartAdd.php



appcodeCodazonAjaxCartProviewfrontendwebjscatalog-add-to-cart.js










share|improve this question




















  • 1





    Did you resolve your issue? Because, When I checked the link you shared, its showing error screencast.com/t/AurCboCSZ

    – Shoaib Munir
    1 hour ago











  • @ShoaibMunir - that's the demo link which it supposed to be :)

    – Danes
    1 hour ago











  • Yes @Danes It's showing error message when i put 1000 qty as Shoaib said. Also in my instance as well.

    – Vivek
    1 hour ago











  • @Vivek ---- just want to reload then show error message... any suggestion? please have look at above code linked...

    – Danes
    1 hour ago
















2












2








2








Using Codazon theme developed AjaxCartPro Module



Problem - when a user put product qty more than 10000 no error is showing but just reloading the page



we want to reload then show error message



appcodeCodazonAjaxCartProControllerCartAdd.php



appcodeCodazonAjaxCartProviewfrontendwebjscatalog-add-to-cart.js










share|improve this question
















Using Codazon theme developed AjaxCartPro Module



Problem - when a user put product qty more than 10000 no error is showing but just reloading the page



we want to reload then show error message



appcodeCodazonAjaxCartProControllerCartAdd.php



appcodeCodazonAjaxCartProviewfrontendwebjscatalog-add-to-cart.js







magento2 ajaxaddtocart error-message






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 1 hour ago







Danes

















asked 3 hours ago









DanesDanes

164




164








  • 1





    Did you resolve your issue? Because, When I checked the link you shared, its showing error screencast.com/t/AurCboCSZ

    – Shoaib Munir
    1 hour ago











  • @ShoaibMunir - that's the demo link which it supposed to be :)

    – Danes
    1 hour ago











  • Yes @Danes It's showing error message when i put 1000 qty as Shoaib said. Also in my instance as well.

    – Vivek
    1 hour ago











  • @Vivek ---- just want to reload then show error message... any suggestion? please have look at above code linked...

    – Danes
    1 hour ago
















  • 1





    Did you resolve your issue? Because, When I checked the link you shared, its showing error screencast.com/t/AurCboCSZ

    – Shoaib Munir
    1 hour ago











  • @ShoaibMunir - that's the demo link which it supposed to be :)

    – Danes
    1 hour ago











  • Yes @Danes It's showing error message when i put 1000 qty as Shoaib said. Also in my instance as well.

    – Vivek
    1 hour ago











  • @Vivek ---- just want to reload then show error message... any suggestion? please have look at above code linked...

    – Danes
    1 hour ago










1




1





Did you resolve your issue? Because, When I checked the link you shared, its showing error screencast.com/t/AurCboCSZ

– Shoaib Munir
1 hour ago





Did you resolve your issue? Because, When I checked the link you shared, its showing error screencast.com/t/AurCboCSZ

– Shoaib Munir
1 hour ago













@ShoaibMunir - that's the demo link which it supposed to be :)

– Danes
1 hour ago





@ShoaibMunir - that's the demo link which it supposed to be :)

– Danes
1 hour ago













Yes @Danes It's showing error message when i put 1000 qty as Shoaib said. Also in my instance as well.

– Vivek
1 hour ago





Yes @Danes It's showing error message when i put 1000 qty as Shoaib said. Also in my instance as well.

– Vivek
1 hour ago













@Vivek ---- just want to reload then show error message... any suggestion? please have look at above code linked...

– Danes
1 hour ago







@Vivek ---- just want to reload then show error message... any suggestion? please have look at above code linked...

– Danes
1 hour ago












1 Answer
1






active

oldest

votes


















0














If you are not getting error message on product page, then you need to do some custom coding in your product main .phtml file



<script>
require([
'jquery'
], function($){
jQuery(document).ready(function(){
//Display error if found after jquery
var messages = $.cookieStorage.get('mage-messages');
if (!_.isEmpty(messages)) {
customerData.set('messages', {messages: messages});
$.cookieStorage.set('mage-messages', '');
}
});
});
</script>


This is the part when system check if message set on cookie and will will appear



If above code not work for you then you need to add this code in window load instead of document ready






share|improve this answer
























  • have you checked the files Add.php and catalog-add-to-cart.js. with an above success message is showing but not the error message it just reload the page

    – Danes
    1 hour ago













  • Add.php add splash message and catalog-add-to-cart.js used for ajax add to cart. Now that your page is reload, catalog-add-to-cart.js would not execute code to show message

    – Shoaib Munir
    1 hour ago











  • However, this is magento default behavior that it shows splash message on page load, I don't know why you website is not showing error message. Please try my code, see if it work for you

    – Shoaib Munir
    1 hour ago











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%2f261311%2fpage-reload-not-showing-message%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














If you are not getting error message on product page, then you need to do some custom coding in your product main .phtml file



<script>
require([
'jquery'
], function($){
jQuery(document).ready(function(){
//Display error if found after jquery
var messages = $.cookieStorage.get('mage-messages');
if (!_.isEmpty(messages)) {
customerData.set('messages', {messages: messages});
$.cookieStorage.set('mage-messages', '');
}
});
});
</script>


This is the part when system check if message set on cookie and will will appear



If above code not work for you then you need to add this code in window load instead of document ready






share|improve this answer
























  • have you checked the files Add.php and catalog-add-to-cart.js. with an above success message is showing but not the error message it just reload the page

    – Danes
    1 hour ago













  • Add.php add splash message and catalog-add-to-cart.js used for ajax add to cart. Now that your page is reload, catalog-add-to-cart.js would not execute code to show message

    – Shoaib Munir
    1 hour ago











  • However, this is magento default behavior that it shows splash message on page load, I don't know why you website is not showing error message. Please try my code, see if it work for you

    – Shoaib Munir
    1 hour ago
















0














If you are not getting error message on product page, then you need to do some custom coding in your product main .phtml file



<script>
require([
'jquery'
], function($){
jQuery(document).ready(function(){
//Display error if found after jquery
var messages = $.cookieStorage.get('mage-messages');
if (!_.isEmpty(messages)) {
customerData.set('messages', {messages: messages});
$.cookieStorage.set('mage-messages', '');
}
});
});
</script>


This is the part when system check if message set on cookie and will will appear



If above code not work for you then you need to add this code in window load instead of document ready






share|improve this answer
























  • have you checked the files Add.php and catalog-add-to-cart.js. with an above success message is showing but not the error message it just reload the page

    – Danes
    1 hour ago













  • Add.php add splash message and catalog-add-to-cart.js used for ajax add to cart. Now that your page is reload, catalog-add-to-cart.js would not execute code to show message

    – Shoaib Munir
    1 hour ago











  • However, this is magento default behavior that it shows splash message on page load, I don't know why you website is not showing error message. Please try my code, see if it work for you

    – Shoaib Munir
    1 hour ago














0












0








0







If you are not getting error message on product page, then you need to do some custom coding in your product main .phtml file



<script>
require([
'jquery'
], function($){
jQuery(document).ready(function(){
//Display error if found after jquery
var messages = $.cookieStorage.get('mage-messages');
if (!_.isEmpty(messages)) {
customerData.set('messages', {messages: messages});
$.cookieStorage.set('mage-messages', '');
}
});
});
</script>


This is the part when system check if message set on cookie and will will appear



If above code not work for you then you need to add this code in window load instead of document ready






share|improve this answer













If you are not getting error message on product page, then you need to do some custom coding in your product main .phtml file



<script>
require([
'jquery'
], function($){
jQuery(document).ready(function(){
//Display error if found after jquery
var messages = $.cookieStorage.get('mage-messages');
if (!_.isEmpty(messages)) {
customerData.set('messages', {messages: messages});
$.cookieStorage.set('mage-messages', '');
}
});
});
</script>


This is the part when system check if message set on cookie and will will appear



If above code not work for you then you need to add this code in window load instead of document ready







share|improve this answer












share|improve this answer



share|improve this answer










answered 1 hour ago









Shoaib MunirShoaib Munir

611317




611317













  • have you checked the files Add.php and catalog-add-to-cart.js. with an above success message is showing but not the error message it just reload the page

    – Danes
    1 hour ago













  • Add.php add splash message and catalog-add-to-cart.js used for ajax add to cart. Now that your page is reload, catalog-add-to-cart.js would not execute code to show message

    – Shoaib Munir
    1 hour ago











  • However, this is magento default behavior that it shows splash message on page load, I don't know why you website is not showing error message. Please try my code, see if it work for you

    – Shoaib Munir
    1 hour ago



















  • have you checked the files Add.php and catalog-add-to-cart.js. with an above success message is showing but not the error message it just reload the page

    – Danes
    1 hour ago













  • Add.php add splash message and catalog-add-to-cart.js used for ajax add to cart. Now that your page is reload, catalog-add-to-cart.js would not execute code to show message

    – Shoaib Munir
    1 hour ago











  • However, this is magento default behavior that it shows splash message on page load, I don't know why you website is not showing error message. Please try my code, see if it work for you

    – Shoaib Munir
    1 hour ago

















have you checked the files Add.php and catalog-add-to-cart.js. with an above success message is showing but not the error message it just reload the page

– Danes
1 hour ago







have you checked the files Add.php and catalog-add-to-cart.js. with an above success message is showing but not the error message it just reload the page

– Danes
1 hour ago















Add.php add splash message and catalog-add-to-cart.js used for ajax add to cart. Now that your page is reload, catalog-add-to-cart.js would not execute code to show message

– Shoaib Munir
1 hour ago





Add.php add splash message and catalog-add-to-cart.js used for ajax add to cart. Now that your page is reload, catalog-add-to-cart.js would not execute code to show message

– Shoaib Munir
1 hour ago













However, this is magento default behavior that it shows splash message on page load, I don't know why you website is not showing error message. Please try my code, see if it work for you

– Shoaib Munir
1 hour ago





However, this is magento default behavior that it shows splash message on page load, I don't know why you website is not showing error message. Please try my code, see if it work for you

– Shoaib Munir
1 hour ago


















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%2f261311%2fpage-reload-not-showing-message%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

Polycentropodidae

Magento 2 Error message: Invalid state change requested

Paulmy