• Resolved Sachin

    (@sachindev)


    I am working on a multilingual site.The checkbox for subscription is showing on the /checkout page of nork version.But we are using another page on english version /checkout-2 checkbox not showing on this page.but when i change it to /checkout page it is showing checkbox. I want to know the reason of not showing on /checkout-2.

    • This topic was modified 3 years, 10 months ago by Sachin.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author ryanhungate

    (@ryanhungate)

    @sachindev The fact that it works on the checkout version means you’re close, something must have been altered on the other version.

    We use the woocommerce_after_checkout_billing_form action to render the checkbox. If your theme is not using it, you would just need to add this in the correct spot on the checkout screen. You may also change that hook to whatever you require in the plugin admin area. There is a spot to define this “newsletter hook”.

    Custom theme development is outside the scope of our plugin, but the only thing that needs to happen, is to either use the default that I just mentioned, and add that to the checkout template files, or to change the plugin to use whatever your theme developer needed the hook name to be.

    Hope that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Subscription checkbox not showing’ is closed to new replies.