• Resolved janhuiskes

    (@janhuiskes)


    Hi everyone,

    First of all I would likt to bring my compliments to the developers of this fantastic plu-in. I’m ery happy with it. Recently I’ve come up with the following challenge. Whenever I select one of my product variations (in this case a braceles) the price of my product just disappears. I already changed the location of my price-tag but somehow it keeps on disappearing.

    herewith the link to the product-page:

    https://happytoshare.nl/product/product-giftwrapper/

    when you select a bracelet you’ll see that the product price just disappeares.

    I hope someone can provide me with a solution for this matter.

    regards,

    Jan

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter janhuiskes

    (@janhuiskes)

    All I’ve found the solution.

    All variations have the same price. That’s why it’s not showing, it’s a WooCommerce default behavior. You can change this WooCommerce default variable price filter with this hook.

    add_filter(‘woocommerce_show_variation_price’, function() { return TRUE;});

Viewing 1 replies (of 1 total)
  • The topic ‘Price disappears when seleting variation’ is closed to new replies.