Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Jeremiah

    (@jprummer)

    Hi there. Can you give more information about the issue you’re having?

    Thread Starter vinycps

    (@vinycps)

    No works in Home Page (Front Page), I change in the code and works in inside page.
    I’m still looking for a solution to the home page…

    i can confirm this bug. seems that woocommerce_external_add_to_cart() function is not used anymore. a die() inside this function makes no difference.

    issatayev

    (@issatayev)

    I just deleted the button from home page.
    Put it in functions.php:
    remove_action( ‘woocommerce_after_shop_loop_item’, ‘woocommerce_template_loop_add_to_cart’, 10);

    Plugin Contributor Jeremiah

    (@jprummer)

    Version 1.1 fixed this issue. Let me know if you’re still having problems. ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘No Works in WP 4.0’ is closed to new replies.