• Resolved arinugr

    (@arinugr)


    i was tried to implement your awesome plugin. the plugin work normaly in default theme by wordpress. but when i changed to this theme the option is not displaying in cart or checkout page. is this compatible issue?

    thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    yes it may be compatibility issue. Although PPOM support all standard themes. As we use WooCommerce hooks to render our fields. So if theme is missing these hooks then it’s not possible. Better to check with theme developers.

    And also make sure your product price is not nulled, when it’s not given hooks is not called.

    Thread Starter arinugr

    (@arinugr)

    Hi,

    thanks for response my thread.
    then where is the hooks placed file? so i can check by my self first.

    thanks

    we use following two hooks placed inside (classes/plugin.class.php) file:

    woocommerce_before_add_to_cart_button – for simple products
    woocommerce_single_variation – for variable (sometimes variable product does not have above hook)

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Options is not displaying’ is closed to new replies.