Magento2 ajaxsuite- ajax loginChange item quantity on mini cartMagento Error report message show in alert box in ajax responseNeed to edit “Continue Shopping” button to include page refreshremove item from minicart in magento 1.9xShipping charge not transferring to PayPal Express from Shopping cart - magento 2Magento 2 After login redirect user to referrerAjax cart validation on change qtyHow to create custom Add to cart button and functionalityHow to add a register form inside the login popup during the checkoutMagento 2 : How to show special price and regular price in cart page?

How does one intimidate enemies without having the capacity for violence?

Why Is Death Allowed In the Matrix?

Copenhagen passport control - US citizen

Why is the design of haulage companies so “special”?

How to determine if window is maximised or minimised from bash script

How old can references or sources in a thesis be?

Motorized valve interfering with button?

Divisibility of sum of multinomials

How is it possible for user's password to be changed after storage was encrypted? (on OS X, Android)

Should I join an office cleaning event for free?

Prevent a directory in /tmp from being deleted

New order #4: World

Could a US political party gain complete control over the government by removing checks & balances?

How can I fix this gap between bookcases I made?

"which" command doesn't work / path of Safari?

What is the offset in a seaplane's hull?

Schwarzchild Radius of the Universe

Why is this code 6.5x slower with optimizations enabled?

Modification to Chariots for Heavy Cavalry Analogue for 4-armed race

Showing the closure of a compact subset need not be compact

What is the white spray-pattern residue inside these Falcon Heavy nozzles?

Is there a familial term for apples and pears?

What does "enim et" mean?

How to use Pandas to get the count of every combination inclusive



Magento2 ajaxsuite- ajax login


Change item quantity on mini cartMagento Error report message show in alert box in ajax responseNeed to edit “Continue Shopping” button to include page refreshremove item from minicart in magento 1.9xShipping charge not transferring to PayPal Express from Shopping cart - magento 2Magento 2 After login redirect user to referrerAjax cart validation on change qtyHow to create custom Add to cart button and functionalityHow to add a register form inside the login popup during the checkoutMagento 2 : How to show special price and regular price in cart page?






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








2















I want to show Ajax suit modules, Ajax login popup on cart page when press checkout button. right now, I used



 $('.modals-wrapper .popup-authentication').addClass("_show")


and it shows magento2 default popup login modal. but i want to change it to Ajax suit login popup.



Can any body guide me ?










share|improve this question






























    2















    I want to show Ajax suit modules, Ajax login popup on cart page when press checkout button. right now, I used



     $('.modals-wrapper .popup-authentication').addClass("_show")


    and it shows magento2 default popup login modal. but i want to change it to Ajax suit login popup.



    Can any body guide me ?










    share|improve this question


























      2












      2








      2








      I want to show Ajax suit modules, Ajax login popup on cart page when press checkout button. right now, I used



       $('.modals-wrapper .popup-authentication').addClass("_show")


      and it shows magento2 default popup login modal. but i want to change it to Ajax suit login popup.



      Can any body guide me ?










      share|improve this question
















      I want to show Ajax suit modules, Ajax login popup on cart page when press checkout button. right now, I used



       $('.modals-wrapper .popup-authentication').addClass("_show")


      and it shows magento2 default popup login modal. but i want to change it to Ajax suit login popup.



      Can any body guide me ?







      magento-2.1 cart login ajax shopping-cart






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 4 at 6:40









      Vivek

      1,5751631




      1,5751631










      asked Mar 4 at 6:35









      MGPMMGPM

      19715




      19715




















          1 Answer
          1






          active

          oldest

          votes


















          0














          Just create a global class on login.phtml, then add below code into Magento_Checkout, form.phtml



          $('.global-login').click();





          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%2f264229%2fmagento2-ajaxsuite-ajax-login%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














            Just create a global class on login.phtml, then add below code into Magento_Checkout, form.phtml



            $('.global-login').click();





            share|improve this answer



























              0














              Just create a global class on login.phtml, then add below code into Magento_Checkout, form.phtml



              $('.global-login').click();





              share|improve this answer

























                0












                0








                0







                Just create a global class on login.phtml, then add below code into Magento_Checkout, form.phtml



                $('.global-login').click();





                share|improve this answer













                Just create a global class on login.phtml, then add below code into Magento_Checkout, form.phtml



                $('.global-login').click();






                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 1 hour ago









                MGPMMGPM

                19715




                19715



























                    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%2f264229%2fmagento2-ajaxsuite-ajax-login%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

                    منجزی محتویات تیره‌های طایفه منجزی[ویرایش] مشاهیر طایفه منجزی[ویرایش] محل سکونت[ویرایش] پانویس[ویرایش] منابع[ویرایش] منوی ناوبری«نمودار اجتماعی طوایف بختیاری»«BakhtyārBAḴTĪĀRĪ TRIBE»«اسامی طوایف و شعب ایل بختیاری»ووگسترش آن

                    بیوانفورماتیک محتویات تاریخچه[ویرایش] اهداف[ویرایش] کاربردهای بیوانفورماتیک[ویرایش] زمینه‌های مهم بیوانفورماتیک[ویرایش] موضوعات سیستم نرم‌افزاری بیوانفورماتیک[ویرایش] مراکز و ابزار[ویرایش] جستارهای وابسته[ویرایش] پیوند به بیرون[ویرایش] منابع[ویرایش] منوی ناوبریووانجمن بیوانفورماتیک ایرانمرکز بیوانفورماتیک دانشگاه تهرانمرکز ملی تحقیقات بیوانفورماتیکانستیتو بیو-آی‌تیبانک داده‌های دی ان ایمرکز ملی اطلاعات بیوتکنولوژیانستیتوی بیوانفورماتیک اروپاپورتال بیوانفورماتیک ایران«فرهنگ واژه‌های مصوب فرهنگستان ـ دفتر هشتم، بخش لاتین»وووو4611085-900870420ووو