次のコードを持つPHPテンプレートファイルがあります。
<td class="redfont">
<strong><?=$fees->display_amount($item_details['start_price'], $item_details['currency']); ?></strong>
私がやりたいのは、このようなものを追加するとif the start_price == 0
、display_amount
が表示されるはず0
です。
現在、display_amount
_ _-
start_price
0
何か助けはありますか?