luckily woocommerce has many hooks, this removes prices and buttons:
remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart' );
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 10 );
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 );
remove_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_price', 10 );
you can dig into content-product.php
and content-single-product.php
if you need to remove more stuff.
I can imagine there’s more than just the prices/buttons you want to hide/remove though (like pages/functions), this tutorial gives you some pointers
Related Posts:
- Woocommerce sidebar not loading in theme
- Only Homepage not loading properly
- Reduce Drop down Menu Width in WordPress
- Is there a way to get plugins and themes not built for multisite to work on a network subsite?
- How to remove products-links after the product title using remove_action
- Edit all $wp_scripts at once to $in_footer = false
- Edit all $wp_scripts at once to $in_footer = false
- Sold out Label for variable products which are partially sold out
- Securing langugae folder
- Woocommerce: deleted single-product.php, everything still works. How is it possible?
- WP Customer Reviews call short code on another page [closed]
- Why does theme need woocommerce to show images / content on front page?
- Convert from Portfolio post to WooCommerce products [closed]
- custom payment gateway in woocommerce failed to connect to remote api server
- Classified ad website : which solutions to use? [closed]
- Programmatically Process Order through WooCommerce/Stripe Payment Gateway [closed]
- Replacing a plugin function with a custom renamed function doesn’t work
- CampaignMonitor for WooCommerce – Move subscribe button [closed]
- Multiple Billing forms in WooCommerce (one billing form per product)
- Creating a Callback URL for WordPress Woocommerce to update Order Status
- Change Product Addon price based on select Variation
- WooCommerce – Maximum qty per line per product
- Linux Permissions and Ownership for WordPress
- Woocommerce Create custom product type with variations
- posts comments goes to trash
- WordPress site periodically goes down
- Masonry images not working
- Remove /product/ from url. I want only category name then product name
- Pre booking doesn’t work with custom bootstrap modul in woocommerce [closed]
- WooCommerce specifc variations for specific user role [closed]
- Save custom attributes of product in woocommerce
- Filtering WooCommerce Orders by Category
- Advanced Custom Field DatePicker [closed]
- Fatal error: Call to undefined function cmsms_theme_page_layout_scheme()
- trying to get product category image in woo-coomerce
- How to add checkboxes for a woocommerce product? [closed]
- Why am I getting ( WooCommerce Services could not be installed (Could not create directory.). ) error and how to solve it ?
- All sites themes functions.php have been changed
- Homemade plugin while using Themify Ultra
- Product queue for my subscription box
- Want to Show Sub categories under Categories section using Woo Commerce [closed]
- Why namespaces are rarely used in WordPress plugins?
- What will happen if i deactivate my visual composer plug in? [closed]
- how to do login using woocommerce rest api From android
- Custom Pages for Woocommerce Product-Category Pages
- Woocommerce Minimum Price for a Composite Product to add in cart
- creating a custom shop page display on archive woocommerce
- Finding the URL to be used to check if plugin is installed with a theme
- Theme/Plugin installation through url on button click
- (Big issue) Blog is Getting Down Each day.. what should i do.?
- Custom wordpress Theme and Plugin repository
- WordPress 3.8.3. custom theme – sliders won’t load js/css files
- How can I position ShareThis buttons manually when using the plug-in? [closed]
- How to require users to login when not logged in
- Error when using plugin QuickCache with plugin Mobile Smart ? [closed]
- Woocommerce Shop page variation product button replace with add to cart button
- Does WP delete deprecated plugin/theme files on plugin/theme upgrade?
- How can I insert thousands of Woocommerce products by batch with PHP? [closed]
- WooCommerce search products between price range using WP_Query
- Is there any hook for theme activation ? or something similar?
- How to use get_template part in the plugin?
- How can I use get header from within my plugin?
- Redirect to another page using contact form 7? [closed]
- How do I find out what is in control over a certain part of a website?
- “No Add Button” for me to customize my WordPress with themes and pluggins
- How to use add_submenu_page() for editors?
- How do I combine a theme with a plugin
- How can I list all installed plugins/themes/versions from CLI/API?
- PHP Error When a plugin is active
- My single.php page does not show the related data to the post which is clicked
- woocommerce with custom post type
- Where are theme codes located for WordPress?
- Overwrite category head title
- Basic gallery plugin suggestion [closed]
- How to check if my wordpress websiste is nulled or not?
- Why does my file_exist check fail?
- Remove specific plugins and themes from the Dashboard->Updates page [duplicate]
- Create a single website with 3 theme options in wordpress
- Exact Hook to payment methods
- Restrict content based on buy woocommerce product
- using do_shortcode
- Create custom pages with a plugin
- How to write “alt” tag in image for wordpress code?
- How to get a list of bundled products using wp_query in woocommerce
- Does heavy theme and plugins affect server’s response time? [closed]
- Adding Static Image to WooCommerce Content-Single-Product template
- How to protect WordPress from security scanner [closed]
- How to load different homepage on Mobile.?
- Hide a Menu Item on Login
- How to get menu location in wp_update_nav_menu hook
- Proper way to use plugin functions in functions.php
- How to activate a plugin on the activation of a theme?
- Theme Custom Pages
- Use different single.php file based on condition
- how can I query all wordpress users of a blog
- how can I do something on new user registration?
- WordPress plugin won’t show on some themes
- Making that Admin Bar transparent or a blue color
- Which wordpress theme is compatible Optima Express theme (real estate inventory) plugin?
- How to Include File from Plugins into Template?