Magento 2 remove requirement for address,city and country fields in checkoutHow to disable postcode, city and street as required fields in checkoutHow to make address fields not required in checkout?Cannot remove telephone and region/province from billing information on checkoutMagento 2 - Change the order of the Shipping fields on the Checkout pageMagento 2 - How to change the SortOrder of the street address fields on the Shipping Checkout pageMagento 2.2.2 - how to remove company and zipcode from billing address from checkoutHow to move “Apply Discount ”into Shipping step of Checkout in Magento2?Remove street address field and required attribute from shipping addressMagento 2 - VAT Number require Validation based on country on Shipping address boxMagento 2. Make Address Fields Not Required at Customer Registration
Average spam confidence
How to chain Python function calls so the behaviour is as follows
Is the term 'open source' a trademark?
Words that signal future content
Cross-dimension teleportation using command block or datapack?
How Can I Tell The Difference Between Unmarked Sugar and Stevia?
Compiling c files on ubuntu and using the executable on Windows
How to officially communicate to a non-responsive colleague?
How to build suspense or so to establish and justify xenophobia of characters in the eyes of the reader?
PhD - Well known professor or well known school?
Should I compare a std::string to "string" or "string"s?
Do the English have an ancient (obsolete) verb for the action of the book opening?
Can anyone identify this tank?
Watts vs. Volt Amps
How water is heavier than petrol eventhough its molecular weight less than petrol?
How do I write "Show, Don't Tell" as a person with Asperger Syndrome?
Different pedals/effects for low strings/notes than high
How did they achieve the Gunslinger's shining eye effect in Westworld?
What can I, as a user, do about offensive reviews in App Store?
When did Linux kernel become libre software?
How does an ordinary object become radioactive?
What is the giant octopus in the torture chamber for?
Payment instructions allegedly from HomeAway look fishy to me
Are there downsides to using std::string as a buffer?
Magento 2 remove requirement for address,city and country fields in checkout
How to disable postcode, city and street as required fields in checkoutHow to make address fields not required in checkout?Cannot remove telephone and region/province from billing information on checkoutMagento 2 - Change the order of the Shipping fields on the Checkout pageMagento 2 - How to change the SortOrder of the street address fields on the Shipping Checkout pageMagento 2.2.2 - how to remove company and zipcode from billing address from checkoutHow to move “Apply Discount ”into Shipping step of Checkout in Magento2?Remove street address field and required attribute from shipping addressMagento 2 - VAT Number require Validation based on country on Shipping address boxMagento 2. Make Address Fields Not Required at Customer Registration
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Need to make address,city and country fields not required on checkout as the shipping methods used in store does not require them.
Edited database and removed "is_required" parameter from the attributes. It is possible to move to the next step in checkout however it fails the validation.
Magento version 2.2.8.
magento2 checkout address magento2.2.8 required
New contributor
Lauris Kārkliņš is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Need to make address,city and country fields not required on checkout as the shipping methods used in store does not require them.
Edited database and removed "is_required" parameter from the attributes. It is possible to move to the next step in checkout however it fails the validation.
Magento version 2.2.8.
magento2 checkout address magento2.2.8 required
New contributor
Lauris Kārkliņš is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1) buy a customer can collect from store module 2) Mess around with checkout_index_index.xml 3) Edit the form generator and change the fields to hidden and default something into them like NA or 123456
– Anthony
May 30 at 0:48
add a comment |
Need to make address,city and country fields not required on checkout as the shipping methods used in store does not require them.
Edited database and removed "is_required" parameter from the attributes. It is possible to move to the next step in checkout however it fails the validation.
Magento version 2.2.8.
magento2 checkout address magento2.2.8 required
New contributor
Lauris Kārkliņš is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Need to make address,city and country fields not required on checkout as the shipping methods used in store does not require them.
Edited database and removed "is_required" parameter from the attributes. It is possible to move to the next step in checkout however it fails the validation.
Magento version 2.2.8.
magento2 checkout address magento2.2.8 required
magento2 checkout address magento2.2.8 required
New contributor
Lauris Kārkliņš is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Lauris Kārkliņš is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited May 30 at 5:51
Muhammad Wasif
15311
15311
New contributor
Lauris Kārkliņš is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked May 29 at 10:17
Lauris KārkliņšLauris Kārkliņš
13
13
New contributor
Lauris Kārkliņš is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Lauris Kārkliņš is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1) buy a customer can collect from store module 2) Mess around with checkout_index_index.xml 3) Edit the form generator and change the fields to hidden and default something into them like NA or 123456
– Anthony
May 30 at 0:48
add a comment |
1) buy a customer can collect from store module 2) Mess around with checkout_index_index.xml 3) Edit the form generator and change the fields to hidden and default something into them like NA or 123456
– Anthony
May 30 at 0:48
1) buy a customer can collect from store module 2) Mess around with checkout_index_index.xml 3) Edit the form generator and change the fields to hidden and default something into them like NA or 123456
– Anthony
May 30 at 0:48
1) buy a customer can collect from store module 2) Mess around with checkout_index_index.xml 3) Edit the form generator and change the fields to hidden and default something into them like NA or 123456
– Anthony
May 30 at 0:48
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
);
);
Lauris Kārkliņš is a new contributor. Be nice, and check out our Code of Conduct.
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%2f276554%2fmagento-2-remove-requirement-for-address-city-and-country-fields-in-checkout%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
Lauris Kārkliņš is a new contributor. Be nice, and check out our Code of Conduct.
Lauris Kārkliņš is a new contributor. Be nice, and check out our Code of Conduct.
Lauris Kārkliņš is a new contributor. Be nice, and check out our Code of Conduct.
Lauris Kārkliņš is a new contributor. Be nice, and check out our Code of Conduct.
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%2f276554%2fmagento-2-remove-requirement-for-address-city-and-country-fields-in-checkout%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
1) buy a customer can collect from store module 2) Mess around with checkout_index_index.xml 3) Edit the form generator and change the fields to hidden and default something into them like NA or 123456
– Anthony
May 30 at 0:48