Recent Sales Notification - Magento 2
Key Benefits
Overview
Recent Sales Notification - Magento 2 is a small popup that appears at the bottom-left corner of the page, creating the impression that a product has just been purchased. This builds customer confidence and encourages potential buyers to make a purchase. The popup is designed to be noticeable without being intrusive.

Key Features
- Supports real or fake orders: Display notifications from actual orders or generate fake ones for marketing purposes.
- Order status selection: Show notifications based on order statuses such as Pending, Processing, Complete, etc.
- Customizable display timing: Set the delay before the popup appears and control how long it stays visible.
- Page-specific display: Enable or disable the popup on the Home page, CMS pages, Category pages, or Product pages.
- Reappearance after closing: Set the popup to show again after a user closes it, improving user experience.
- Mobile support: Enable or disable the popup on mobile devices.
- Responsive design: Automatically adjusts to all screen sizes.
Manage in Back-End
Marketing -> Sale Notices
Store -> Configuration -> Sale Notices ( under General tab )
Installation
Extract the file into your Magento root directory. The module will be installed under app/code/PL/Salenotice/
From a terminal, run the following commands:
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
php bin/magento cache:clean
Release Notes
Version 2.0.4
Released on November 30, 2018
- Bug fixes and stability improvements
- Added the Cookie Lifetime for close button
Version 2.0.3
Released on July 12 2018
- SQL bug fixes
Version 2.0.2
Released on August 22 2016.
- Re-format PHP coding standard as Magento recommends.
- Fix js issues
Version 2.0.1
Released on 7 May 2016
