Linked Questions
20 questions linked to/from How to Add Custom fields to Checkout page in Magento2
9 votes
4 answers
12k views
Magento 2.3 - Customer address attribute not saving in checkout from
I have created a custom custom_address attribute "a_mobile_phone". I can save the attribute in the admin and the customer address edit form. I have added this attribute to the checkout address form ...
23 votes
2 answers
13k views
Magento 2 checkout - add a custom field between shipping address and shipping method
I'm trying to add a custom field in between the shipping address and shipping method sections. And I want values of this field to be stored in both quote and sales_order tables ultimately. This is ...
5 votes
2 answers
9k views
How to add new steps or tab to checkout page in Magento2
How to add new tab or step in checkout page of magento2, that i need one more step in checkout page how to do it
0 votes
2 answers
2k views
How to add country code dynamically in telephone field on Checkout in Magento 2
I want to develop custom module that is used for adding country code field before telephone field on checkout page in magento 2.3.4.
5 votes
0 answers
3k views
Magento2: Adding custom fields on checkout are not associated with the form
I'm trying to add some custom fields on the checkout. I looked around the internet and always I found an example adding some information on shipping address. But what I want is a fieldset independent ...
3 votes
1 answer
3k views
Unable to add form in magento 2 custom checkout step
What I have done so far, I have added a custom checkout step successfully(wirtten a separate module for it) by following the steps given on http://devdocs.magento.com/guides/v2.1/howdoi/checkout/...
1 vote
3 answers
1k views
A server error stopped your order from being placed. Please try to place your order again
i am using Magento 2.4.3 i want to add new Fields on shipping step and payment step , when i have done this with this tutorial ==> "How to Add Custom fields to Checkout page in Magento2" ...
1 vote
2 answers
1k views
Add field under billing-address
I'm trying to add a checkbox above the 'billing address same as shipping address checkbox'. I added this to my layoutProcessorPlugin: protected function addFieldsToSubscribeToNewsletter($...
0 votes
1 answer
750 views
Save payment interface extension attribute in Magento 2
My extension_attribute.xml file below: <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:...
5 votes
1 answer
182 views
Amazon Pay ignores javascript mixins from other modules
When using Amazon Pay during the checkout process, seemingly any module that uses Javascript mixins to capture additional fields from the checkout page and pass them to the POST request for processing ...
1 vote
0 answers
446 views
magento 2 : Add custom field in checkout payment page and save data to table
I am trying to add a custom field in the checkout page payment section. I created field's with override LayoutProcessor using the plugin. Before place order button. What is the next step of action to ...
0 votes
1 answer
373 views
upgrade Magneto 2.3.3 to 2.4.2 problem
I'm trying to upgrade Magento 2.3.3 to 2.4.2 community edition. When I run composer update I got : Package container-interop/container-interop is abandoned, you should avoid using it. Use psr/...
1 vote
0 answers
223 views
Checkout Page Custom Field data is not saved in Magento 2
I prefer below link ant try to create custom field to checkout page in magento2 and field was created successfully but the data is not saved. Link:-How to Add Custom fields to Checkout page in ...
0 votes
3 answers
226 views
how to add a new field on description page
Hello everyone i am using Magento 2.x.x , and i want to add a new field to product description "Date to ship" to let the customer chose a specific date like the quantity, and also i want to ...