- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2016
03:47 AM
07-21-2016
03:47 AM
I need to add some fields to the shipping address form from checkout page, and then save them in db
I built a module, but the custom checkout field is not saved in db and I don't know why?
Click here for download.
Labels:
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2016
04:00 AM
07-26-2016
04:00 AM
Re: I need to add some fields to the shipping address form from checkout page, and then save them in
You can check this post, It might help you
OpenSource Expert | OpenSource Technologies | www.opensourcetechnologies.com
Magento plugins released: http://www.opensourcetechnologies.com/product/product-category/magento-extensions
Magento plugins released: http://www.opensourcetechnologies.com/product/product-category/magento-extensions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2016
01:01 AM
07-27-2016
01:01 AM
Re: I need to add some fields to the shipping address form from checkout page, and then save them in
I checked that, but didn't helped me, that module is not saving custom fields in the database, only shows them up in frontend.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2016
11:28 PM
07-31-2016
11:28 PM
Re: I need to add some fields to the shipping address form from checkout page, and then save them in
I didn't solve the problem, after I installed this module, the custom checkout field shows up in both front end 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 front end.
I think the problem appears when I click the next button from checkout page, custom checkout field is not sent in post data request.