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.
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??
http://www.woothemes.com/products/dynamic-pricing
http://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.