Support

Account

Home Forums General Issues Display product price in Relationship field Reply To: Display product price in Relationship field

  • Thank you, indeed it should be $p like in the rest of the code!
    It works fine now for regular prices. However when I have sale price and regular price for one product it displays: 0.00 and I get error : “Trying to get property of non-object…” on this line:
    $product = new WC_Product($p->ID);
    Is there anything else I missed?