Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #3619908
Seems like I cant add variable products as Frequently Brought tother
Open

Comments

  • Ayaan started the conversation

    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/

  • Ayaan replied

    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

  •  1,224
    Dustin replied

    Hi 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