• Resolved Avrom

    (@dividendninja)


    The “Opt-in on checkout” for WooCommerce is being placed above the WooCommerce Privacy Policy Text. This is kind of a poor position as it won’t likely get noticed.

    It would be much better if it was positioned below the Privacy Policy text or right above “checkout” button.

    We are using a child Storefront theme. Is there a way to adjust the filter or hook values for this to reposition above the checkout button?
    Thank you

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Dani F. a11n

    (@danielinhou)

    Hi there @dividendninja ????!

    Thank you for reaching out to MailPoet Support!

    We are using a child Storefront theme. Is there a way to adjust the filter or hook values for this to reposition above the checkout button?

    I am curious to understand this better. Could you please share a screenshot of your checkout page with us?

    Cheers!

    Thread Starter Avrom

    (@dividendninja)

    Hi Daniel,
    Thank you for the reply back. As you can see below, the MailPoet hook is at the top of the checkout info, but it should be above the checkout button. Or above the agree to terms checkbox. I hope that clarifies…
    Cheers

    Plugin Support Aashik P – a11n

    (@aashik)

    Hello @dividendninja

    As you can see below, the MailPoet hook is at the top of the checkout info, but it should be above the checkout button. Or above the agree to terms checkbox.

    Thank you for sharing the screenshot.

    What you’re seeing is expected behavior in the parent Storefront theme as well:

    checkout
    Link to image: https://d.pr/i/sdA5RI

    While this involves custom coding, this can be achieved by removing the existing function added to woocommerce_checkout_before_terms_and_conditions action and setting it up via woocommerce_checkout_after_terms_and_conditions action.

    Where exactly do I change the code, in the plugin or in the function

    Plugin Support Aashik P – a11n

    (@aashik)

    Where exactly do I change the code, in the plugin or in the function

    Changing code in the plugin file will not be permanent as it will be replaced when the plugin updates.

    Depending on the custom code, you can add it to either functions.php of your child theme, or use a plugin like Code Snippets.

    Heads up that in my last reply, I’ve not specifically shared the custom code, but only pointed you in the right direction. You may want to get in touch with your developer, or wait for other community folks to reply with the custom code that meets the site requirements here.

    Thread Starter Avrom

    (@dividendninja)

    Hi Aashik, well it’s a start to have the hook or filter – but doesn’t really help in this case without the snippet. There are a couple of us here asking you to adjust the filter, as its placement is not a good location. We’ll just use Automate Woo and/or Mailchimp for this project.
    Cheers

    Plugin Support Aashik P – a11n

    (@aashik)

    Hi there!

    Thank you for sharing your feedback.

    As for implementing this as a feature within the plugin, there is an existing feature request regarding this topic here: https://feedback.mailpoet.com/feature-requests/p/placement-of-opt-in-checkbox-on-the-woocommerce-checkout-page – Please vote (optionally, comment) on the topic so that it gets more visibility. This is where developers go to look for future plugin features and improvements.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Opt-in on checkout for WooCommerce position’ is closed to new replies.