• Resolved hamidhamidi1022

    (@hamidhamidi1022)


    Hi.

    When in a variable product, this plugin only works when a true variation is chosen. But i need to add the parent product if there is not a true variation. How to do that?

Viewing 1 replies (of 1 total)
  • Plugin Author templateinvaders

    (@templateinvaders)

    Hi @hamidhamidi1022

    To allow adding parent products without choosing a variation, you can use this snippet:

    add_filter( 'tinvwl_allow_add_parent_variable_product', '__return_true' );

    This will enable the option to add parent variable products without selecting a variation.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.