Add Ajax Quantity Increment and Decrement Button on mini cart in Magento 2 The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Adding quantity increment button in cart and mini cartHow can I get discount amount and grand total amount in mini cart ? (Magento 1.9)Magento 2: Mini Cart return no itemscustom add to cart button using ajax not rendering top minicart in magento 2Magento 2 : Mini-cart quantity update button not working properlyMagento2 update minicart using custom ajaxAdding quantity increment button in cart and mini cartAdd Ajax Quantity Increment and Decrement Button on cart page in Magento 2How to reload shopping cart summary via ajax in Magento 2.2?Magento 2 how to do minicart ajax updateHow to auto update Subtotal, Total in cart when I update product qty?

Cooking pasta in a water boiler

In horse breeding, what is the female equivalent of putting a horse out "to stud"?

ELI5: Why do they say that Israel would have been the fourth country to land a spacecraft on the Moon and why do they call it low cost?

Is there a writing software that you can sort scenes like slides in PowerPoint?

Keeping a retro style to sci-fi spaceships?

Why does this iterative way of solving of equation work?

Why is superheterodyning better than direct conversion?

Why can't wing-mounted spoilers be used to steepen approaches?

Sort a list of pairs representing an acyclic, partial automorphism

Finding the path in a graph from A to B then back to A with a minimum of shared edges

Take groceries in checked luggage

Does Parliament hold absolute power in the UK?

How are presidential pardons supposed to be used?

Segmentation fault output is suppressed when piping stdin into a function. Why?

Working through the single responsibility principle (SRP) in Python when calls are expensive

Why does the Event Horizon Telescope (EHT) not include telescopes from Africa, Asia or Australia?

I could not break this equation. Please help me

Who or what is the being for whom Being is a question for Heidegger?

The variadic template constructor of my class cannot modify my class members, why is that so?

How to politely respond to generic emails requesting a PhD/job in my lab? Without wasting too much time

Make it rain characters

Format single node in tikzcd

The following signatures were invalid: EXPKEYSIG 1397BC53640DB551

How do you keep chess fun when your opponent constantly beats you?



Add Ajax Quantity Increment and Decrement Button on mini cart in Magento 2



The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Adding quantity increment button in cart and mini cartHow can I get discount amount and grand total amount in mini cart ? (Magento 1.9)Magento 2: Mini Cart return no itemscustom add to cart button using ajax not rendering top minicart in magento 2Magento 2 : Mini-cart quantity update button not working properlyMagento2 update minicart using custom ajaxAdding quantity increment button in cart and mini cartAdd Ajax Quantity Increment and Decrement Button on cart page in Magento 2How to reload shopping cart summary via ajax in Magento 2.2?Magento 2 how to do minicart ajax updateHow to auto update Subtotal, Total in cart when I update product qty?



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








2















I want to implement Ajax Quantity Increment and Decrement Button functionality on cart items on Minicart. I didn't find any article or any module to achieve this. as qty increment(+) and decrement(-) inside the mini cart product price and the total must change without clicking on update.Could anyone help me with it?










share|improve this question






















  • magento.stackexchange.com/questions/216496/…

    – Mukesh Prajapati
    Oct 20 '18 at 5:35











  • Thanks for comments Mukesh Prajapati but i need as qty increment(+) and decrement(-) inside the mini cart product price and the total must change without clicking on update.

    – trilok kumar
    Oct 20 '18 at 6:05











  • yes, from above link you can add increment and increment functionality after that you have to write custom ajax code to update mini cart via ajax.

    – Mukesh Prajapati
    Oct 20 '18 at 6:18











  • magearray.com/enhanced-mini-cart.html This is available module for that

    – Mukesh Prajapati
    Oct 20 '18 at 6:21











  • Thanks for comments Mukesh Prajapati the above link extension link doesn't contains demo

    – trilok kumar
    Oct 20 '18 at 6:23

















2















I want to implement Ajax Quantity Increment and Decrement Button functionality on cart items on Minicart. I didn't find any article or any module to achieve this. as qty increment(+) and decrement(-) inside the mini cart product price and the total must change without clicking on update.Could anyone help me with it?










