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

Okay
  Public Ticket #3841455
checked all by default
Open

Comments

  •  3
    rswstudio started the conversation

    Hello, is there a way to have "checked all by default" checked by default when filling in frequently bought together products?

    Thank you

  •  1,408
    Dustin replied

    Hi Rswstudio,

    Please update our plugin to the latest version, 7.6.1, and add the custom code below. (How to add custom code? ↗):

    add_filter( 'woobt_checked_all', '__return_true' );

    Best regards,
    Dustin

  •  3
    rswstudio replied

    It seems to be working correctly, thank you.