Required field error in Billing InformationContinue Button not moving to next sectionHow can i make address input boxes as not required on the paypal express review page?jQuery returning undefined for value in billing step on checkoutCan't get past Step 1 at checkout (only random customers)Run a method in Observer after Billing Informationchange the order of input fields in billing informationMagento - Uncaught ReferenceError: billing is not definedCheckout stuck step 2 (payment)Magento 2 checkout input field validation possibilityImpossible to change one-page checkout step to payment on magento 1.9.3.6
Why is "das Weib" grammatically neuter?
What do these Greek words say? Possibly 2nd century
Fill color and outline color with the same value
At what level can a dragon innately cast its spells?
What has been your most complicated TikZ drawing?
2D counterpart of std::array in C++17
Why would a flight no longer considered airworthy be redirected like this?
How to answer questions about my characters?
How could a scammer know the apps on my phone / iTunes account?
Life insurance that covers only simultaneous/dual deaths
Meaning of "SEVERA INDEOVI VAS" from 3rd Century slab
Why must traveling waves have the same amplitude to form a standing wave?
Sword in the Stone story where the sword was held in place by electromagnets
MSTP and Rapid-PVST+
Running a subshell from the middle of the current command
Is it possible that AIC = BIC?
Employee lack of ownership
Is a lawful good "antagonist" effective?
Is having access to past exams cheating and, if yes, could it be proven just by a good grade?
How to deal with a cynical class?
Where is the 1/8 CR apprentice in Volo's Guide to Monsters?
Possible Leak In Concrete
What is the greatest age difference between a married couple in Tanach?
Why doesn't the EU now just force the UK to choose between referendum and no-deal?
Required field error in Billing Information
Continue Button not moving to next sectionHow can i make address input boxes as not required on the paypal express review page?jQuery returning undefined for value in billing step on checkoutCan't get past Step 1 at checkout (only random customers)Run a method in Observer after Billing Informationchange the order of input fields in billing informationMagento - Uncaught ReferenceError: billing is not definedCheckout stuck step 2 (payment)Magento 2 checkout input field validation possibilityImpossible to change one-page checkout step to payment on magento 1.9.3.6
We always seem to be having issues with the checkout.
Customer cannot get past the billing information section, they click continue and it keeps saying required field, and it won't let them go any further, however, everything is filled in correctly.
How do I fix this, please?
checkout billing required
add a comment |
We always seem to be having issues with the checkout.
Customer cannot get past the billing information section, they click continue and it keeps saying required field, and it won't let them go any further, however, everything is filled in correctly.
How do I fix this, please?
checkout billing required
it may be some fields are hidden or display none fields and fields are required. please check with inspect element
– Rama Chandran M
May 21 '18 at 9:00
add a comment |
We always seem to be having issues with the checkout.
Customer cannot get past the billing information section, they click continue and it keeps saying required field, and it won't let them go any further, however, everything is filled in correctly.
How do I fix this, please?
checkout billing required
We always seem to be having issues with the checkout.
Customer cannot get past the billing information section, they click continue and it keeps saying required field, and it won't let them go any further, however, everything is filled in correctly.
How do I fix this, please?
checkout billing required
checkout billing required
edited 5 hours ago
Shoaib Munir
2,0071628
2,0071628
asked May 21 '18 at 1:29
CraigCraig
1
1
it may be some fields are hidden or display none fields and fields are required. please check with inspect element
– Rama Chandran M
May 21 '18 at 9:00
add a comment |
it may be some fields are hidden or display none fields and fields are required. please check with inspect element
– Rama Chandran M
May 21 '18 at 9:00
it may be some fields are hidden or display none fields and fields are required. please check with inspect element
– Rama Chandran M
May 21 '18 at 9:00
it may be some fields are hidden or display none fields and fields are required. please check with inspect element
– Rama Chandran M
May 21 '18 at 9:00
add a comment |
1 Answer
1
active
oldest
votes
This is a problem with the attributes. You must remove this attribute from the database and remove it from the InstallData.php
and UpgradeData.php
scripts.
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%2f226767%2frequired-field-error-in-billing-information%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
This is a problem with the attributes. You must remove this attribute from the database and remove it from the InstallData.php
and UpgradeData.php
scripts.
add a comment |
This is a problem with the attributes. You must remove this attribute from the database and remove it from the InstallData.php
and UpgradeData.php
scripts.
add a comment |
This is a problem with the attributes. You must remove this attribute from the database and remove it from the InstallData.php
and UpgradeData.php
scripts.
This is a problem with the attributes. You must remove this attribute from the database and remove it from the InstallData.php
and UpgradeData.php
scripts.
answered May 21 '18 at 8:39
Evgeniy KapelkoEvgeniy Kapelko
1,1361317
1,1361317
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%2f226767%2frequired-field-error-in-billing-information%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
it may be some fields are hidden or display none fields and fields are required. please check with inspect element
– Rama Chandran M
May 21 '18 at 9:00