App reviews, troubleshooting, and recommendations
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!
Solved! Go to the solution
This is an accepted solution.
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? %}
<td class="order-list__parent-price-cell">
{% else %}
<td class="order-list__price-cell" style="display:none;">
{% endif %}
If someone has a better way then please let me know 🙂
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
This is an accepted solution.
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? %}
<td class="order-list__parent-price-cell">
{% else %}
<td class="order-list__price-cell" style="display:none;">
{% endif %}
If someone has a better way then please let me know 🙂
For notification templates that would be the main way, good work!
FYI: you can mark your own answer as a solution!
Contact paull.newton+shopifyforum@gmail.com for the solutions you need
Save time & money ,Ask Questions The Smart Way
Problem Solved? ✔Accept and Like solutions to help future merchants
Answers powered by coffee Thank Paul with a ☕ Coffee for more answers or donate to eff.org
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025