We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Re: How to Remove Individual Prices for Bundled Products

Solved

How to Remove Individual Prices for Bundled Products

annamimii
Tourist
8 1 1

 

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!

 

 

Accepted Solution (1)

annamimii
Tourist
8 1 1

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 🙂

View solution in original post

Replies 3 (3)

Guleria
Shopify Partner
4299 825 1189

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

 

 

 

- Elevate Your Store with Expert Shopify Services. Email: guleriathakur43@gmail.com - Need a quick fix or a tailored customization? I’ve got you covered.
- Looking to enhance your pages? Try GEMPAGES- a powerful drag & drop page builder.
- Let’s make your store stand out. Get in touch today!
- My Apps: Productify Groups – Smart product grouping made easy.

annamimii
Tourist
8 1 1

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 🙂

PaulNewton
Shopify Partner
8031 687 1647

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