• Resolved sheff

    (@sheff)


    No matter where I specify the default message to appear, it shows up twice if I turn it on, once where I specify and once in the default position. If I specify the default position, “After add to cart button”, it shows up above and below the button.

    The products are made in Canada but the Canadian Safety Association will not allow some of the items to be shipped to Canada because they are not CSA certified.

    So … It would have to think you’re in Canada in order to see the message.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter sheff

    (@sheff)

    If you tell me a country to block, I can add it so you can see the message too.

    Plugin Author Zorem

    (@zorem)

    Hello @sheff

    This is variation description and it’s relevant for variation product if you want to hide the variation description message then just add below css.

    .woocommerce-variation-description .restricted_country {
        display: none;
    }

    Thanks.

    • This reply was modified 5 years, 6 months ago by Zorem.
    Thread Starter sheff

    (@sheff)

    Thank you. I added the css you provided into the custom css area in my theme options and it’s now working as expected. I appreciate you looking into it for me and providing the solution. Good on ya mate!

    Plugin Author Zorem

    (@zorem)

    Great news:) thanks!
    I would appreciate if you can review the plugin
    Good day

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Default Message Repeated’ is closed to new replies.