Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author giannis4

    (@giannis4)

    Hi @elia,

    Thank you for using our plugin.

    You can use the “woocommerce_terms_is_checked_default” filter to make the checkboxes checked by default.

    Add to your child theme’s functions.php the following row:
    add_filter( ‘woocommerce_terms_is_checked_default’, ‘__return_true’ );

    Please let me know if you have any other questions.

    Best regards,
    Giannis

    Plugin Author giannis4

    (@giannis4)

    Hi @elia,

    I am marking this topic as resolved since there were no new messages.

    Feel free to contact us if you need anything else.

    Best regards,
    Giannis

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Checkbox ticked by default’ is closed to new replies.