Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Varun Sridharan

    (@varunms)

    Hi,

    Have you added price for variation product ?
    Enabled WC RBP status for each variation product ?

    even if all above are good and not working.

    Then can you please try downloading our beta version from github ?

    Github : https://github.com/technofreaky/woocommerce-role-based-price/

    Thread Starter naitud

    (@naitud)

    Hi,

    Thanks for the reply, the issue is fixed now!

    I have another problem now, only on my home page, the products have no prices displayed. If I opened each product, it will display the prices since its using the woocommerce templates to display the page. But for the theme I’m using, it is not able to display the prices.

    Using:
    $product = new WC_Product( get_the_ID() ); $price = $product->price;
    doesn’t seem to be retrieving the prices. Can you tell me the code I can use to retrieve the prices?

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘variable product prices doesn't display’ is closed to new replies.