saucal / woorricane

WooCommerce won't know what hit it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quantity parameter

msaggiorato opened this issue · comments

This would allow to configure the quantity added to the cart. Right now it's a random number between 1 and 10.

Options to be made available:

  • Integers
  • Ranges (random among them, eg 1-4)
  • Floats (possibly for compatibility with plugins that allow this, definetely not a priority)