• Resolved neilgee

    (@neilgee)


    Notice: Undefined variable: quantity in /home/acc/public_html/wp-content/plugins/woocommerce-wholesale-prices/includes/class-wwp-wholesale-prices.php on line 216

    Getting a notice on the latest version.

Viewing 1 replies (of 1 total)
  • Hi @neilgee,

    Thanks for getting in touch.

    This line of code seems to affects users of the Aelia plugin. I’ve already raised this with our developers to check and investigate the issue.

    For now, please modify that line of code by replacing it with the code below:
    $wholesale_price = apply_filters( 'wwp_filter_' . $activeCurrency . '_wholesale_price' , $wholesale_price , $product_id , $user_wholesale_role );

    Also, it is recommended to do a backup of your site first when making changes on your code to prevent any loss when an unexpected issue comes up.

    I hope this helps. Please, let me know how it goes.

Viewing 1 replies (of 1 total)

The topic ‘Notice: Undefined variable: quantity’ is closed to new replies.