• Is it possible to set a step increment for one specific item after a certain quantity is reached?

    For example, a customer is allowed to order an item with a quantity of 1-10, but after a quantity of 10, they can only order the item in increments of 5. So if they tried to order 11 of the item, it would round up to 15. If they tried to order 16 of the item, it would round up to 20 and so on.

    Thanks in advance.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Algoritmika

    (@algoritmika)

    Hi @deviratech,

    Unfortunately this is not possible at the moment, however, we already have similar requests from our other users, so I will be trying to implement it in next plugin update.

    Thread Starter deviratech

    (@deviratech)

    Thanks that would be great and I appreciate the quick response! Do you have an ETA on when you think the next update will be out?

    Plugin Author Algoritmika

    (@algoritmika)

    Hi @deviratech,

    We are planning to release this Friday.

    Plugin Author Algoritmika

    (@algoritmika)

    Hi @deviratech,

    As promised, we’ve recently released new plugin version 1.7.0. I’m not sure if this will be good enough, but I believe I’ve solved your task by adding “ranges” option to our “Fixed Quantity” section. So now if you set “Allowed quantity” option to e.g. [1-9|1],[10-1000|5], your customers will be able to order as you’ve described, i.e. 1-10 and 15, 20, 25 etc.

    You will probably also want to set “Add to cart” validation option to “Validate and auto-correct quantities” in “WooCommerce > Settings > Product Quantity > General”.

    Please let me know if you have any questions or if something is not working as expected.

    And if you like the plugin, please consider leaving me a rating.

    Thread Starter deviratech

    (@deviratech)

    Hi and thanks for the quick response! I just went ahead and purchased the Pro version of your plugin and just left a positive review. I have two follow up questions:

    1. Is it possible to change the color of the notification boxes at the top of the Cart page from yellow to red?

    2. I have the per product option enabled for Fixed Quantity. I added [1-9|1],[10-1000|5] to the “Exact quantity allowed” on the two product pages that require this rule and it works perfectly and displays a notification at the top of Cart page if the customer has entered an incorrect quantity. This is awesome – thanks!

    However, I would also like to use the Quantity Step option as well. I can enter a value of 5 in the Quantity Step box on the product pages and it works great on the Cart page when the Quantity is over 10. But when the Quantity is below 10 it still only allows increments of 5 so a customer cannot choose to order a quantity of 3, 4, 6. etc. Would it be possible to allow a similar feature in the Quantity Step box where instead of choosing a number, you could also enter [1-9|1],[10-1000|5]?

    Thanks in advance!

    Plugin Author Algoritmika

    (@algoritmika)

    Hi @deviratech,

    Thank you for the purchase and for the review, I really appreciate it.

    1. We’ve just released new plugin v1.7.2. There is a new “Cart notice type” option in “WooCommerce > Settings > Product Quantity > General”. Please try setting it to “Error” (instead of the default “Notice”).

    2. This one is a little bit harder. For the step we are basically using standard HTML input step attribute, which doesn’t allow step ranges. So the only solution I can think of is to do it with JavaScript. I will try to do it next plugin version.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Step increments after a certain quantity’ is closed to new replies.