zunxunz Posted February 7, 2017 Share Posted February 7, 2017 I need to add a few custom fields like a custom order number and some other data in the checkout process. In PS1.6 this was fairly simple, I just added the fields in the checkout template and called a few hooks to update the cart and the order. Unfortunately in PS1.7 I can't really find any hooks in the checkout classes that would allow me to do this. What would be the proper way to do this in PS1.7? Link to comment Share on other sites More sharing options...
changeyourlife Posted May 6, 2017 Share Posted May 6, 2017 Hey, someone find solution? Link to comment Share on other sites More sharing options...
Rynraf Posted July 26, 2019 Share Posted July 26, 2019 (edited) Me to... You can try to use this hooks: displayAfterCarrier and displayPaymentByBinaries. They display your extra content on delivery methods step (below submit button) and on last step with payment methods (also beloew submit button). Using JavaScript you can move this code hihger to present it before submit button. I did this. But... but I can't use, save this values. In PS 1.6 I did this. In PS 1.7 I can't. I will try this: what wrote Anthony IVOL. Because as I see (at screenshots) in this (paid) module fmemodules.com/en/51-custom-fields.html - it's possible in PS 1.7 Edited July 26, 2019 by Rynraf Added links (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