• Resolved detoxtrading

    (@detoxtrading)


    Hi – I have just loaded back in stock notifier, set it up correctly but when I click on the choose product size variation the notifier displays x 2 boxes of “Email when Stock available” is there a way to remove one of them?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author CodeWooGeek

    (@codewoogeek)

    Hello there,

    Good Day !!!

    We’re here to assist you with this one.

    We noticed that you are using Avada theme, seems avada shows out of stock lable in two places, that’s why it happened for your website.

    We have the solution for you, which you can remove using css, add it in your theme css/theme custom css settings

    
    .woocommerce-variation.single_variation .cwginstock-subscribe-form {
    	display: none !important;
    }

    Please note this above css applicable only for your theme.

    Let us know

    Thanks.

    Thread Starter detoxtrading

    (@detoxtrading)

    Thank you it worked – you are a star!!!

    Plugin Author CodeWooGeek

    (@codewoogeek)

    Great, Cheers.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘back in stock notifier displays 2 boxes on my website’ is closed to new replies.