share|improve this question






















  • magento.stackexchange.com/questions/216496/…

    – Mukesh Prajapati
    Oct 20 '18 at 5:35











  • Thanks for comments Mukesh Prajapati but i need as qty increment(+) and decrement(-) inside the mini cart product price and the total must change without clicking on update.

    – trilok kumar
    Oct 20 '18 at 6:05











  • yes, from above link you can add increment and increment functionality after that you have to write custom ajax code to update mini cart via ajax.

    – Mukesh Prajapati
    Oct 20 '18 at 6:18











  • magearray.com/enhanced-mini-cart.html This is available module for that

    – Mukesh Prajapati
    Oct 20 '18 at 6:21











  • Thanks for comments Mukesh Prajapati the above link extension link doesn't contains demo

    – trilok kumar
    Oct 20 '18 at 6:23













2












2








2








I want to implement Ajax Quantity Increment and Decrement Button functionality on cart items on Minicart. I didn't find any article or any module to achieve this. as qty increment(+) and decrement(-) inside the mini cart product price and the total must change without clicking on update.Could anyone help me with it?










share|improve this question














I want to implement Ajax Quantity Increment and Decrement Button functionality on cart items on Minicart. I didn't find any article or any module to achieve this. as qty increment(+) and decrement(-) inside the mini cart product price and the total must change without clicking on update.Could anyone help me with it?







magento2 magento-2.1.7 mini-cart






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Oct 20 '18 at 4:33









trilok kumartrilok kumar

16710




16710












  • magento.stackexchange.com/questions/216496/…

    – Mukesh Prajapati
    Oct 20 '18 at 5:35











  • Thanks for comments Mukesh Prajapati but i need as qty increment(+) and decrement(-) inside the mini cart product price and the total must change without clicking on update.

    – trilok kumar
    Oct 20 '18 at 6:05











  • yes, from above link you can add increment and increment functionality after that you have to write custom ajax code to update mini cart via ajax.

    – Mukesh Prajapati
    Oct 20 '18 at 6:18











  • magearray.com/enhanced-mini-cart.html This is available module for that

    – Mukesh Prajapati
    Oct 20 '18 at 6:21











  • Thanks for comments Mukesh Prajapati the above link extension link doesn't contains demo

    – trilok kumar
    Oct 20 '18 at 6:23

















  • magento.stackexchange.com/questions/216496/…

    – Mukesh Prajapati
    Oct 20 '18 at 5:35











  • Thanks for comments Mukesh Prajapati but i need as qty increment(+) and decrement(-) inside the mini cart product price and the total must change without clicking on update.

    – trilok kumar
    Oct 20 '18 at 6:05











  • yes, from above link you can add increment and increment functionality after that you have to write custom ajax code to update mini cart via ajax.

    – Mukesh Prajapati
    Oct 20 '18 at 6:18











  • magearray.com/enhanced-mini-cart.html This is available module for that

    – Mukesh Prajapati
    Oct 20 '18 at 6:21











  • Thanks for comments Mukesh Prajapati the above link extension link doesn't contains demo

    – trilok kumar
    Oct 20 '18 at 6:23
















magento.stackexchange.com/questions/216496/…

– Mukesh Prajapati
Oct 20 '18 at 5:35





magento.stackexchange.com/questions/216496/…

– Mukesh Prajapati
Oct 20 '18 at 5:35













Thanks for comments Mukesh Prajapati but i need as qty increment(+) and decrement(-) inside the mini cart product price and the total must change without clicking on update.

– trilok kumar
Oct 20 '18 at 6:05





Thanks for comments Mukesh Prajapati but i need as qty increment(+) and decrement(-) inside the mini cart product price and the total must change without clicking on update.

– trilok kumar
Oct 20 '18 at 6:05













yes, from above link you can add increment and increment functionality after that you have to write custom ajax code to update mini cart via ajax.

– Mukesh Prajapati
Oct 20 '18 at 6:18





yes, from above link you can add increment and increment functionality after that you have to write custom ajax code to update mini cart via ajax.

– Mukesh Prajapati
Oct 20 '18 at 6:18













magearray.com/enhanced-mini-cart.html This is available module for that

– Mukesh Prajapati
Oct 20 '18 at 6:21





magearray.com/enhanced-mini-cart.html This is available module for that

– Mukesh Prajapati
Oct 20 '18 at 6:21













Thanks for comments Mukesh Prajapati the above link extension link doesn't contains demo

– trilok kumar
Oct 20 '18 at 6:23





