vsynch / limit-sales
A Magento 2.3 package to the set max amount of purchases that can be made for selected products within a specified time period.
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:module
Requires
- php: 7.1.3|~7.2.0
- magento/framework: 102.0.*
This package is auto-updated.
Last update: 2025-03-01 00:31:35 UTC
README
A Magento 2.3 module that enables administrators to set maximum limits on purchases of their shop products per user. They can also optionally set a time duration for the limits. Currently only works for logged in users.
Requirements
Magento 2.3+
Installation
composer require vsynch/limit-sales
Run Magento Upgrade
php bin/magento setup:upgrade
php bin/magento cache:clean
Disable Guest Checkout
Follow steps detailed here, https://docs.magento.com/user-guide/sales/checkout-guest.html#disable-guest-checkout
Usage
Step 1: Login in to Admin Panel
Step 2: Browse to Product Add/Edit pages.
Step 3: Set Fields - Purchases Limited To
and Purchases Limited For
(later is optional)
Step 4: Go To the shop front -> Login as user and see the module in action!
Step 5: Have fun!