Comments Ayaan started the conversationApril 2, 2024 at 6:54pmIs there any way I can add a product as Frequently Brought Together which has variations I want to add the following product: https://y88ia0ziil-staging.onrocket.site/product/aedts-exclusive/Ayaan repliedApril 2, 2024 at 7:23pmWhy do you guys allow to add variable product and not Membership product which is technically the same thing.All customer have to choose is optionWhen I try to add a “Membership Product” as a Frequently Brought Together product it doesn’t show.I’m using the premium version 1,224Dustin repliedApril 3, 2024 at 3:36amHi Ayaan,Please add the custom code below. (How do you add a custom code?) add_filter( 'woobt_product_types', function ( $types ) { $types[] = 'subscription'; $types[] = 'variable-subscription'; $types[] = 'subscription_variation'; return $types; }, 99 );Best regards,Dustin Sign in to reply ...
Is there any way I can add a product as Frequently Brought Together which has variations
I want to add the following product: https://y88ia0ziil-staging.onrocket.site/product/aedts-exclusive/
Why do you guys allow to add variable product and not Membership product which is technically the same thing.
All customer have to choose is option
When I try to add a “Membership Product” as a Frequently Brought Together product it doesn’t show.
I’m using the premium version
Hi Ayaan,
Please add the custom code below. (How do you add a custom code?)
Best regards,
Dustin