With this module you can define minimum quantity that customer group must add to cart to go through the order process in your shop. If customer will put not enough quantity of product to cart - prestashop will spawn popup notification with information about required quantity
Minimum product quantity module for PrestaShop is an addon that allows to define restrictions for customer groups. You can define the minimum quantity of product that selected group of customers must add to cart to go through the order process. If customer will not add reuqired quantity to cart - module will spawn popup with information about it and automatically increase quantity to required value.
Minimum quantity of product features
The most important feature of this module is an option to define restrictions related to products in shop. Each product can have own unique values of restrictions. Module creates new section on product edit page with features to define minimum quantity restriction for this product. Main features are listed below
Examples of usage
Version 2.2.0
ProductAttribute
class's getAttributes
function, addressing a missing function conflict with the Product
class.sprintf
function within Smarty templates for enhanced compatibility and stability.#product-details
block requirement and ensuring wider compatibility.returnProductMinqty(id_product,id_product_attribute)
, which can be used in template files to retrieve the minimum quantity value for a specified product and its attributes, enhancing flexibility and customization options.productActions
hook with the displayProductAdditionalInfo
hook for displaying module information on product pages.