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

Important update: Shopify is deprecating Additional Scripts and the legacy checkout/order status pages. If your store hasn't already migrated, you'll need to upgrade to the new Thank You and Order Status pages, which are built on Shopify's Checkout Extensibility model. These new pages do not support Additional Scripts of any kind, including CSS, so the method described further down this article will no longer work once you migrate.

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