This PrestaShop module prevents unlogged users from adding products to cart. If customer will not be logged to the shop module will spawn information about fact that only logged users have possibility to put product to cart. Module does not use any kind of modificaiton (like other plugins) and this is big pros of this extension
This PrestaShop module restricts adding products to the cart for unregistered and unlogged users. When an unlogged user attempts to add a product to their cart, the module prevents this action and displays a message explaining that only logged-in customers can add products to the cart.
This enhancement significantly improves the user experience and website security by:
The technical implementation of this restriction involves intercepting the "add to cart" action and verifying the user's login status. If the user is not logged in, the module prevents the addition of the product to the cart and displays an informative message. This message can be customized within the module's configuration settings to align with the store's branding and messaging.
1.4.6
- re-added missing translation file for French language
1.4.5
- added improvements to module usage in prestashop 1.6.0.0 - 1.7.5.x - added missing $cart variable to .tpl file
1.4.4
- added improvements to the module installation procedure to make it work properly with prestashop 1.7.5.x
- added feature to check for module updates and inform merchant if any new update will be available
1.4.3
- added feature (in prestashop 1.7 only) to enable / disable feature to dispaly "log in" button inside popup with notification
1.4.2
- added improvements to module installation process in prestashop 1.7
1.4.1
- module is ready to work with new PrestaShop 1.7.x
1.3.1
- added fixes to random appearance of notification, it does not appear like that anymore
1.2.1
- changed module code to support psr-2 coding standards
1.1.0
- added support of prestashop 1.5.x to the module
- improved stability of the plugin in 1.6.x (it blocks possibility properly now)
1.0.0
- started project on mypresta addons marketplace