I think there's a problem with the AND statement, not sure how to setup the code for this.
I have three statements in sequence for this site.
A) Standard price (Neither Sold or Sold Contingent checkboxes are checked)
B) Hide price and show modified price and styling when SOLD checkbox is checked
C) Hide price and show modified price and styling when SOLD CONTINGENT is checked
If I remove the conditional statement, the standard price appears as well as the Sold or Sold Contingent price. So I need to check for both conditions to be 0, and show the standard price. I'm showing only the first condition here.