$total_purchase_amount = 1200;
if ($total_purchase_amount > 1000) { return $total_purchase_amount * 0.05; } else { return ”; }