Thanks for comments Mukesh Prajapati the above link extension link doesn't contains demo

– trilok kumar
Oct 20 '18 at 6:23










2 Answers
2






active

oldest

votes


















1














We can make it easier by adding +1 and -1 links to change the quantity of each item. We will do this with some very simple JavaScript which takes the current value and adjusts it. Once this has been done, we submit the form through JavaScript to reduce customer effort.



<?php
<input name="cart[<?php echo $_item->getId() ?>][qty]" value="<?php echo $this->getQty() ?>" size="4" title="<?php echo $this->__('Qty') ?>" class="input-text qty" maxlength="12" id="cart[<?php echo $_item->getId() ?>][qty]"/>
?>



app/design/frontend/[interface_name]/[theme_name]/template/checkout/cart/item/default.phtml




Increase by one:



<?php
<a onclick="changeItemQuantity( <?php echo $_item->getId() ?>, 1 ); return false;" href="#"><img alt="add-arw" src="<?php echo $this->getSkinUrl('images/add-arw.png') ?>"></a>
?>


Decrease by one:



<?php
<a onclick="changeItemQuantity( <?php echo $_item->getId() ?>, -1 ); return false;" href="#"><img alt="add-arw" src="<?php echo $this->getSkinUrl('images/add-arw.png') ?>"></a>
?>


Now the JavaScript function. We do not want it duplicated for every item so you can either put it in your theme’s JavaScript file or just below the table in the parent template -




app/design/frontend/[interface_name]/[theme_name]/template/checkout/cart.phtml




function changeItemQuantity( id , num ) 
var qty_id = "cart[" + id + "][qty]";
var currentVal = parseInt( $(qty_id).value );
if ( currentVal != NaN )

$(qty_id).value = currentVal + num;
$("products-table-basket").submit();




enter image description here



References



  1. https://tomrobertshaw.net/2010/08/add-increase-and-decrease-quantity-buttons-to-items-in-magento-cart/

  2. https://www.magearray.com/enhanced-mini-cart.html

  3. https://community.magento.com/t5/Magento-2-x-Programming/Update-Cart-automatically-Using-Increment-and-decrement-Button/td-p/104958





share|improve this answer























  • Thanks for comment Aditya Shah but code does not works for me.

    – trilok kumar
    Oct 22 '18 at 5:53











  • This is reference you need to enhance it

    – Aaditya
    Oct 22 '18 at 5:58











  • Aditya Shah can you please elaborate how can I get it

    – trilok kumar
    Oct 22 '18 at 6:00












  • Okay,just a min

    – Aaditya
    Oct 22 '18 at 6:25











  • You can consult a way to ajax re-load block totals in cart.

    – Aaditya
    Oct 22 '18 at 6:26


















0














You can download the extension and installed it for minicart Ajax Quantity Increment and Decrement Button.



https://github.com/kirtinariya1/MinicartAjaxQtyIncrementDecrement





