Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Laszlo Kruchio

    (@lacee1986)

    Hi jchaps21,

    First of all, I would check if it works with one of the default WordPress theme. I guess, you are using a custom Woocommerce template, so the plugin can’t hook the form to the single product page.

    If you are okay with editing files, just open the following:

    YOUR-SITE/wp-content/themes/YOUR-THEME/woocommerce/content-single-product.php

    There should be a line like this:
    do_action( 'woocommerce_single_product_summary' );

    If you can’t see it, just add the following piece of code, where you want to show the form:
    echo do_shortcode('[instock]');

    Let me know how is it going!

    Plugin Author Laszlo Kruchio

    (@lacee1986)

    I think you solved this problem jchaps21. Let me know you couldn’t.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Nothing showing’ is closed to new replies.