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

    (@yithemes)

    Hi,
    The issue is that you have more then one stock notice on page. The plugin is projected to add the form after the stock notice.
    As you hide the second stock notice with this rule

    .entry-summary .summary-container > .stock {
        display: none;
    }

    on Avada/assets/css/woocommerce.css line 2310, you need also to hide the waiting list form.

    Regards.

    Thread Starter luizpatta

    (@luizpatta)

    Thanks, I managed to solve the problem with your help.

    But I started using cloudflare and WP Rocket on my site and are occurring two problems with the plugin:

    First. Error in email layout. See here: https://imgur.com/a/QFbzY

    Second. Doesn’t appear the message “registration confirmation”, when the user enters the e-mail in a product without stock. See here: https://acaradiscus.com.br/loja/camisetas-acaradiscus/camisa-keep-calm/

    Thanks for the help.

    Plugin Author YITHEMES

    (@yithemes)

    Hi,
    yes unfortunately those issues are related with cache system. I ask to plugin’s developers to check this as soon as possible. The only way at this moment for fix it is disable the page cache for single product page.

    Regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Duplicate registration form’ is closed to new replies.