Michael Pusch Posted November 25, 2018 at 12:52 PM Share Posted November 25, 2018 at 12:52 PM Just playing with the banner field and php bases formating and have a little question. $price = $CustomFields->fieldValue('jr_price',$entry); $volume = $CustomFields->fieldValue('jr_volume',$entry); $total = $price * $volume; return $total; How can I put in the currency format like this: 1200,- € instead of 1200 And additional: How can I devide? In this way? $total = $price / $volume; Link to comment
Michael Pusch Posted November 25, 2018 at 03:53 PM Author Share Posted November 25, 2018 at 03:53 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Alejandro Posted November 25, 2018 at 04:15 PM Share Posted November 25, 2018 at 04:15 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Michael Pusch Posted November 25, 2018 at 04:27 PM Author Share Posted November 25, 2018 at 04:27 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Alejandro Posted November 25, 2018 at 04:54 PM Share Posted November 25, 2018 at 04:54 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Michael Pusch Posted November 25, 2018 at 07:20 PM Author Share Posted November 25, 2018 at 07:20 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.