Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #759608

    Hi everyone,

    I’m facing a little problem with woocomerce. I would appreciate your help :)

    Here is the problem : http://adelineaffre.com/website/bijou/bague-constance-plaquee-or/
    You can see, this is a product with variations and the price is equal for all variations.
    I would like to hide the variation price in grey because it is the same as the price in black (product price).

    I would like to keep this system for products who have different variations price indeed :)

    Thank you for helping !
    Regards.
    Thibault

    #761369

    Hey Obeatone,

    I don’t think it’s a good idea to hide that since that is also used in other product pages, however I can provide you a code specifically for that product page only, you can add this css code in QUick CSS (located in Enfold > General Styling):

    .single-product.postid-2231 .woocommerce-variation-price {
        display: none;
    }

    HOpe this helps :)

    Best regards,
    Nikko

    #761837

    Hi,
    I don’t want to use CSS to hide this thing :)
    I just want to hide the variation price only if the variation price (in grey) is egal as the product price (in black).

    I think it is possible to add some code in the functions.php file of the theme to do that.
    The problem is that I can’t do that with my own skills :)

    Thank you for helping !
    Regards.

    #762854

    Hi,

    Sorry for the late response and missing this thread, have tried to work it out but I can’t seem to have the right code, please try to contact woocommerce support for this.

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.