Optional PO number in Magento 2.3How to override a HTML file using a custom module?Magento 2 custom payment method not showing in front endCustom Payment Method not showing in Checkout page in Magento 2Place order button in Magento 2 checkoutMagento2: How to override paypal-express.html & authorizenet-directpost.html?web html template not able to overwriteCustom payment method is not showing in checkout Magento 2.3Magento 2: Override XML file from vendor folder to app folder doesn't work/updatecashondelivery.html Override template is not workingOverride Magento_Ui base view template file on Magento 2
Why doesn't the Falcon-9 first stage use three legs to land?
How to determine if an Apex class hasn't been used recently
How big would a Daddy Longlegs Spider need to be to kill an average Human?
Does adding the 'precise' tag to daggers break anything?
Co-author responds to email by mistake cc'ing the EiC
How to create a summation symbol with a vertical bar?
How can I run SQL Server Vulnerability Assessment from a SQL Job?
In an emergency, how do I find and share my position?
Does Swashbuckler's Fancy Footwork apply if the attack was made with Booming Blade?
Can you be convicted for being a murderer twice?
Why we don't have vaccination against all diseases which are caused by microbes?
Nuclear decay triggers
What can I do to keep a threaded bolt from falling out of it’s slot
Potential new partner angry about first collaboration - how to answer email to close up this encounter in a graceful manner
Have only girls been born for a long time in this village?
!I!n!s!e!r!t! !n!b!e!t!w!e!e!n!
How does turbine efficiency compare with internal combustion engines if all the turbine power is converted to mechanical energy?
Are illustrations in novels frowned upon?
Was Tuvok bluffing when he said that Voyager's transporters rendered the Kazon weapons useless?
Can a group have a cyclical derived series?
Overwrite file only if data
Does C++20 mandate source code being stored in files?
Can I submit a paper under an alias so as to avoid trouble in my country?
Can you feel passing through the sound barrier in an F-16?
Optional PO number in Magento 2.3
How to override a HTML file using a custom module?Magento 2 custom payment method not showing in front endCustom Payment Method not showing in Checkout page in Magento 2Place order button in Magento 2 checkoutMagento2: How to override paypal-express.html & authorizenet-directpost.html?web html template not able to overwriteCustom payment method is not showing in checkout Magento 2.3Magento 2: Override XML file from vendor folder to app folder doesn't work/updatecashondelivery.html Override template is not workingOverride Magento_Ui base view template file on Magento 2
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am trying to make the purchase order optional at checkout but it is not working. I tried editing the file:
/vendor/magento/module-offline-payments/view/frontend/web/template/payment/purchaseorder-form.html
Any change I make to this file is not reflected on the frontend. I also tried to override it with my template
/app/design/frontend/Infortis/base/Magento_OfflinePayments/view/frontend/web/template/payment
What am I doing wrong?
magento2 checkout payment-methods purchase-order
add a comment |
I am trying to make the purchase order optional at checkout but it is not working. I tried editing the file:
/vendor/magento/module-offline-payments/view/frontend/web/template/payment/purchaseorder-form.html
Any change I make to this file is not reflected on the frontend. I also tried to override it with my template
/app/design/frontend/Infortis/base/Magento_OfflinePayments/view/frontend/web/template/payment
What am I doing wrong?
magento2 checkout payment-methods purchase-order
I believe your file path is wrong and should betemplates, you havetemplate
– AJ47
Aug 8 at 16:12
add a comment |
I am trying to make the purchase order optional at checkout but it is not working. I tried editing the file:
/vendor/magento/module-offline-payments/view/frontend/web/template/payment/purchaseorder-form.html
Any change I make to this file is not reflected on the frontend. I also tried to override it with my template
/app/design/frontend/Infortis/base/Magento_OfflinePayments/view/frontend/web/template/payment
What am I doing wrong?
magento2 checkout payment-methods purchase-order
I am trying to make the purchase order optional at checkout but it is not working. I tried editing the file:
/vendor/magento/module-offline-payments/view/frontend/web/template/payment/purchaseorder-form.html
Any change I make to this file is not reflected on the frontend. I also tried to override it with my template
/app/design/frontend/Infortis/base/Magento_OfflinePayments/view/frontend/web/template/payment
What am I doing wrong?
magento2 checkout payment-methods purchase-order
magento2 checkout payment-methods purchase-order
edited Aug 8 at 15:45
Shoaib Munir
5,8096 gold badges24 silver badges71 bronze badges
5,8096 gold badges24 silver badges71 bronze badges
asked Aug 8 at 15:43
JoshJosh
1
1
I believe your file path is wrong and should betemplates, you havetemplate
– AJ47
Aug 8 at 16:12
add a comment |
I believe your file path is wrong and should betemplates, you havetemplate
– AJ47
Aug 8 at 16:12
I believe your file path is wrong and should be
templates, you have template– AJ47
Aug 8 at 16:12
I believe your file path is wrong and should be
templates, you have template– AJ47
Aug 8 at 16:12
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%2f284880%2foptional-po-number-in-magento-2-3%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%2f284880%2foptional-po-number-in-magento-2-3%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
I believe your file path is wrong and should be
templates, you havetemplate– AJ47
Aug 8 at 16:12