• Resolved USREC

    (@hawaiirealestate)


    Why this Code will not work?

    Only shows:
    Price: 1000000
    Commission: 3%
    REBATE: $0

    <?php
    echo ‘Price: ‘;
    $x = es_the_property_field(‘price1654292337f629a7f71a82f0’);
    echo “<br>”;
    echo ‘Commission: ‘;
    $y = es_the_property_field(‘coop1651891241f6275dc29ed0fb’);
    $z = ($x + $y);
    echo “<br>”;
    echo ‘REBATE: ‘;
    echo ‘$’;
    echo number_format($z);
    ?>

Viewing 1 replies (of 1 total)
  • Plugin Support Temyk

    (@webtemyk)

    Hello.

    We do not provide support for your code. If the code doesn’t work, read the PHP error log

Viewing 1 replies (of 1 total)
  • The topic ‘Why this Code will not work?’ is closed to new replies.