• Resolved gweb89

    (@gweb89)


    Hi, the single product variable product price is missing after updating to woocommerce 2.5. I see other people are having the same issue. Default variable options are selected on page load so that is not the issue. I have upgraded all necessary template files in my woocommerce child theme.

    System status report shows that everything is in working order. Everything works fine just no price on the single product page besides the price range.

    https://wordpress.org/plugins/woocommerce/

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

    (@gweb89)

    Fixed my issue. Was not a woocommerce problem at all. At some point during my customization I removed the following from variation.php .

    <div class=”woocommerce-variation-price”>
    {{{ data.variation.price_html }}}
    </div>

    I think I had plans to add it somewhere else. All is working again!

Viewing 1 replies (of 1 total)

The topic ‘Variable Product Price missing after 2.5 Update’ is closed to new replies.