• i would like the customer to click on the product to go to the product page and then they can add to cart. that way they see the product description before they buy. i saw one of your posts from a year ago where you said to remove-

    function remove_loop_button(){
    remove_action( ‘woocommerce_after_shop_loop_item’, ‘woocommerce_template_loop_add_to_cart’, 10 );}
    add_action(‘init’,’remove_loop_button’);

    from the functions.php ( i assume you meant (woocommerce-functions.php) i could not find the code in that page. i am using udesign theme wocommerce version 2.0.20.

    thanks,
    Danny

    http://wordpress.org/plugins/woocommerce/

  • The topic ‘remove add to cart button from shop page’ is closed to new replies.