• Hi, I’m using the plugin, but the button don’t show on my site. I tried change the theme to default and this way the button appear.
    I already used the code bellow, but doesn’t worked.

    add_filter( 'somdn_product_page_content_woo', 'somdn_product_page_content_woo_custom' );
    function somdn_product_page_content_woo_custom() {
    // Return a different WooCommerce product page hook
    return 'woocommerce_simple_add_to_cart';

    }

    Can anyone help me, please?

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

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Not working’ is closed to new replies.