Comments 1Ke Yee started the conversationAugust 18, 2023 at 10:53amHi I would like the bundle name to not appear in my order details but do so in cart and checkout page, because it's interfering with my warehousing. So I would only like the section highlighted in purple to be shown only. Image Link 767Janilyn repliedAugust 21, 2023 at 6:46amHi Yap, Thanks for contacting WPClever Support Forum. We're not available at the weekends so today (Monday) I am able to process your ticket. We’ve received your ticket and assigned one of our developers to help you with that. He’ll be looking into your question and responding with specific instructions as soon as possible. Please stay patient as we're having very heavy workloads, it might take some time for our developers to reach back. Best regards. Janilyn T. - WPClever Support Agent 1Ke Yee repliedAugust 23, 2023 at 9:35amHi is there any updates on this? 1,226Dustin repliedAugust 24, 2023 at 4:32amHi Yap,Please add the below custom code (How to add custom code?) to hide the main bundle product: add_filter( 'woocommerce_order_get_items', function ( $items ) { foreach ( $items as $key => $item ) { if ( $item->meta_exists( '_woosb_ids' ) ) { unset( $items[ $key ] ); } } return $items; }, 10, 1 );Best regards,Dustin Ke Yee replied privately 1,226Dustin repliedAugust 30, 2023 at 7:19amPlease ensure that you're using the latest version 7.2.8 of our plugin and choose "No" for this option https://app.screencast.com/orryFkAjMfrBZBest regards,Dustin 1Ke Yee repliedAugust 30, 2023 at 7:57amAlright thank you so much!1 Like Sign in to reply ...
Hi I would like the bundle name to not appear in my order details but do so in cart and checkout page, because it's interfering with my warehousing. So I would only like the section highlighted in purple to be shown only.
Image Link
Hi Yap,
Thanks for contacting WPClever Support Forum. We're not available at the weekends so today (Monday) I am able to process your ticket.
We’ve received your ticket and assigned one of our developers to help you with that.
He’ll be looking into your question and responding with specific instructions as soon as possible.
Please stay patient as we're having very heavy workloads, it might take some time for our developers to reach back.
Best regards.
Janilyn T. - WPClever Support Agent
Hi is there any updates on this?
Hi Yap,
Please add the below custom code (How to add custom code?) to hide the main bundle product:
Best regards,
Dustin
Please ensure that you're using the latest version 7.2.8 of our plugin and choose "No" for this option https://app.screencast.com/orryFkAjMfrBZ
Best regards,
Dustin
Alright thank you so much!