Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support con

    (@conschneider)

    Engineer

    Hello,

    Your active theme is lacking some CSS it seems.
    Try this:

    .woocommerce div.product p.price {display:block;}

    That will make the product price visible.

    Kind regards,

    Thread Starter stuartgre

    (@stuartgre)

    Hi Con,

    Thanks for that–I had noticed that after posting, but it’s not inside the variation price, do you have any idea why that might be?

    Thread Starter stuartgre

    (@stuartgre)

    Oh, I figured it out–it’s because the price is the same for both variations, if I change one it shows in the correct place…

    Thread Starter stuartgre

    (@stuartgre)

    Fixed with

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

    for anyone struggling with same issue.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Price not showing, but if you add to basket, it does have a price’ is closed to new replies.