share























    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%2f247176%2fadd-ajax-quantity-increment-and-decrement-button-on-mini-cart-in-magento-2%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














    We can make it easier by adding +1 and -1 links to change the quantity of each item. We will do this with some very simple JavaScript which takes the current value and adjusts it. Once this has been done, we submit the form through JavaScript to reduce customer effort.



    <?php
    <input name="cart[<?php echo $_item->getId() ?>][qty]" value="<?php echo $this->getQty() ?>" size="4" title="<?php echo $this->__('Qty') ?>" class="input-text qty" maxlength="12" id="cart[<?php echo $_item->getId() ?>][qty]"/>
    ?>



    app/design/frontend/[interface_name]/[theme_name]/template/checkout/cart/item/default.phtml




    Increase by one:



    <?php
    <a onclick="changeItemQuantity( <?php echo $_item->getId() ?>, 1 ); return false;" href="#"><img alt="add-arw" src="<?php echo $this->getSkinUrl('images/add-arw.png') ?>"></a>
    ?>


    Decrease by one:



    <?php
    <a onclick="changeItemQuantity( <?php echo $_item->getId() ?>, -1 ); return false;" href="#"><img alt="add-arw" src="<?php echo $this->getSkinUrl('images/add-arw.png') ?>"></a>
    ?>


    Now the JavaScript function. We do not want it duplicated for every item so you can either put it in your theme’s JavaScript file or just below the table in the parent template -




    app/design/frontend/[interface_name]/[theme_name]/template/checkout/cart.phtml




    function changeItemQuantity( id , num ) 
    var qty_id = "cart[" + id + "][qty]";
    var currentVal = parseInt( $(qty_id).value );
    if ( currentVal != NaN )

    $(qty_id).value = currentVal + num;
    $("products-table-basket").submit();




    enter image description here



    References



    1. https://tomrobertshaw.net/2010/08/add-increase-and-decrease-quantity-buttons-to-items-in-magento-cart/

    2. https://www.magearray.com/enhanced-mini-cart.html

    3. https://community.magento.com/t5/Magento-2-x-Programming/Update-Cart-automatically-Using-Increment-and-decrement-Button/td-p/104958





    share|improve this answer























    • Thanks for comment Aditya Shah but code does not works for me.

      – trilok kumar
      Oct 22 '18 at 5:53











    • This is reference you need to enhance it

      – Aaditya
      Oct 22 '18 at 5:58











    • Aditya Shah can you please elaborate how can I get it

      – trilok kumar
      Oct 22 '18 at 6:00












    • Okay,just a min

      – Aaditya
      Oct 22 '18 at 6:25











    • You can consult a way to ajax re-load block totals in cart.

      – Aaditya
      Oct 22 '18 at 6:26















    1














    We can make it easier by adding +1 and -1 links to change the quantity of each item. We will do this with some very simple JavaScript which takes the current value and adjusts it. Once this has been done, we submit the form through JavaScript to reduce customer effort.



    <?php
    <input name="cart[<?php echo $_item->getId() ?>][qty]" value="<?php echo $this->getQty() ?>" size="4" title="<?php echo $this->__('Qty') ?>" class="input-text qty" maxlength="12" id="cart[<?php echo $_item->getId() ?>][qty]"/>
    ?>



    app/design/frontend/[interface_name]/[theme_name]/template/checkout/cart/item/default.phtml




    Increase by one:



    <?php
    <a onclick="changeItemQuantity( <?php echo $_item->getId() ?>, 1 ); return false;" href="#"><img alt="add-arw" src="<?php echo $this->getSkinUrl('images/add-arw.png') ?>"></a>
    ?>


    Decrease by one:



    <?php
    <a onclick="changeItemQuantity( <?php echo $_item->getId() ?>, -1 ); return false;" href="#"><img alt="add-arw" src="<?php echo $this->getSkinUrl('images/add-arw.png') ?>"></a>
    ?>


    Now the JavaScript function. We do not want it duplicated for every item so you can either put it in your theme’s JavaScript file or just below the table in the parent template -




    app/design/frontend/[interface_name]/[theme_name]/template/checkout/cart.phtml




    function changeItemQuantity( id , num ) 
    var qty_id = "cart[" + id + "][qty]";
    var currentVal = parseInt( $(qty_id).value );
    if ( currentVal != NaN )

    $(qty_id).value = currentVal + num;
    $("products-table-basket").submit();




    enter image description here



    References



    1. https://tomrobertshaw.net/2010/08/add-increase-and-decrease-quantity-buttons-to-items-in-magento-cart/

    2. https://www.magearray.com/enhanced-mini-cart.html

    3. https://community.magento.com/t5/Magento-2-x-Programming/Update-Cart-automatically-Using-Increment-and-decrement-Button/td-p/104958





    share|improve this answer























    • Thanks for comment Aditya Shah but code does not works for me.

      – trilok kumar
      Oct 22 '18 at 5:53











    • This is reference you need to enhance it

      – Aaditya
      Oct 22 '18 at 5:58











    • Aditya Shah can you please elaborate how can I get it

      – trilok kumar
      Oct 22 '18 at 6:00












    • Okay,just a min

      – Aaditya
      Oct 22 '18 at 6:25











    • You can consult a way to ajax re-load block totals in cart.

      – Aaditya
      Oct 22 '18 at 6:26













    1












    1








    1







    We can make it easier by adding +1 and -1 links to change the quantity of each item. We will do this with some very simple JavaScript which takes the current value and adjusts it. Once this has been done, we submit the form through JavaScript to reduce customer effort.



    <?php
    <input name="cart[<?php echo $_item->getId() ?>][qty]" value="<?php echo $this->getQty() ?>" size="4" title="<?php echo $this->__('Qty') ?>" class="input-text qty" maxlength="12" id="cart[<?php echo $_item->getId() ?>][qty]"/>
    ?>



    app/design/frontend/[interface_name]/[theme_name]/template/checkout/cart/item/default.phtml




    Increase by one:



    <?php
    <a onclick="changeItemQuantity( <?php echo $_item->getId() ?>, 1 ); return false;" href="#"><img alt="add-arw" src="<?php echo $this->getSkinUrl('images/add-arw.png') ?>"></a>
    ?>


    Decrease by one:



    <?php
    <a onclick="changeItemQuantity( <?php echo $_item->getId() ?>, -1 ); return false;" href="#"><img alt="add-arw" src="<?php echo $this->getSkinUrl('images/add-arw.png') ?>"></a>
    ?>


    Now the JavaScript function. We do not want it duplicated for every item so you can either put it in your theme’s JavaScript file or just below the table in the parent template -




    app/design/frontend/[interface_name]/[theme_name]/template/checkout/cart.phtml




    function changeItemQuantity( id , num ) 
    var qty_id = "cart[" + id + "][qty]";
    var currentVal = parseInt( $(qty_id).value );
    if ( currentVal != NaN )

    $(qty_id).value = currentVal + num;
    $("products-table-basket").submit();




    enter image description here



    References



    1. https://tomrobertshaw.net/2010/08/add-increase-and-decrease-quantity-buttons-to-items-in-magento-cart/

    2. https://www.magearray.com/enhanced-mini-cart.html

    3. https://community.magento.com/t5/Magento-2-x-Programming/Update-Cart-automatically-Using-Increment-and-decrement-Button/td-p/104958





    share|improve this answer













    We can make it easier by adding +1 and -1 links to change the quantity of each item. We will do this with some very simple JavaScript which takes the current value and adjusts it. Once this has been done, we submit the form through JavaScript to reduce customer effort.



    <?php
    <input name="cart[<?php echo $_item->getId() ?>][qty]" value="<?php echo $this->getQty() ?>" size="4" title="<?php echo $this->__('Qty') ?>" class="input-text qty" maxlength="12" id="cart[<?php echo $_item->getId() ?>][qty]"/>
    ?>



    app/design/frontend/[interface_name]/[theme_name]/template/checkout/cart/item/default.phtml




    Increase by one:



    <?php
    <a onclick="changeItemQuantity( <?php echo $_item->getId() ?>, 1 ); return false;" href="#"><img alt="add-arw" src="<?php echo $this->getSkinUrl('images/add-arw.png') ?>"></a>
    ?>


    Decrease by one:



    <?php
    <a onclick="changeItemQuantity( <?php echo $_item->getId() ?>, -1 ); return false;" href="#"><img alt="add-arw" src="<?php echo $this->getSkinUrl('images/add-arw.png') ?>"></a>
    ?>


    Now the JavaScript function. We do not want it duplicated for every item so you can either put it in your theme’s JavaScript file or just below the table in the parent template -




    app/design/frontend/[interface_name]/[theme_name]/template/checkout/cart.phtml




    function changeItemQuantity( id , num ) 
    var qty_id = "cart[" + id + "][qty]";
    var currentVal = parseInt( $(qty_id).value );
    if ( currentVal != NaN )

    $(qty_id).value = currentVal + num;
    $("products-table-basket").submit();




    enter image description here



    References



    1. https://tomrobertshaw.net/2010/08/add-increase-and-decrease-quantity-buttons-to-items-in-magento-cart/

    2. https://www.magearray.com/enhanced-mini-cart.html

    3. https://community.magento.com/t5/Magento-2-x-Programming/Update-Cart-automatically-Using-Increment-and-decrement-Button/td-p/104958






    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Oct 20 '18 at 12:07









    AadityaAaditya

    4,20121139




    4,20121139












    • Thanks for comment Aditya Shah but code does not works for me.

      – trilok kumar
      Oct 22 '18 at 5:53











    • This is reference you need to enhance it

      – Aaditya
      Oct 22 '18 at 5:58











    • Aditya Shah can you please elaborate how can I get it

      – trilok kumar
      Oct 22 '18 at 6:00












    • Okay,just a min

      – Aaditya
      Oct 22 '18 at 6:25











    • You can consult a way to ajax re-load block totals in cart.

      – Aaditya
      Oct 22 '18 at 6:26

















    • Thanks for comment Aditya Shah but code does not works for me.

      – trilok kumar
      Oct 22 '18 at 5:53











    • This is reference you need to enhance it

      – Aaditya
      Oct 22 '18 at 5:58











    • Aditya Shah can you please elaborate how can I get it

      – trilok kumar
      Oct 22 '18 at 6:00












    • Okay,just a min

      – Aaditya
      Oct 22 '18 at 6:25











    • You can consult a way to ajax re-load block totals in cart.

      – Aaditya
      Oct 22 '18 at 6:26
















    Thanks for comment Aditya Shah but code does not works for me.

    – trilok kumar
    Oct 22 '18 at 5:53





    Thanks for comment Aditya Shah but code does not works for me.

    – trilok kumar
    Oct 22 '18 at 5:53













    This is reference you need to enhance it

    – Aaditya
    Oct 22 '18 at 5:58





    This is reference you need to enhance it

    – Aaditya
    Oct 22 '18 at 5:58













    Aditya Shah can you please elaborate how can I get it

    – trilok kumar
    Oct 22 '18 at 6:00






    Aditya Shah can you please elaborate how can I get it

    – trilok kumar
    Oct 22 '18 at 6:00














    Okay,just a min

    – Aaditya
    Oct 22 '18 at 6:25





    Okay,just a min

    – Aaditya
    Oct 22 '18 at 6:25













    You can consult a way to ajax re-load block totals in cart.

    – Aaditya
    Oct 22 '18 at 6:26





    You can consult a way to ajax re-load block totals in cart.

    – Aaditya
    Oct 22 '18 at 6:26













    0














    You can download the extension and installed it for minicart Ajax Quantity Increment and Decrement Button.



    https://github.com/kirtinariya1/MinicartAjaxQtyIncrementDecrement





    share



























      0














      You can download the extension and installed it for minicart Ajax Quantity Increment and Decrement Button.



      https://github.com/kirtinariya1/MinicartAjaxQtyIncrementDecrement





      share

























        0












        0








        0







        You can download the extension and installed it for minicart Ajax Quantity Increment and Decrement Button.



        https://github.com/kirtinariya1/MinicartAjaxQtyIncrementDecrement





        share













        You can download the extension and installed it for minicart Ajax Quantity Increment and Decrement Button.



        https://github.com/kirtinariya1/MinicartAjaxQtyIncrementDecrement






        share











        share


        share










        answered 9 mins ago









        Kirti NariyaKirti Nariya

        1,173415




        1,173415



























            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%2f247176%2fadd-ajax-quantity-increment-and-decrement-button-on-mini-cart-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

            Magento 2 duplicate PHPSESSID cookie when using session_start() in custom php scriptMagento 2: User cant logged in into to account page, no error showing!Magento duplicate on subdomainGrabbing storeview from cookie (after using language selector)How do I run php custom script on magento2Magento 2: Include PHP script in headerSession lock after using Cm_RedisSessionscript php to update stockMagento set cookie popupMagento 2 session id cookie - where to find it?How to import Configurable product from csv with custom attributes using php scriptMagento 2 run custom PHP script

            Can not update quote_id field of “quote_item” table magento 2Magento 2.1 - We can't remove the item. (Shopping Cart doesnt allow us to remove items before becomes empty)Add value for custom quote item attribute using REST apiREST API endpoint v1/carts/cartId/items always returns error messageCorrect way to save entries to databaseHow to remove all associated quote objects of a customer completelyMagento 2 - Save value from custom input field to quote_itemGet quote_item data using quote id and product id filter in Magento 2How to set additional data to quote_item table from controller in Magento 2?What is the purpose of additional_data column in quote_item table in magento2Set Custom Price to Quote item magento2 from controller

            How to solve knockout JS error in Magento 2 Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?(Magento2) knockout.js:3012 Uncaught ReferenceError: Unable to process bindingUnable to process binding Knockout.js magento 2Cannot read property `scopeLabel` of undefined on Product Detail PageCan't get Customer Data on frontend in Magento 2Magento2 Order Summary - unable to process bindingKO templates are not loading in Magento 2.1 applicationgetting knockout js error magento 2Product grid not load -— Unable to process binding Knockout.js magento 2Product form not loaded in magento2Uncaught ReferenceError: Unable to process binding “if: function()return (isShowLegend()) ” magento 2