-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Description
Preconditions
- I installed this module https://github.com/rlaa/custom-checkout-fields/blob/master/Test_attr.zip
Steps to reproduce
- php bin/magento setup:upgrade
- php bin/magento cache:clean
- php bin/magento cache:flush
Expected result
1.The custom checkout field is installed in table eav_attribute and it is assigned to necessary forms.
2.The custom checkout field shows up in both frontend and admin address form and it is saved in db.
Actual result
1.The custom checkout field is installed in table eav_attribute and it is assigned to necessary forms.
2.The custom checkout field shows up in both frontend and admin address form, but it is saving in the db only from admin panel, I need to be able to save it also from the frontend.
Additional
1.I think the problem appears when I click the next button, custom checkout field is not sent in post data request.
Metadata
Metadata
Assignees
Labels
No labels