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;
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
add a comment |
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
add a comment |
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
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
magento-2.1 cart login ajax shopping-cart
edited Mar 4 at 6:40
Vivek
1,5751631
1,5751631
asked Mar 4 at 6:35
MGPMMGPM
19715
19715
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Just create a global class on login.phtml, then add below code into Magento_Checkout, form.phtml
$('.global-login').click();
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%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
Just create a global class on login.phtml, then add below code into Magento_Checkout, form.phtml
$('.global-login').click();
add a comment |
Just create a global class on login.phtml, then add below code into Magento_Checkout, form.phtml
$('.global-login').click();
add a comment |
Just create a global class on login.phtml, then add below code into Magento_Checkout, form.phtml
$('.global-login').click();
Just create a global class on login.phtml, then add below code into Magento_Checkout, form.phtml
$('.global-login').click();
answered 1 hour ago
MGPMMGPM
19715
19715
add a comment |
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%2f264229%2fmagento2-ajaxsuite-ajax-login%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