How to Remove Individual Prices for Bundled Products

Hi,

I’m using the shopify bundle app.

I’m selling bundles of individual products on my Shopify store, such as:

-Ski lens

-Ski frame

-Ski straps

The entire bundle is priced at £120.

However, when a client places or cancels an order, the individual prices of the products in the bundle are still displayed, which can cause confusion. I would prefer for customers to see only the total bundle price of £120, without any breakdown of the individual item prices.

Is there a way to modify or remove the individual product prices in a bundle? I’d appreciate any advice or solutions!

Thank you!

Hello @annamimii ,

I think that there is no option for it.

Actually app developers have to use the reference of the individual product not the actual product in the cart/checkout.

I suggest once reach to the app support or try another one.

Regards
Guleria

If anyone needs an answer - I manged to find a way! I edited the code in ‘settings’ > ‘notifications’ > ‘order cancelled’ > ‘edit code’

Around line 289 I used the following:

{% if expand_bundles and line.bundle_parent? %}

{% else %} {% endif %}

If someone has a better way then please let me know :slightly_smiling_face:

For notification templates that would be the main way, good work!

FYI: you can mark your own answer as a solution!

Hey @annamimii

That’s a really common pain point with Shopify’s native Bundles — because each item is added to the order separately, customers end up seeing the individual product prices alongside the total, which can definitely cause confusion.

I created the NeatBundles app to address those issues exactly. It allows the following:

  • Only the parent bundle product shows the price (e.g., £120).

  • The bundled items are still added and tracked for inventory, but their prices aren’t displayed to the customer.

  • This way, the checkout/order view looks clean, and your customers only ever see the price you’ve set for the bundle.

This is actually the default behavior when using a bundling app like NeatBundles — so you won’t need to mess around with custom code to hide those line item prices.

And just to mention — NeatBundles is currently free for a limited time, and if you sign up soon, you’ll keep it free forever. :tada:

:backhand_index_pointing_right: You can check it out here: NeatBundles

Hope it helps!

Jure

Hey Jure,

Nice - will check it out! I know shopify bundles are not compatible with google merchant, will your bundles work with Google Merchant integration?

Thanks

Yes, NeatBundles works with Google Merchant integration.

For each bundle that you sell, NeatBundles creates and manages a Shopify product. That product can then be featured anywhere on your store or synced to Google Merchant.

If customers then click on that product, either from a Google search or from somewhere on your store, they will be redirected to the associated bundle page, where they will create their unique bundle that will then be added to the cart.

Looking forward to hearing your feedback about the app.

Best,
Jure

Hi @annamimii :raising_hands:

Easify Box Builder can absolutely meet your requirement to create a bundle made up of multiple individual products (e.g., ski lens + ski frame + ski straps) with a fixed total price of £120. Customers can choose each item directly on a single, clear bundle page—rather than relying on percentage-based discounts like Shopify Bundles.

Here’s an example I’ve created so you can see how it works:

  • This is the result:

  • This is the app setting:

First, you should choose the Fixed-Price Box type (a fixed total price for the entire bundle). This is the best option when you want customers to see a single bundled price (e.g., £120) even if each individual product has a different original price.

Following the demo flow, you can set it up like this: create a new box => choose Fixed-Price Box => add 3 product groups (Lens / Frame / Straps), and in each group set it as required with the exact selection rules you want. Then go to Pricing & Discounts and set Quantity = 3 and Price = 120 (in your store currency). Once the customer has selected all 3 items, the total will automatically be locked to £120.

Regarding your question about not showing each item’s individual price in the cart/checkout/order: Shopify will typically still show separate line items for each product. In many cases, we can help you hide the per-item price display on the cart page/cart drawer with a small CSS tweak (theme-side).

Easify Box Builder makes setup simple with its user-friendly design and rapid configuration process—everything can be up and running in just a few minutes.:blush:

Hi,

That problem is a common limitation with the Shopify Bundles app.

One option you could consider is using a bundling solution like BOGOS App. With the feature “Bundle Product”, the bundle will be displayed as a single product on product page with one clear price (for example, £120), while everything is still handled correctly in the background.

With this setup:

  • Customers only see the bundle price, not the individual item prices
  • Inventory for each product in the bundle stays in sync automatically
  • If the products have variants, customers can select them directly within the bundle