Order Bumps for Checkout Page - Boost Your Sales Effortlessly
Order bumps are strategically placed upsell offers displayed on the checkout page, encouraging customers to add complementary products or upgrades to their purchase. They are a powerful way to increase average order value (AOV) without disrupting the buying process.

Why Use BricksUltimate Order Bumps?
BricksUltimate (a premium add-on for the Bricks Builder WordPress theme) provides a seamless way to implement high-converting order bumps on your checkout page. Here’s why it’s a game-changer:1. Easy Integration with WooCommerce
- Works flawlessly with WooCommerce checkout.
- No coding required—set up visually using Bricks Builder.
2. Highly Customizable
- Design order bumps to match your brand.
- Choose from different display styles (checkbox, button, image + text).
- Adjust positioning (before/after order summary, below payment options).
Step-by-step User Guide
Step 1: Go to Bricks->BricksUltimate->Misc tab and enable the Order Bumps option. You get the new sub menu Order Bumps under the Products parent menu on your WordPress dashboard.
Step 2: Now, let's create your first order bump:
- Navigate to Product -> Order Bumps and Click on the Add New button.
- Select which product to offer as your order bump.
- Select Discount type: Percentage Off or Amount Off
- Enter the discount amount
- Add the offer description
- Quantity(Quantity of offer product to add in the cart)
- Setup the Display condition. By default, it will apply for all products.
- Click on the Publish button
Step 3:
Open the checkout template on the Bricks editor and make a query loop:
- Add a BLOCK element on the canvas
- Enable the Query loop
- Click on the Query()
- A popup will appear.
- Select Post type "Order Bumps"
- Posts Per Page = 1
- Disable merge query
Query loop is done. Now add the some elements inside the BLOCK element and create the order bumps layout
- Add the Add Order Bumps element.
- Add the Image Element and setup the dynamic tag {featuerd_image} or {buob_product_image}. It will display the featured image of the offer product.
- Enter the Heading element and put {buob_product_title} dynamic tag. It will display the offer product title. Or you can use the {post_title} and it will display the Order Bumps post title.
- Add the Basic Text element and enter the {buob_description} or {buob_product_description} dynamic tag to display the description.
- Display the offer price. Add the Basic Text element and use {buob_product_price} dynamic tag.
- If you want to display the discount percentage, you use the {buob_discount_amount} dynamic tag.
- Adjust the design(color, fonts, size, background color, etc.) as per your site design and save the template
Go to the Checkout page and test the order bumps feature.