Why this Code will not work?
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Why this Code will not work?’ is closed to new replies.