• I’m having problems with the cart after installing the plugin.

    Now, when I put the quantity 0 of any product and update the cart, nothing changes and I get this message:

    “Minimum quantity for the product is 1”

    Even if the product has no tiered price block.

    How can I solve this?

    And thanks for the plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WP Developer

    (@bycrik)

    Hi @vfdornelas,

    It seems to be a bug, I’ll check it, thanks.

    As a solution, you can disable that functionality by adding this code to your function.php

    
    add_filter('tier_pricing_table/addons/min_quantity_active', '__return_false');

    I hope that helps.

    RashaMatt

    (@rashamatt)

    I am affected by this bug as well, and the above-mentioned fix is not working for me.

    Can you please fix this simple, annoying bug? I have clients complaining, and I have to edit your plugin source to fix it, which of course breaks on an update.

    The fix mentioned above doesn’t work for me, but what does work is to edit tier-pricing-table/src/Addons/Addons.php and comment-out line 39:
    MinQuantity::class => new MinQuantity( $this->fileManager, $this->settings ),

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Minimum quantity’ is closed to new replies.