• Hello,

    I installed the plugin and activated it, but it doesn’t work.
    When I look on my product page I get this message:

    Warning: Missing argument 3 for YITH_WCWTL_Frontend::output_form() in /home/ilookincr/domains/ilookincredible.com/public_html/wp-content/plugins/yith-woocommerce-waiting-list/includes/class.yith-wcwtl-frontend.php on line 115 Fatal error: Call to a member function is_in_stock() on a non-object in /home/ilookincr/domains/ilookincredible.com/public_html/wp-content/plugins/yith-woocommerce-waiting-list/includes/class.yith-wcwtl-frontend.php on line 133

    Can someone help me?

    Greats
    Elien

    https://www.ads-software.com/plugins/yith-woocommerce-waiting-list/

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

    (@yithemes)

    Hi Elien,
    It seems that an argument of a standard woocommerce filter is missing. What version of woocommerce are you using?
    Have you tried with a theme like twenty?
    Let me know, regards.

    Thread Starter ElienAlentijns

    (@elienalentijns)

    I’m using version 2.3.8
    And I’m using the flatsome theme and I need it to work for my customer
    Do you know how I can fix it?

    HI !
    I am with this problem too..
    Help-me please.

    Plugin Author YITHEMES

    (@yithemes)

    Hi,
    Seems that flatsome have changed parameters of ‘woocommerce_stock_html’ filter in woocommerce/template/add-to-cart/simple.php.

    You need to overwrite this file in your child theme and change ‘woocommerce_stock_html’ filter from this

    apply_filters( 'woocommerce_stock_html', '<p class="stock ' . esc_attr( $availability['class'] ) . '">' . esc_html( $availability['availability'] ) . '</p>', $availability['availability'] );

    to this:

    apply_filters( 'woocommerce_stock_html', '<p class="stock ' . esc_attr( $availability['class'] ) . '">' . esc_html( $availability['availability'] ) . '</p>', $availability['availability'], $product );

    Let me know, regards.

    It appeared the button on the product screen !! Thanks

    Now does not add a new meta-box for the Product screen.

    Please
    Where I see the waiting list?

    Thread Starter ElienAlentijns

    (@elienalentijns)

    Before I trie that, I have an other problem, when the plugin is installed the website doensn’t load anymore, is that because of the same thing or?

    Plugin Author YITHEMES

    (@yithemes)

    Hi,
    ecastrodesign you can see the waiting list metabox in edit product page, with the total number of subscribers and button to send mail. If you want to manage the list completely, add and remove users or excluding some products, consider to buy premium version here

    ElienAlentijns can you provide me a link so I can check this?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Error’ is closed to new replies.