Home › Forums › WoodMart support forum › Display Adjustment for Set Products in Cart
Display Adjustment for Set Products in Cart
- This topic has 9 replies, 2 voices, and was last updated 2 months, 2 weeks ago by Hung Pham.
-
AuthorPosts
-
September 24, 2024 at 6:09 am #599539
tradeadaptkoreaParticipantWhen a customer adds a set product to the cart, all the individual items and their prices are displayed, which can be confusing for the customer. Is it possible to show only the main title of the set product, instead of the detailed items and their quantities? It seems that customers might mistakenly think they’ve added products they didn’t select, which could cause confusion.
Attachments:
You must be logged in to view attached files.September 24, 2024 at 12:32 pm #599657
Hung PhamKeymasterHi tradeadaptkorea,
Thanks for reaching to us.
If you are using Woodmart Header builder cart element and Elementor Pro plugin, you need to disable
Elementor Mini Cart template
that is designed to work with Elementor Pro under Elementor > Settings > Integrations > WooCommerce > Mini Cart Template and select Disable. https://take.ms/Ra7CvIn case you don’t use Pro version, there is an issue with the 3rd party plugins or Cache plugins. Please clear CDN or cache and deactivate all the 3rd party plugins and activate only theme-required plugins on the site and then check the issue. I am sure your issue will be solved. Then Activate the 3rd party plugins one by one and check which plugin is creating the issue for you.
Regards,
September 25, 2024 at 5:45 am #599845
tradeadaptkoreaParticipantI followed your instructions and disabled the mini-cart template, but I’m still experiencing the same issue with no visible changes. Could you please check again?
Also, the issue with the thumbnail images (where they disappear by being pushed to the left and aren’t visible) is still occurring consistently. Please look into this as well.
Attachments:
You must be logged in to view attached files.September 25, 2024 at 12:16 pm #599968
Hung PhamKeymasterHi tradeadaptkorea,
You should Purge cache from plugins / CDN or disable it and check again. https://ibb.co/Fbm8002
Best Regards,
September 26, 2024 at 3:14 am #600190
tradeadaptkoreaParticipantI followed your instructions to clear the cache, including the browser cache, but the same issue persists. Please check if there are any other solutions.
Attachments:
You must be logged in to view attached files.September 26, 2024 at 4:18 pm #600457
Hung PhamKeymasterHi tradeadaptkorea,
Please navigate to Theme Settings > Shop > Variable products and disable
Enable linked variations
option https://prnt.sc/EfMqzlmRhdF-Or Navigate to Theme Settings > Shop > Variable products > disable the option
show single variation
and check the issue.Regards,
October 2, 2024 at 5:29 am #601829
tradeadaptkoreaParticipantI followed your instructions, but the same issue persists. The section where it’s possible to adjust the price and quantity for each individual product still appears in the shopping cart. Please check this issue.
Attachments:
You must be logged in to view attached files.October 2, 2024 at 2:17 pm #602004
Hung PhamKeymasterHi tradeadaptkorea,
Navigate to Theme Settings > Shop > Shop and disable
Quantity input on shopping cart widget
option https://prnt.sc/8mW18X18QilRRegarding price, Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
div.cart-info span.quantity { display: none; }
Regards,
October 4, 2024 at 3:52 am #602348
tradeadaptkoreaParticipantLet me clarify. I think there was a misunderstanding with my previous question. What I want to modify is the way bundle products are displayed in the cart. I want to remove the detailed breakdown of individual items within the bundle. Instead, I would like to show the bundle’s thumbnail, name, and price.
The ability to adjust the quantity of the bundle itself should remain, and the total price should still be visible. However, I do not want the individual product prices and quantities within the bundle to be adjustable or visible.
We have included the image we want in the attachment. Please check and confirm
Attachments:
You must be logged in to view attached files.October 4, 2024 at 9:25 am #602404
Hung PhamKeymasterHi tradeadaptkorea,
Thanks for more details.
Add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS:
.cart-widget-side .woosb-cart-item.woosb-cart-child{ display: none; }
Regards,
-
AuthorPosts
Tagged: Set Product Cart Display
- You must be logged in to create new topics. Login / Register