Hi @magistralfit,
Sorry for the late reply.
There are two parts in your question:
1. Yes, user must be registered for our plugin to limit purchases for him. There is also “Block guests” options in “WooCommerce > Settings > Maximum Products per User > General” – you can block guests from buying products in your shop, and output custom message to them, e.g. “You need to register to buy products”.
2. Limiting it by SKU – this is possible with our Pro version (since v3.2.3) via “Formula” section. You’d need to set Formula to something like this:
[alg_wc_mppu limit="10" product_sku="sku1,sku2,sku3"]
i.e. it will limit the maximum quantity to 10
for products with sku1
, sku2
or sku3
.
Hope that helps. Please let me know if you have any questions.