Table of Contents
View Magento 2 Daily Deals Extension Detail Page for Features and Demo
Documentation for Daily Deals
Preference
Deal of Day is always a hot because in the promotion strategy you need to know is that about 50 million customers are attracted by a daily deal site to get good deals on products.
- This strategy increase your sales and keeping your customers exited for deals on products.
- In main thing customers decision to buy some product when he/she looking for same product in different web-shops.
- This module allows admin to show highlighted price and time countdown which is attract customers most.
- The most important purpose of creating Mageants DealOfDay Extension is to make your work-flow smooth as your expectation.
- Limited-time offer attract customers to make purchases immediately. Countdown timer also makes a deal more attractive.
- It contains counting of Days, Hours, Minutes, Seconds blocks.
- You can manually arrange colors of Deal Box.
- Deal Box is display in full website where ever the product is display.
Installation
There are two ways of installing extension in magento2.
- Using COMMAND LINE.
- Manually Install extension.
Option 1: Magento 2 install extension using COMMAND LINE (Recommended)
Follow below steps to install extension from the command line.
Step 1: Download the extension and unzip it.
Step 2: Upload it to code directory in your magento installation’s app directory. If code directory does not exists then create.
Step 3: Disable the cache under System → Cache Management.
Step 4: Enter the following at the command line:
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
Step 5: Once you complete above steps log out and log in back to the admin panel and switch to Stores → Configuration → Mageants → Dailydeal, The module will be displayed in the admin panel.
Option 2: Magento 2 install extension manually
Step 1: Download the extension and unzip it.
Step 2: Upload it to code directory in your magento installation’s app directory. If code directory does not exists then create.
Step 3: Disable the cache under System → Cache Management Edit app/etc/config.php file and add one line code: ‘Mageants_Dailydeal’ → 1
Step 4: Disable the cache under System → Cache Management
Step 5: Once you complete above steps log out and log in back to the admin panel and switch to
Stores → Configuration → Mageants → Dailydeal, the module will be displayed in the admin panel.
Backend Example
After Installation of Extension login to magento admin panel to setconfiguration of the extension.
As per below screen shot you can set all the settings here.
Extension configuration
Extension menu and sub menu.
Product Deal
- To manage Deal for Product Please go to DealOfDay → Product Deals there you can see list of all Deals.Here you can manage all Deals(Add , Update, Delete).
Add new deal
Select Product
Apply Condition
Deal Products
- You can set or update product price and quantity.
Frontend Example
- Deal of the day product deal box.
- Deal link frontend
- Product deal on list page
- Deal on product detail page
- Display deal in cms pages
- Display deal in search page
- Comming Deal and Previous Deal.
- Comming deal in product view page.
- Deal quantity
- Deal products also order place with multishipping.