• I know that this feature was requested a lot here in the support forums, but i need also to try this:

    Could you please increase the amount of discount rows from 5 to let’s say 10?
    It would be much better if there was a settings page where one could define the rows needed, but the quick fix increasing the amount to 10 would be sufficient for now.

    best regards

    https://www.ads-software.com/plugins/woocommerce-bulk-discount/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey ageibert,
    You *should* be able to do this by simply editing the woocommerce-bulk-discount.php file and changing the 5 in the for loops to 10.
    For example:
    for ( $i = 1; $i <= 5; $i++ )
    becomes
    for ( $i = 1; $i <= 10; $i++ )

    Make sure every place that refers to the 5 is changed.
    Now I’m not sure why the author limited it to 5, so I cannot tell you what the possible drawbacks will be nor if this is a good idea, but that’s at least how to increase them.

    Thread Starter ageibert

    (@ageibert)

    Hi amereservant,
    thanks for the info and: i do know this.

    but: you should never, i mean never, edit plugin or worpdress core files by your own.
    every future update destroys your changes. and every future update of, in this case, woocommerce, could destroy your whole site, because your changes aren’t update proof.

    it would be so nice if the author of the plugin would answer to this feature request, but as far as i can see, he doesn’t really participate in this support forum.

    maybe it’s better to use woocommerce’s own plugin for bulk discounts. then you are update proof and get support.

    Hi,
    I`m having the same problem with this plugin. I woud like to request the author for working on an upgrade or a premium version with additional rows.

    Meanwhile, does anyone kwon if any of these work right??

    https://www.woothemes.com/products/dynamic-pricing
    https://codecanyon.net/item/woocommerce-extra-options/11943907

    I need to solve this urgent.
    Thanks!

    why stop at 10?

    how about Infinity! I mean this is the computer age and it really should be limitless and to the users specs.

    I want 9999999999999999999999999999 discount options…
    or you can make it infinity, your choice.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘More discount rows’ is closed to new replies.