RuffRuff Order Limits

(Use Case) Limit Quantity to 3 Per Variant

This is a configuration example for restricting the quantity purchased of each individual variant.

Use this when you want to prevent customers from purchasing large quantities of the same variant in a single order. Quantities across different variants are not combined.

The following behavior applies based on the quantity of each variant. Each variant is counted independently.

Cart contents

Breakdown

Result

S size × 3

S: 3

Allowed

S size × 3 + M size × 3

S: 3 / M: 3

Allowed

S size × 4

S: 4 (exceeds limit)

Not allowed

S size × 3 + M size × 4

S: 3 / M: 4 (exceeds limit)

Not allowed

Field

Value

① Title

Enter any title

② Limit details > Minimum quantity

1

② Limit details > Maximum quantity

3

② Limit details > Applicability

Variant

③ Eligible items

Set the products you want to restrict

④ Product message

Enter any message

⑤ Alert message > Display timing

Cart updated and checkout

⑤ Alert message > Maximum quantity message

Enter any message

  • Since Applicability is set to Variant, S size and M size are each counted independently.

  • To restrict the combined total across all variants, change Applicability to Product.