Skip to main content

Magento 2 Apply Discount coupon Code Via Link

Installation and User Guide for Magento 2 Apply Discount Coupon Code via Link Extension

Table of Contents

  1. Installation
    • Installation via app/code
    • Installation via Composer
  2. Configuration Settings for Auto Coupon
    • General Settings
  3. Discount Setup
  4. Discount Link
  5. Front-end site view
    • Successful Applied Discount Message on the Front-end
    • Coupon Code On the Checkout Page

Installation

  • Installation via app/code: Upload the content of the module to your root folder. This will not overwrite the existing Magento folder or files, only the new contents will be added. After the successful upload of the package, run below commands on Magento 2 root directory.

     
    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy

     

  • Installation via Composer: Please follow the guide provided in the below link to complete the installation via composer.

https://docs.scommerce-mage.com/magento-2-extensions/installation-via-composer/installation-via-composer

Configuration Settings for Auto Coupon

Go to Admin > Stores > Configuration > Scommerce Configuration > Auto Coupon

General Settings

  • Enabled – Select "Yes" or "No" to enable or disable the module.
  • License Key – Please add the license for the extension which is provided in the order confirmation email. Please note license keys are site URL specific. If you require license keys for dev/staging sites then please email us at support@scommerce-mage.com.
  • Message After Applying Code – Message which will displays on the site after successful application of coupon code.

image (14).png

Discount Setup

You can set up the discount coupon code from Admin > Marketing > Cart Price Rules > Click "Add New Rule", it redirects on **"**新ew Cart Price Rule" and by providing all the required details you can create the new rule and set up the discount code.

image (15).png

Once the discount is set up then on the front-end it can be applied using the below link :-

http://{[siteurl]}/applydiscount/?code={[discount_code]}&redirect_url={[any_url_ of_your_site]}

  1. Site url – Site base URL.
  2. Discount Code – Discount code as set up in discount.
  3. Returning Site URL – This is optional parameter. If defined, user will be redirected to this URL after successful application of the discount code. If not defined then User will be redirected to the Home page.

image (6).jpg

Front-end Site View

  • Successful Applied Discount Message on the Front-end - The message you have set from Admin > Stores > Configuration > Scommerce Configuration > Auto Coupon > Message After Applying Code, will be shown on the front-end homepage.

image (7).jpg

  • Coupon Code On the Checkout Page - Applied discount coupon code will be shown on the front-end checkout page under "Order Summary" section.

image (8).jpg

If you have a question related to this extension please check out our FAQ Section first. If you can't find the answer you are looking for then please contact support@scommerce-mage.com.