Multiple quantity woocommerce orders

Hello,

I am setting up a woocommerce website. By default,the customer is given a quantity option. I would like to be able to sell multiple copies in one order to allow for volume based discounts. If I am understanding things correctly, that would require sending multiple activation tokens. Is there a way to do this? Or some other way of accomplishing this I am not thinking of?

No, one token would be enough: in the WooCommerce kit, we take account of the quantity ordered. For instance, if a user buys a product with a quantity set to 2, the WooCommerce activation kit will grant him 4 activations (2*2 provided that you have allowed 2 activations, which is the default setting).