Versions Compared

Key

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

...

Section


Column
width60%

Table of Contents
maxLevel3


Column
width30%



Image Removed
Section

Installation



Info

Md base module
NameBase Module


Include Page
Installation Steps
Installation Steps
Section

License Configuration

Note

License activation is not required for extension purchased from Magento Marketplace.

After successful installation of push notifications extension, you are now required to configure the license key in the admin configuration section. You can set it from:

Step 1: Go to, Admin Control Panel > Stores Configuration > MageDelight > Push Notifications > License Configuration. 

You will find two text boxes asking for Serial Key and Activation Key, which you received on email upon the purchase of extension. See screenshot below:

Panel

Image Removed

  • Serial Key: Enter Serial Key
  • Activation Key: Enter Activation Key

Step 2: Expand “General Configuration” tab, you will find a list of domains for which license is purchased and configured, now select the domain you are going to use, you can select multiple domains by clicking “Ctrl + Select”.

Panel

Image Removed

Step 3: Now, select “Yes” from “Enable Module” to enable extension and again click on “Save Config” button on the top right.

Panel


Section

Backend Configuration (Admin side)


Panel

MageDelight >> Push Notifications >> Configuration


Panel

  • Add Firebase to Your Web App: Add code provided by Firebase to integrate notifications.
  • Firebase Cloud Message Server Key: Add Server Key provided by Firebase Cloud Message.
  • Your Messaging Sender Id: Add server ID provided by Firebase.

Panel

  • Enable: Select "Yes" to enable push notifications for Abandoned cart.
  • Abandoned Cart Subject: Provide subject to be displayed with push notifications.
  • Abandoned Cart Message Content: Provide message to be displayed with push notifications.
  • Image Upload: Upload image to be displayed with push notifications.
  • Set Time After Cart Will Consider as Abandoned: Provide time in minutes to consider products available in cart as abandoned.

Info

You can use dynamic keywords with Subject, Content and URLs. Please find below keywords. Please use keywords with square brackets. i.e. [customer.firstname]

Global:

  1. base_url
  2. website_name
  3. store_name

For Abandoned Cart:

  1. cart.customer_firstname
  2. cart.customer_lastname
  3. cart.items_count


...