How to delete 'Add To Cart Button' on Shop Page?
Q: Is there a way to delete all the little Add To Cart buttons on Shop Page?
A: Remove the hook that is showing them by adding below code to your theme functions.php:
remove_action('jigoshop_after_shop_loop_item' , 'jigoshop_template_loop_add_to_cart');
-
Getting Started
-
Jigoshop Settings
-
Creating Products
-
Using Jigoshop
-
Customize Jigoshop
-
Testings - in case of problems on Jigoshop web site
-
FAQ - Jigoshop plugin user questions
- Add a new tab to a product page / Custom tabs on product pages?
- Adding a Continue Shopping button to the single product page
- Adding Product Category Terms in a dropdown box for Custom Post Meta
- Add Alternate text on product picture and title
- Adding buttons / info to the end of each product
- View all (171 more)
-
FAQ - Jigoshop extensions user questions
-
API
-
Screencasts