Hide payment pending banners from "Cash on Delivery" customer orders

Easily hide the payment pending banner on your customer orders after the bundle line items are added for "Cash on Delivery" orders


When customers use Cash on Delivery as a payment method, they will see a Payment banner on their orders after Simple Bundles has edited their orders.

To remove this banner:

1. Navigate to the Settings page.

2. Click on the Checkout section on the page.

3. Scroll down to Order processing section.

4. Add the following code to the Additional scripts section:

<style>.notice.notice--info, .notice.notice--warning{display: none}</style>

Once added, your banner should be removed from the orders page.

Still need help? Contact Us Contact Us