relocate the opt-in form at checkout page
-
Hey! the topic “Option to relocate the opt-in form at checkout page” Was already solved 10 months ago.
The solution was the following code:
/** * Return list of checkout fields for contact step. */ public function get_contact_step_display_field_ids() { return apply_filters( 'fc_checkout_contact_step_field_ids', array( 'billing_email','kl_newsletter_checkbox' ) ); }
that needed to be added in:
wp-content/plugins/fluid-checkout/inc/checkout-steps.php
How would I need to adjust this code to make it work through the functions.php, when I don’t use the app fluid checkout?
Thank you so much for your support and (hopefully!) your answer as well.
With kind regards
Chris
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘relocate the opt-in form at checkout page’ is closed to new replies.