ten moduł prestashop pozwala na zdefiniowanie maksymalnej ilości produktu jaką klient może dodać do koszyka (zamówić) oraz funkcję, która sprawdzi ile razy produkt był kupiony w przeszłości. Moduł posiada funkcję zdefiniowania ograniczeń dla każdej z grup klienckich jakie są zdefiniowane w sklepie. Każda grupa może mieć przypisaną inną wartość. lub nie mieć ograniczenia wcale. Moduł pozwala również definiowanie różnych wartości dla każdego produktu.
Ten moduł prestashop doda do Twojego sklepu funkcjonalność, która pozwoli zdefiniować Ci maksymalną ilość produktu jaką klient może zamówić. Kiedy klient spróbuje umieścić w koszyku większą ilość produktu niż na to pozwalasz - produkt nie zostanie dodany a klientowi wyświetli się stosowna informacja w formie okna popup.
Najważniejsze funkcje modułu
Najistotniejszą funkcjonalnością modułu jest oczywiście możliwość zdefiniowania maksymalnych ilości produktów, jakie klient może zakupić. Poniżej lista funkcji z podziałem na zaplecze sklepu oraz na funkcjonalności po stronie klienta.
Dwie kluczowe funkcje
W module masz możliwość zdefiniowania dwóch typów limitów (możesz jednocześnie korzystać z dwóch). Pierwszy limit sprawdza jaka jest ilość produktów w koszyku i na tej podstawie albo pozwoli zamówić produkty, albo nie. Drugi limit 'na wszystkie zakupy' sprawdza również poprzednie zamówienia klientów, zlicza produkty i na tej podstawie albo pozwala złozyć zamówienie, lub nie.
Na koszyk | Na wszystkie zakupy |
Maksymalna ilość produktu jaką klient może zamówić w jednym zamówieniu. Sprawdzana jest ilość produktów w koszyku. Jeżeli klient przekroczy dozwolone limity, moduł wyświetli odpowiedni komunikat i nie pozwoli złożyć zamówienia. |
W tym przypadku moduł sprawdza ile produktów klient kupił w przeszłości. Zlicza je uwzględniając przy tym aktualny koszyk i sprawdza nałożone przez Ciebie limity. Na tej podstawie klient będzie mógł złożyć zamówienie, lub nie. Limit tego typu może być zdefiniowany dla zamówień: - z ostatniego dnia (24h) - z ostatniego miesiąca - z ostatniego półrocza (6 miesięcy) - z ostatniego roku - z bieżącego roku (od 1 stycznia aktualnego roku) - dla wszystkich zamówień w sklepie |
Zaplecze
Masowe generowanie limitów dla koszyka i zakupów
Moduł pozwala na szybkie masowe generowanie lub usuwanie wcześniej zdefiniowanych limitów. Funkcja pozwala na szybkie definiowanie maksymalnych limitów zakupów zarówno dla produktów jak i kombinacji produktów dla asortymentu z wybranych kategorii.
- Możesz wybrać kategorię lub wiele kategorii - produkty z tych kategorii zostaną wyselekcjonowane do podjęcia odpowiednich czynności
- możesz zdecydować jakie czynności podjąć z wybranymi produktami
- - zdefiniować limity dla produktów
- - zdefiniować limity dla kombinacji produktów
- - usunąć limity zdefiniowane dla produktów
- - usunąć limity zdefiniowane dla kombinacji produktów
- możesz wybrać grupę klientów dla których podjęte zostaną powyższe czynności
Maksymalna ilość produktu na podstawie cech
Jedną z funkcjonalności w module jest możliwość definiowania maksymalnie dozwolonej ilości produktu na podstawie powiazań tego produktu z cechami (wartoścami cech). W zapleczu możesz zdefiniować unikalną wartość maksymalnie dozwolonej ilości produktu dla wybranych cech. Każdy produkt, który będzie powiązany z cechą która ma zdefiniowaną maksymalnie dozwoloną ilość będzie miał taki limit ilośći, jaki został zdefiniowany dla danej cechy.
Funkcje po stronie klienta
2.2.6
- added fixes to cart clean up proces to avoid problem with emptying the cart after log in
2.2.5
- added improvement to module workflow for logged customers
2.2.4
- added new import types that gives possibility to import settings of maximum quantity of product in all purchases during specific time frame + the same feature for attributes (combinations)
- depending on what type of dataset you expect to import CSV should contain these fields:
Limit quantity of product in all purchases
CSV should contain fields: id_product; id_group; shop; quantity; datetype; Fields should be separated with semicolon symbol ;
Limit quantity of combination in all purchases
CSV should contain fields: id_product; id_product_attribute; id_group; shop; quantity; datetype; Fields should be separated with semicolon symbol ;
2.2.3
- added import from csv feature where you can quickly import module settings
- this update allows to import product cart quantity limits and combination cart quantity limits
- depending on what type of maximum quantities you want to import csv file should contain these fields:
Limit quantity of product in cart
CSV should contain fields: id_product; id_group; shop; quantity; Fields should be separated with semicolon symbol ;
Limit quantity of combination in cart
CSV should contain fields: id_product; id_product_attribute; id_group; shop; quantity; Fields should be separated with semicolon symbol ;
2.2.2
- added improvements to module workflow in prestashop 8.x to avoid problems with weird information notifications about "adjust quantity of product" during add to cart process
2.2.1
- added improvements to module workflow in environment based on php 8.1.x to avoid notifications about unidentified indexes
2.2.0
- added improvements module in context of plugin usage with ps_shoppingcart module in version 3.0.0
2.1.9
- added new feature to define global maximum allowed quantity of products associated with selected feature(s)
2.1.8
- added improvments to module usage in environment based on php 8.1.x
2.1.7
- added improvements to appearance of notifications about exceeded maximum quantity limit in prestashop 8
2.1.6
- added improvements to the module core to avoid notifications about missing
2.1.5
- added improvements to module workflow in prestashop 8.1.x
2.1.4
- added improvements to module usage in prestashop 8.0.4
2.1.3
- added improvements to avoid php notifications on product edit page
2.1.2
- added improvements to module workflow in prestashop 8.x
2.1.1
- added improvements to module workflow in prestashop 8.x releases
2.1.0
- added new feature to decide about appearance of information box about maximum allowed quantities on product page
2.0.9
- added improvements and fixes to maximum quantity of allowed purchase in defined time-frame
- from now feature counts products in cart properly
- extended feature workflow to support maximum quantity of allowed purchases in specific time-frame also for combinations (previously feature was applicable to products only, from now - it can be set individually for each combination)
2.0.8
- added improvements to appearance of block with maximium allowed quantity information on product pages
2.0.7
- added improvements to recently added feature in prestashop 1.7.x
2.0.6
- Customers in prestashop can be assigned to various groups of customers. Module gives possibility to define maximum allowed quantity of product individually for each group. When customer will be assigned to various groups with different quantity limits. This update gives possibility to decide what maximum quantity will be used - lowest one or highest one.
2.0.5
- added improvements to module usage in prestashop 1.7.8.x related to cart page and error about missing allow_oosp variable
2.0.4
- added improvements to module workflow in prestashop 1.7.8.x
2.0.3
- added improvements to workflow of the module in cart
- from now module counts number of purchased products by email (to support orders by guests correctly)
2.0.2
- added improvements to add to cart process in prestashop 1.6.x to avoid problems with product attributes quantity (information about missing index when user increases quantity in cart)
2.0.1
- added improvements to module usage in non-default themes that do not follow standard according to #product-details block with information about currently viewed item
2.0.0
- added improvements to feature that checks "all previously placed orders" to verify the quantity of previously purchased quantity of product(s)
1.9.9
- added improvements to feature that cleans up the cart when someone exceeds defined quantity limits
1.9.8
- added improvement to module - from now it allows to configure unique time frame of maximum allowed purchases of item for each product and customer group individually
- this version of module requires its reinstallation (do not worry - module will remember all its settings)
1.9.7
- added improvements to javascripts included to the module to avoid refresh loop on product pages in prestashop 1.7.x
1.9.6
- added improvements to calculation of product's attributes quantity
1.9.5
- added improvements to appearance of add to cart confirmation window in prestashop 1.7.x
1.9.4
- added improvements to appearance of errors in prestashop 1.6.x when ajax-cart is disabled
1.9.3
- added improvements to global quantity limit in prestashop 1.7.x
1.9.2
- added improvements to global quantity limit in prestashop 1.6.x
1.9.1
- added new feature to enable / disable module's modal popup that informs about exceded maximum quantity purchase of item
- re-added auto-updates checker feature
1.9.0
- added newa feature to bulk-define restrictions for selected manufacturers (products associated with selected brand)
1.8.9
- added improvements to customer login process in prestashop 1.6.x
- added improvements to the global maximum limit to avoid duplicated notification about reached maximum limit
1.8.8
- added improvements to module workflow in prestashop 1.6.1.x
1.8.7
- added improvements to module workflow, now it calculates products in cart much better than previously - especially in context of products' combinations
1.8.6
- added fixes to module configuration page to avoid notifications about "unidentified" variables
1.8.5
- added improvements to update checker feature
1.8.4
- added new options to mass generate maximium quantities feature,
- from now you can "check all subcategories" of selected category when you define the maximum quantity limits by categories
1.8.3
- added improvement to usage of the module with ZOne Theme, from now modal window with information about reached limit appears properly.
1.8.2
- added new feature to display original "add to cart" confirmation window
- this window will appear behind the error message about reached maximum alowed quantity (if customer will reach limit of product's quantity in cart)
1.8.1
- added feature that allows to control quantity field value
- from now when this option will be active it will be not possible to increase "quantity" field to value higher than allowed "maximum quantity" defined in the module (both for combinations and for product)
1.8.0
- improved module dedicated for prestashop 1.7.x
- we added support of php 7.2.x (previously module worked with php up to 7.1.x)
- added improvements to module's updates checker
1.7.9
- added improvement to module to make it work properly with shops that work without "terms and conditions" checkbox and OnePageCheckout order process
1.7.8
- added optimization of css styles and layout of the module on product edit page in shop's back office
1.7.7
- added improvements to installation procedure to make module work properly in prestashop 1.7.5+
- added feature to automatically check for module updates and inform merchant if there will be a new version of addon
1.7.6
- added minor calculation of total purchases quantity in displayPaymentTop hook (to return to cart if customer order reached the limits)
1.7.5
- added feature to limit maximum allowed quantity of purchased item in last half year (3 months)
- added feature to limit maximum allowed quantity of purchased item in last quarter (6 months)
1.7.4
- readded missing Italian translations
1.7.3
- added improvements to module to support PrestaShop 1.7.3.x cart quantity increase / decrease process
1.7.2
- added new global purchase limit to count this year purchases (purchases from 1 January current year)
1.7.1
- added support of prestashop 1.7.4.x
- from now internal server error does not appear anymore while you trying to increase quantity on product page or while you trying to add product to cart
1.7.0
- added improvements to feature to define order states, now it does not spawn sql problems anymore
1.6.9
- added improvements to module core to avoid php notification: Notice: Undefined index: id_attribute in /modules/mqc/mqc.php on line 340
1.6.8
- added additional rule to the time period,
- now you can set limit of product purchases that will be active for 24 hours (one day)
- this means that customer can place an order for X quantity of product per 24 hours
1.6.7
- added improvements to module workflow to identify the values of max purchase for non-default groups of customers
- added full spanish and french translation
1.6.6
- added improvement to feature to define maximum allowed purchases
1.6.5
- added improvement to calculation process of maximum allowed product purchases
- now when you defined the maximum purchases limit, module spawns info about exceeded limit even if customer did not placed an order for this product previously but current cart quantity is higher than allowed
- module does not spawn information about reached limits if customer previously exceeded limits (earlier than current order)
- added feature to define brakpoint date - addon will not analyse purchases placed BEFORE this date
1.6.4
- redesigned module configuration page, now you can find there two sections: cart quantity limits, purchases limits
- added feature to bulk generate total purchases limits
- added feature to setup what kind of total purchase limit moduke will use, you can set limit for last week, for last month, for last year and for all orders.
1.6.3
- better support of OPC (in case of previously added features)
1.6.2
- added feature to define maximum purchases limits, it will count also previously placed orders for products.
- customer that will reach the purchases limit - will not be able to place an order
- updated translations file
- fixed issues with translations of messages that module displays in modal popup window
1.6.1
- added new feature to bulk define or remove quantity limits by categories
- you can select categories - module will get all products associated with these categories
- you can select what to do: define quantity limits for products, define quantity limits for products' attributes, remove defined limits for products, remove defined limits for products' attributes
- you can select group of customers that will be a target of bulk update process
1.6.0
- added improvements to identification process of product attributes
1.5.9
- added fixes to module core file, it does not spawn information about unidentified $matrix_attributes anymore (prestashop 1.7.x)
1.5.8
- added fixes to module core file, it does not spawn information about unidentified $matrix_attributes anymore (prestashop 1.6.x)
1.5.7
- released version for PrestaShop 1.7.x
- added workflow improvements both for old 1.6.x and new 1.7.x
- added feature to display maximum quantity conditions related to combinations on product pages
1.5.6
- added fixes to save process, now it does not spawn message about missed index for products that dont have combinations
1.5.5
- added improvements to design of configuration of max product quantities
- improved module workflow in cases if customer is associated with several groups of customers
1.5.4
- added fixes related to customer login process
- now module identifies users that first time accessed to your shop properly
- no more internal server error related to add to cart process in context of first unknow user
1.5.3
- Option to define "global maximum quantity" limit for each product. Module will use this restrictin for each available product in your shop. You can define this option on module configuration page
- It is worth to mention that with "global maximum quantity" you can still define unique max quantity values for products. Module will use this value instead.
1.5.2
- added feature that displays on product page information about defined maximum quantity limitations
- this version of module requires reinstallation
1.5.1
- added improvements to module workflow in PrestaShop 1.5.1
- added security update, now module identify customers properly even if they will clean browser cache
1.5.0
- added feature to check for module updates automatically
1.4.9
- fixes to customer login process and quantity calculations
1.4.8
- dodane poprawki do działania modułu:
(1) w module można definiować różne restrykcje dla zalogowanych klientów, jak i dla pozostałych osób
(2) przykładowo klient może zamówić 10 sztuk produktu, niezalogowany może zamówić ich 20
(3) gdy niezalogowany klient dodał 20 sztuk, a następnie logował się - moduł nie usuwał 10 sztuk z koszyka
- poprawki wniesione do modułu eliminują ten problem
1.4.7
dodane poprawki do restrykcji globalnych w produkcie gdy produkt ma kombinacje
moduł zlicza liczbę produktów w koszyku dzięki czemu globalny limit w ramach produktu jest poprawny
1.4.6
dodane zostały poprawki do sposobu wyświetlania się modułu w zapleczu sklepu
dodatkowo, poprawiono kod tak, aby był zgodny ze standardami psr-2
1.4.5
poprawki do sposobu generowania okna popup. Moduł zwraca teraz listę produktów w koszyku oraz wyświetla okno popup poprawnie.
1.4.4
poprawione zostało działanie oraz identyfikowanie ograniczeń dla grupy klientów: guest, vistor
1.4.3
poprawki do działania ograniczeń w zamawianiukombinacji
1.4.2
poprawki do tłumaczeń modułu
1.4.1
możliwość definiowania ograniczeń nie tylko dla produktów (jako całości) ale również dla poszczególnych kombinacji danego produktu