You can remove the coupon code text in the booking engine by editing the CSS for the booking engine. Go to Settings -> Booking engine -> Manage booking engines -> Edit -> Custom CSS. Then add the following CSS code:
1 |
#book_couponCodeQuestion { display : none ;} |