7.0.0 • Published 1 year ago

vendure-plugin-limit-product-per-order v7.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Vendure Plugin for limiting the amount of specific product variants per order

Vendure version

Official documentation here

This plugin allows you to limit the amount of a specific product variant per order. I.E. A customer is only allowed to buy 1 of product "Limited art t-shirt X" per order.

Getting started

  1. Add the following config to your vendure-config.ts:
plugins: [LimitVariantPerOrderPlugin];
  1. Start Vendure, login and go to the product you want to limit.
  2. Set the custom field Maximum amount per order on a variant and update the product
  3. Customers can now only buy X amount of the variant per order. The same customer can still order the product again in a new order.
5.5.0

1 year ago

5.4.0

1 year ago

5.0.1

1 year ago

7.0.0

1 year ago

5.6.7

1 year ago

6.0.0

1 year ago

4.10.0

1 year ago

4.7.0

1 year ago

4.6.0

1 year ago