I have different user roles that have different purchase limits over different time periods.
3 of my user roles ‘team’ ‘team2’ and ‘contractor’ have purchase limits within the current month which I am trying to set up.
The rest of my user roles have purchase limits on specific products over a 3 month period (every quarter) which I currently have set up with a Custom Date Range of 12 weeks.
I’m using the limits by formula (not including the product SKU’s as there are a ton) for the following:
12 Weeks:
[alg_wc_mppu limit="1" user_role="pewter,bronze,silver,gold,diamond,platinum,peels,resellerco,resellerlco,cowgirl" product_sku="X,X,X"]
Current Month:
[alg_wc_mppu limit="2" user_role="team, team2" product_sku="X,X,X"]
[alg_wc_mppu limit="1" user_role="team, team2" product_sku="X,X,X"]
[alg_wc_mppu limit="2" user_role="contractor" product_sku="X,X,X"]
[alg_wc_mppu limit="1" user_role="contractor" product_sku="X,X,X"]
How can I set the time period limit for the current month for the 3 users roles ‘team’ ‘team2’ and ‘contractor’?