• Resolved dankimhi

    (@dankimhi)


    I get the following error messages:

    Warning: Missing argument 3 for Hyyan\WPI\Tax::filterPriceSuffix(), called in C:\xampp\htdocs\wp\wp-includes\class-wp-hook.php on line 286 and defined in C:\xampp\htdocs\wp\wp-content\plugins\woo-poly-integration\src\Hyyan\WPI\Tax.php on line 97

    Warning: Missing argument 4 for Hyyan\WPI\Tax::filterPriceSuffix(), called in C:\xampp\htdocs\wp\wp-includes\class-wp-hook.php on line 286 and defined in C:\xampp\htdocs\wp\wp-content\plugins\woo-poly-integration\src\Hyyan\WPI\Tax.php on line 97

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor jomo

    (@jonathanmoorebcsorg)

    Which version of wooCommerce are you using?
    these filter parameters have changed in some versions of wooCommerce as per:
    https://github.com/hyyan/woo-poly-integration/issues/104

    Please:
    – check that you can reproduce this issue in standard setup eg:
    – disable other plugins apart from woocommerce, polylang and this plugin
    – switch to storefront
    Does the problem still exist?
    if so please report to:
    https://github.com/hyyan/woo-poly-integration/issues/

    Note you could work around this problem by commenting out the line in tax.php: add_filter(‘woocommerce_get_price_suffix’, array($this, ‘filterPriceSuffix’), 10, 4);
    However since you have some version incompatibility there could be other problems

    —————————-
    Please note there is no support on these forums as explained in the overview and pinned post.
    Support is only by volunteers in their spare time so to report an issue please use github and provide as much information as possible:
    https://github.com/hyyan/woo-poly-integration/issues
    —————————-

    Thread Starter dankimhi

    (@dankimhi)

    Thanks for your reply.
    I’m using WordPress 4.9.2.
    All plugins are up to date.
    I have turned off all the other plugin to no avail, the problem persists.

    Plugin Contributor jomo

    (@jonathanmoorebcsorg)

    >All plugins are up to date.
    That’s not necessarily a good idea, for example wooCommerce have just released version 3.3 which is almost certainly incompatible with this and many other plugins.

    Also you don’t state whether you have checked with a standard theme.
    For example if your theme is hooking woocommerce and then using the Woocommerce 2.x version of this call then this behaviour would result.

    Please note:
    —————————-
    Please note there is no support on these forums as explained in the overview and pinned post.
    Support is only by volunteers in their spare time so to report an issue please use github and provide as much information as possible:
    https://github.com/hyyan/woo-poly-integration/issues
    —————————-

    Plugin Contributor jomo

    (@jonathanmoorebcsorg)

    Note that WooCommerce 3.3 is now withdrawn due to compatibility issues:
    https://woocommerce.wordpress.com/2018/02/01/woocommerce-3-3-1-status-update/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Problem when using WooCommerce Composite Products’ is closed to new replies.