• rtwPhoenix

    (@rtwphoenix)


    Warning: Missing argument 2 for Woocommerce_Upcoming_Product::upcoming_product_title() in /home/naturalspecialty/public_html/wp-content/plugins/woocommerce-upcoming-product/woocommerce-upcoming-product.php on line 321

    Error I’m getting when using Upcoming Products
    Woo Commerce 3.X

    • This topic was modified 9 years ago by rtwPhoenix.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mohaiminul Islam

    (@skshaikat)

    Please replace the line 321

    function upcoming_product_title( $title, $id )

    with

    function upcoming_product_title( $title, $id = null )

    Hope this will fix your problem.
    Please let me know if the error not fixed by this code.
    Thank you

    Thread Starter rtwPhoenix

    (@rtwphoenix)

    Excellent fix thank you.

    Plugin Author Mohaiminul Islam

    (@skshaikat)

    Thank you for the great review.

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

The topic ‘Upcoming Products Error’ is closed to new replies.