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
4181 812 1168

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

 

 

 

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

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
7746 679 1617

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