• Resolved tokkilee

    (@tokkilee)


    I can’t get anything to show up on my product page. I’ve tried adding this to my functions.php:

    if( defined('YITH_WAPO') ){
        add_action('woocommerce_after_single_product_summary',array($yith_wapo_instance,'frontendshow_product_options'));
    }

    To have it add after the summary, but still nothing. I believe I’ve added the add-ons correctly as well. I’m also using the YITH Request a Quote plugin and wanted to purchase the premium versions of both, but I can’t if they don’t work with anything but the default theme. What’s the original hook and on which template file are they supposed to work on? The current theme doesn’t have a lot of customizations on the template files, so they should all be there.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi there,

    the plugins are compatible but I thinks this code doesn’t works because the method frontendshow_product_options doesn’t exists.
    I think that the best solution is to create a custom functions and use the shortcodes instead:

    [yith_wapo_show_options]

    I hope this can help you.

    Hi,
    I’m having a similar issue. No variations show up in add to cart. But Official woo product add on plugin works ?

    Can you please provide a php function code and shortcode to add variations to cart or anywhere on the product page ?

    Thanks

    udegbeandre

    (@udegbeandre)

    @tokkilee can you please share steps in solving this issue

    Plugin Author YITHEMES

    (@yithemes)

    Hi there,

    We need more information to understand why the options are not displayed in the various installations.

    The problem could be related:
    – to the lack of some standard WooCommerce hooks.
    – to customized theme templates.
    – to a composer.
    and more…

    The first test you can do is to activate a default theme such as “Twenty Seventeen” and see if the plugin works.

    • This reply was modified 6 years ago by YITHEMES.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Nothing Shows Up’ is closed to new replies.