• Resolved partyparty

    (@partyparty)


    Hello J Tyler,

    Great plugin πŸ™‚ I have been able to use it with ease. However, for a few of my products, I need to set up specified product quantities. For example:

    10 25 50 100 200 300 500 1000 2000

    As you can see, the step value system isn’t optimal for this. Does your plugin have a way for me to define specific quantity batches?

    The use case, in case you are interested or it helps you understand the need, is that we’re selling custom stickers. We are also using your plugin in conjunction with WooCommerce Bulk Discount – which allows us to create price breaks for higher quantities sold.

    https://wordpress.org/plugins/woocommerce-incremental-product-quantities/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hm what you’re looking for would be better suited for a js script over modifying the html values of the input box. The reason being is a numeric input box has these configurable values (as well as some others):

    Min = min value allowed
    Max = max value allowed
    Step = distance between each uptick
    Value = starting value
    See: http://www.w3schools.com/html/html5_form_input_types.asp

    The difficulty doing what you want ie. irregular batch sizes is that without js, you can’t change you step value as you go. Provided the user has javascript enabled, you could localize the acceptable quantities and then either update the step value or loose the step value and update the unit value every time it changes.

    As you’ve already figured out, APQ doesn’t support this and it’s complexity goes beyond what we offer as free support. If this is something you really need please contact us at http://wpbackoffice.com/contact/ and we can further assess what it would take to get this done.

    Thanks.

    Thread Starter partyparty

    (@partyparty)

    OK Thanks so much for the update!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Create Specific Quantity Tiers Rather Than Use Step Values’ is closed to new replies.