Comments 1Corey Schmidt started the conversationMarch 18, 2022 at 5:04pmIs it possible to display the description specific to a product variable when showing variable products in a group product page? 767Janilyn repliedMarch 21, 2022 at 5:26amHi Corey, Thank you for contacting WPClever Support Forum. We are off at the weekend so today 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 Agent1 Like 1Corey Schmidt repliedMarch 22, 2022 at 9:35pmJust checking in to see if there are any potential solutions? Thanks! 1,222Dustin repliedMarch 24, 2022 at 9:12amHi Corey,I'm so sorry for the late reply!Please add the below custom code (How to add custom code?) add_filter( 'woosg_item_description', 'woosg_item_description_variation', 99, 2 ); function woosg_item_description_variation( $desc, $product ) { if ( $product->is_type( 'variation' ) ) { return $product->get_description(); } return $desc; }Best regards,Dustin1 Like 1Corey Schmidt repliedMarch 24, 2022 at 3:55pmWorked perfect, thank you.1 Like 1,222Dustin repliedMarch 25, 2022 at 1:09amYou're welcome!If you are satisfied with our plugin and support, please reward it with a full five-star ★★★★★ rating.https://wordpress.org/support/plugin/wpc-grouped-product/reviews/?filter=5Thank you in advance! ♥Best regards,Dustin Sign in to reply ...
Is it possible to display the description specific to a product variable when showing variable products in a group product page?
Hi Corey,
Thank you for contacting WPClever Support Forum. We are off at the weekend so today 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
Just checking in to see if there are any potential solutions? Thanks!
Hi Corey,
I'm so sorry for the late reply!
Please add the below custom code (How to add custom code?)
Best regards,
Dustin
Worked perfect, thank you.
You're welcome!
If you are satisfied with our plugin and support, please reward it with a full five-star ★★★★★ rating.
https://wordpress.org/support/plugin/wpc-grouped-product/reviews/?filter=5
Thank you in advance! ♥
Best regards,
Dustin