• After installation and activation, its menu never shows up in product settings. As far as I can tell this just doesn’t work…

Viewing 1 replies (of 1 total)
  • Are you talking variable products? With simple products it works out-of-the-box. For variable products you have to change the options.php on line 10:

    'class' => array( 'show_if_simple' ), );

    to

    'class' => array( 'show_if_ticket' ), );

    This plugins seems to be a mixed bag, and support seem to be very poor. But it does the trick. Change the plugin core is, of course, a dirty workaround.

    • This reply was modified 3 years, 8 months ago by cutu234.
Viewing 1 replies (of 1 total)
  • The topic ‘Doesn’t work’ is closed to new replies.