how to remove price from single product page and cart in woo-commerce?

Discussion in 'eCommerce' started by downloadsun.com, Oct 7, 2018.

  1. #1
    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?
     
    downloadsun.com, Oct 7, 2018 IP
  2. MilesWeb

    MilesWeb Well-Known Member

    Messages:
    869
    Likes Received:
    35
    Best Answers:
    7
    Trophy Points:
    173
    #2
    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".
     
    MilesWeb, Oct 17, 2018 IP
  3. downloadsun.com

    downloadsun.com Well-Known Member

    Messages:
    125
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    103
    #3
    thanks a lot.
     
    downloadsun.com, Oct 18, 2018 IP