从这个 php 脚本。我愿意在最后给总价加上 10% 的折扣。请帮助我,我不知道为什么如何在这个插件中添加折扣功能
// Calculate Total Price
$total_price = $book_room_price * $total_stay;
// Get currency unit stored in the theme options
if ( $data['currency_unit'] !== '' ) {
$currency_unit = $data['currency_unit'];