Magento 2 Cash Back Discount

Installation and User Guide for Magento 2 Cash Back Discount Extension

Table of Contents

  1. Installation

    • Installation via app/code

    • Installation via Composer

  2. Configuration Settings for Cash Back Discount

    • General Settings

    • Cash Back

    • Cash Back Reminder

    • Create Cart Price Rules for Cashback Discount

    • Cashback Transactions

  3. Front-end Site View

    • Cashback Qualifying Message on the Checkout Page

    • Cashback Discount Option on the Checkout Page

    • Applied Cashback Discount on the Checkout Page

    • Auto Apply Discount

    • Cashback Discount Details on the Front-end - My Account Section

    • Cashback Expiry Reminder Email

    • Second Cashback Expiry Reminder Email

    • Order Confirmation Email

    • Invoice Email

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.

pageInstallation Via Composer

Configuration Settings for Cash Back Discount

Go to Admin > Stores > Configuration > Scommerce Configuration > Cash Back

General Settings

  • Module Enable - 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 then please email us at core@scommerce-mage.com.

Cash Back

  • Auto Apply Discount – Please select “Yes” if you would like to auto apply discount.

  • Select discount in case of multiple cash back rules are applied – Please choose whether the customer will get minimum discount or maximum discount, in case there are more than one cashback rules are applicable on cart.

  • Include Shipping (Yes/No) – Please select “Yes” if you would like to include shipping price in Cash Back qualifying amount.

  • Cashback Title Message – Please add cashback discount title to show on checkout page. This will appear just before cashback discount message.

  • Cashback Qualifying Message – Please add cashback qualifying message. This will appear on checkout pages when a user will qualify for cashback discount %s and %d is dynamic variable for amount and date.

  • Apply Cashback Checkbox Label – Please add label for apply discount checkbox on checkout.

  • Cashback Email Message – Please add cashback qualifying message. This will appear on order confirmation %s and %d is dynamic variable for amount and date,

  • Transactions Update Schedule – This setting will be used to allow you to define schedule how often you want to update transactions.

  • Summary Update Schedule – This setting will be used to allow you to define schedule how often you want to update summary.

Cash Back Reminder

  • Enable (Yes/No) – This setting will enable or disable module.

  • Email Sender – Please select sender/from email address for Cash Back reminder email.

  • Email Template – Please select email template for Cash Back reminder email.

  • Second Email Template – Please select email template for second Cash Back reminder email.

  • Cashback Reminder Message – Please add a custom message for Cash back expiry reminder %1 and %2 is dynamic variable for amount and date.

  • Cashback Second Reminder Message – Please add a custom Message for Cas back expiry second reminder %1 and %2 is dynamic variable for amount and date.

  • Cashback Expiry Reminder Schedule – Please define how often you want to run cron for the cash back reminder email.

  • Send reminder (days) – Please add number of days for reminder email to be sent to the user before the Cash back Discount expires. For e.g. If set to “1” day, then an email will be sent 1 day before the Cash Back Discount expiry date.

  • Send second reminder (days) - Please add number of days for second reminder email to be sent to the user before the Cash back Discount expires. For e.g. If set to “1” day, then an email will be sent 1 day before the Cash Back Discount expiry date.

  • Create Cart Price Rules for Cashback Discount - You can create cart price rules from Admin > Marketing > Promotions > Cart Price Rules > Click on "Add New Rule", it redirects on new cart price rule and by filling all the required details you can create the new cart price rule.

  • Cashback Transactions - To view cash back transaction go to Admin > Sales > Scommerce Cash Back > Cash Back > Cashback Transactions.

The grid will have following columns/information:-

  • Customer Email – Customer email Id

  • Cashback Amount – Cashback amount

  • Cashback Expiry – Cashback discount expiry date

  • Transaction Date – Date of added or deducted cash back discount

  • Status – Cash Back discount status (Applied/Processing/Used)

  • Updated_at – Updated date

  • Applied Cashback Details on the Order View Page - You can view the applied cashback discount at Admin > Sales > Orders > select Order > View.

Front-end Site View

  • Cashback Qualifying Message on the Checkout Page - You can define qualifying message from Admin > Stores > Configuration > Scommerce Configuration > Cashback Qualifying Message - " ", the message will be shown on the checkout page.

  • Cashback Discount Option on the Checkout Page - When you enable the module and if there is any cash back discount available then it shows "Apply cash back discount" option on the checkout page and by checking this option you can apply for cash back discount.

  • Applied Cashback Discount on the Checkout Page - You can see the applied cash back discount on the checkout page under "Order Summary" section.

  • Auto Apply Discount - To apply discount automatically and hide checkbox on checkout, set ‘Auto apply discount’ to ‘Yes’ from Admin > Stores > Configuration > Scommerce Configuration > Cash Back > Auto apply discount – “Yes/No”.

  • Cashback Discount Details on the Front-end - My Account Section - You can view cash back details on the front-end from My Account > My Cashback History.

  • Cashback Expiry Reminder Email - When you enable the "Cash Back Reminder" from Admin > Stores > Configuration > Scommerce Configuration > Cash Back > Cash Back Reminder > Enable - "Yes", it sends an expiry reminder email to customers before the period of the discount expired.

  • Second Cashback Expiry Reminder Email – You can set the email templates and reminder days for second email from Admin > Store > Configuration > Scommerce Configurations > Cash Back Reminder- Second Email Template and Send second reminder (days).

  • Order Confirmation Email – You can see the applied cashback discount on the order confirmation and invoice emails.

  • Invoice Email – Below is the image where you can see applied cashback discount.

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.

Last updated