gaur_ayush1421 Posted April 11, 2019 Share Posted April 11, 2019 How To add A new Field in checkout process. and how to fetch save value in order . I am create a module but not save value in order field . please give me a solution.. and see what i add field Link to comment Share on other sites More sharing options...
NemoPS Posted April 14, 2019 Share Posted April 14, 2019 Since you are not using the one page checkout it's gonna be complicated, I guess you can store it in a cookie, then retrieve it (and clear it) in an override of PaymentModule and store it as a new order field. Of course you need to extend the order class to account for the new field, and add the corresponding column in the database too. Link to comment Share on other sites More sharing options...
gaur_ayush1421 Posted April 22, 2019 Author Share Posted April 22, 2019 (edited) Thanks For suggestion .but all think already done and not save to database in order table. Save data only cart table Edited April 22, 2019 by gaur_ayush1421 (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now