• hello i have a theme with an extended woocommerce class, your plugin does not work in the booking form. How can I modify your plugin so I can work with this custum product class?

    class WC_Product_Tour extends WC_Product_Simple

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

    (@yithemes)

    Hi Matteo,

    I’m sorry, but the free version of YITH WooCommerce Product Add-Ons works only with simple type products. Probably you need create this custom feature and add it to the plugin.

    Try to check the file class.yith-wapo-frontend.php, you will find this hook to show the options:

    add_action( ‘woocommerce_’.$form_position.’_add_to_cart_button’, array( $this, ‘show_product_options’ ) );

    Best regards,
    YITH.

Viewing 1 replies (of 1 total)
  • The topic ‘extended product woocommerce class’ is closed to new replies.