Can I make the price on Content single product invisible in Option Product?

This topic has 2 replies, 2 voices, and was last updated 9 years, 1 months ago ago by Brian Johnson

  • Avatar: Jinhwan Kim
    Jinhwan Kim
    Participant
    March 17, 2015 at 04:27

    Hi,

    1. On single product page Can I have the price right to the featured image invisible?
    I’ve been able to see that the command do_action( ‘woocommerce_single_product_summary’ ); on content-sinlge-poduct.php causes the price and the excerpt.
    However, in case of an Option Product there are two prices on the screen after choosing option.
    So I want the original price to be invisible in an Option Product.
    http://redswing.co.kr/shop/%EA%B3%A0%ED%9D%90-cafe-terrace-bestselling/

    2. If it’s impossible to make the price invisible only in an Option Product, in all single prodcut page Can I remove the price holding the excerpt?

    Hope to hear good news from you soon.

    Thanks,

    1 Answer
    Avatar: Brian Johnson
    Brian Johnson
    Member
    March 17, 2015 at 11:17

    Hello

    You may try to add following code into the custom.css:

    .product-type-variable .product_meta .price {
    display:none;}

    With best regards
    Brian Johnson

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.