Magento 2 one page checkout - Where to edit authentication popupMagento 2: How to add additional block on checkout page?Adding custom attribute to checkout order summary not reflecting on payment pageMagento2 : While bind Custom knockout js to html it return only default valueDisplay Remove and Edit Item button in Order summary in Onepage Checkout page Magento2knockout js drop down store list display on checkout page magento 2How Do I Override Checkout HTML Templatesadd custom js to the certain input element on the checkout pageMagento 2 checkout knockout.js in custom template error - telephone fieldMagento 2 : From where (PHP) is the checkout billing address options drop down being populated?Magento Checkout Stuck: [ERROR] Failed to load the “StoreCredit_Discount/js/view/checkout/discountform” component
Install LibreOffice-Writer Only not LibreOffice whole package
Can my 2 children, aged 10 and 12, who are US citizens, travel to the USA on expired American passports?
Is Soreness in Middle Knuckle of Fretting Hand Index Finger Normal for Beginners?
How to pass hash as password to ssh server
What are the advantages of luxury car brands like Acura/Lexus over their sibling non-luxury brands Honda/Toyota?
Would a small hole in a Faraday cage drastically reduce its effectiveness at blocking interference?
Where to draw the line between quantum mechanics theory and its interpretation(s)?
Why symmetry transformations have to commute with Hamiltonian?
Adding command shortcuts to /bin
How to deal with employer who keeps me at work after working hours
Why is my arithmetic with a long long int behaving this way?
When an imagined world resembles or has similarities with a famous world
Hostile Divisor Numbers
Are there terms in German for different skull shapes?
How does the reduce() method work in Java 8?
Any examples of liquids volatile at room temp but non-flammable?
Will 700 more planes a day fly because of the Heathrow expansion?
Why do people keep telling me that I am a bad photographer?
Endgame puzzle: How to avoid stalemate and win?
Should I mention being denied entry to UK due to a confusion in my Visa and Ticket bookings?
Why did WWI include Japan?
What was the first story to feature the plot "the monsters were human all along"?
Should I simplify my writing in a foreign country?
Checking if two expressions are related
Magento 2 one page checkout - Where to edit authentication popup
Magento 2: How to add additional block on checkout page?Adding custom attribute to checkout order summary not reflecting on payment pageMagento2 : While bind Custom knockout js to html it return only default valueDisplay Remove and Edit Item button in Order summary in Onepage Checkout page Magento2knockout js drop down store list display on checkout page magento 2How Do I Override Checkout HTML Templatesadd custom js to the certain input element on the checkout pageMagento 2 checkout knockout.js in custom template error - telephone fieldMagento 2 : From where (PHP) is the checkout billing address options drop down being populated?Magento Checkout Stuck: [ERROR] Failed to load the “StoreCredit_Discount/js/view/checkout/discountform” component
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Where exactly is the code generating this popup on Luma's one page checkout, so I can add a custom HTML block after "Sign In"?
I tried every place I could think of, but nothing seems to work. The browser console shows that the "Sign In" heading is wrapped inside a "block-customer-login-heading" element. Searching for that element in the Luma template folders brings up the following results:
/vendor/magento/module-checkout/view/frontend/web/template/authentication.html
/vendor/magento/module-customer/view/frontend/web/template/authentication-popup.html
I tried editing each of those files in my child theme, using these paths:
app/design/frontend/My_Vendor/My_Theme/Magento_Customer/frontend/web/template/
app/design/frontend/My_Vendor/My_Theme/Magento_Checkout/frontend/web/template/
(also tried without /frontend, just in case...)
Cleared the cache. No custom block shows.
Is there anywhere else I should be looking or am I just not using the right paths?
magento2
add a comment |
Where exactly is the code generating this popup on Luma's one page checkout, so I can add a custom HTML block after "Sign In"?
I tried every place I could think of, but nothing seems to work. The browser console shows that the "Sign In" heading is wrapped inside a "block-customer-login-heading" element. Searching for that element in the Luma template folders brings up the following results:
/vendor/magento/module-checkout/view/frontend/web/template/authentication.html
/vendor/magento/module-customer/view/frontend/web/template/authentication-popup.html
I tried editing each of those files in my child theme, using these paths:
app/design/frontend/My_Vendor/My_Theme/Magento_Customer/frontend/web/template/
app/design/frontend/My_Vendor/My_Theme/Magento_Checkout/frontend/web/template/
(also tried without /frontend, just in case...)
Cleared the cache. No custom block shows.
Is there anywhere else I should be looking or am I just not using the right paths?
magento2
add a comment |
Where exactly is the code generating this popup on Luma's one page checkout, so I can add a custom HTML block after "Sign In"?
I tried every place I could think of, but nothing seems to work. The browser console shows that the "Sign In" heading is wrapped inside a "block-customer-login-heading" element. Searching for that element in the Luma template folders brings up the following results:
/vendor/magento/module-checkout/view/frontend/web/template/authentication.html
/vendor/magento/module-customer/view/frontend/web/template/authentication-popup.html
I tried editing each of those files in my child theme, using these paths:
app/design/frontend/My_Vendor/My_Theme/Magento_Customer/frontend/web/template/
app/design/frontend/My_Vendor/My_Theme/Magento_Checkout/frontend/web/template/
(also tried without /frontend, just in case...)
Cleared the cache. No custom block shows.
Is there anywhere else I should be looking or am I just not using the right paths?
magento2
Where exactly is the code generating this popup on Luma's one page checkout, so I can add a custom HTML block after "Sign In"?
I tried every place I could think of, but nothing seems to work. The browser console shows that the "Sign In" heading is wrapped inside a "block-customer-login-heading" element. Searching for that element in the Luma template folders brings up the following results:
/vendor/magento/module-checkout/view/frontend/web/template/authentication.html
/vendor/magento/module-customer/view/frontend/web/template/authentication-popup.html
I tried editing each of those files in my child theme, using these paths:
app/design/frontend/My_Vendor/My_Theme/Magento_Customer/frontend/web/template/
app/design/frontend/My_Vendor/My_Theme/Magento_Checkout/frontend/web/template/
(also tried without /frontend, just in case...)
Cleared the cache. No custom block shows.
Is there anywhere else I should be looking or am I just not using the right paths?
magento2
magento2
asked Apr 30 at 17:42
webrightnowwebrightnow
564
564
add a comment |
add a comment |
0
active
oldest
votes
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%2f272981%2fmagento-2-one-page-checkout-where-to-edit-authentication-popup%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f272981%2fmagento-2-one-page-checkout-where-to-edit-authentication-popup%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