hi i am using woocommerce on my website http://emaaz.com/shop/ and i dont want to mention Price of product any where, i need total. i need only ad to Cart option and other details. i have tried many plugins but now working. so any one can help me to removing Price from single product page?
Follow the below code to remove the price from single product page and cart in WooCommerce: remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_price’, 10 ); Insert the price instead of the number "10".