• Matt

    (@britishfilth)


    On the checkout page, there’s an ‘Additional Information’ heading. I can’t see any Booster setting to get rid of it. Is that possible?

    On the same page, there’s a big bar at the top that says ‘Have a coupon? Click here to enter your code’. I have no coupons and don’t want that bar appearing. Again, any way to get rid of it?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @britishfilth,

    Sorry for not replying earlier. Please let me recheck that – will get back to you shortly.

    Best regards,
    Tom

    Hi again, @britishfilth,

    Regarding coupons – there is an option in WooCommerce for that. If you go to “WooCommerce > Settings > Checkout”, and disable “Enable the use of coupons” checkbox – coupons fields should be gone.

    Best regards,
    Tom

    Hi again, @britishfilth,

    Regarding “Additional Information” heading on checkout – probably the easiest way is to hide it with CSS. For example you can use Booster’s “Custom CSS” module (in “WooCommerce > Settings > Booster > Emails & Misc. > Custom CSS”), and add to “Custom CSS – Front end (Customers)” option:

    .woocommerce-checkout .woocommerce-additional-fields h3 {
        display: none !important;
    }

    This will hide the heading and if you want to also hide the “Order notes” field in that section, you can use Booster’s “Checkout Core Fields” module (in “WooCommerce > Settings > Booster > Cart & Checkout > Checkout Core Fields”) and set “enabled” for “Order Comments” field to “Disabled”.

    Hope that helps.

    P.S. If you like Booster, please leave us a rating.

    Best regards,
    Tom

    Thread Starter Matt

    (@britishfilth)

    Thanks, Tom. That’s solved both issues. I’ll leave a review shortly ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Two things I’d love to make disappear’ is closed to new replies.