Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


...


Section


Column
width60%

Table of Contents
maxLevel3


Column
width30%

Image Added



Section

Installation



Warning

Before installing the extension, please make sure to Backup your web directory and store database

  • Unzip the extension package file into the root folder of your Magento 2 installation.
  • Connect to SSH console of your server:
    • Navigate to the root folder of your Magento 2 setup
    • Run command as per below sequence,

      Panel

      php -f bin/magento setup:upgrade


      Panel

      php -f bin/magento module:enable Magedelight_SpecialPromo


      Panel

      php -f bin/magento setup:static-content:deploy


  • Flush store cache
  • log out from the backend and log in again

...

Section

Column
width30%
  • Apply: Select “Discount on Dynamic Subtotal” from dropdown.
  • Discard subsequent rule: Enable the condition to discard all other rules applied on the same items as this rule.
  • Subtotal Wise Discount: Specify the subtotal discount slab with discount amount.
  • Apply Calculation as:
    1. Apply percentage of original: Discount is applied as percentage of the original product(s) price subtotal.
    2. Apply as percentage of final price: Discount is applied as percentage on Subtotal.
    3. Apply as fixed amount: Apply discount as fixed amount set in “Discount” field.
Image Removed



Section

Frontend Functionality


Section


Column
width45%


Panel



Column


Note

This will only work as auto apply promo feature and does not support promo code.


Info

If Merchant has configured "Discount Button Style" as "Popup" then user will get popup on cart page to apply discount codes.

Popup will display coupon code which are allowed for the products. User just need to select from listed codes and apply to avail the discount. If the discount code is not listed then also user can enter it manually to avail the discount.

Click on APPLY DISCOUNT button to apply discount coupon

Click on CANCEL COUPON button to cancel selected coupon



...