Magento 2 Plugin

Introduction

Storydots allows online stores to offer their buyers to add a virtual greeting to their gift purchase and customize it in various ways, such as text messages, video greetings, selfies, and voice messages. After completing the purchase and confirming payment, buyers will receive an email containing a link to enhance their virtual greeting.

For orders with virtual greetings, the store will print a QR tag and attach it to the package. The gift receiver can then scan the QR tag and watch their greeting.

Installation

Storydots is available as a public package hosted at Packagist. We assume that you have fully onboarded your Storydots account already. If this is not the case, or if you have any other questions, please feel free to reach out to us at any time.

Connect to your Magento 2 server terminal to run the following commands which are based on Adobe Docs on how to install Magento Extensions.

  1. Require module:

    composer require storydots/virtual-greeting
    
  2. Verify the module is enabled:

    php bin/magento module:status Storydots_VirtualGreeting 
    
  3. Enable module if it is not enable yet:

    bin/magento module:enable Storydots_VirtualGreeting --clear-static-content
    
  4. Register the extension:

    php bin/magento setup:upgrade
    
  5. Recompile project:

    php bin/magento setup:di:compile
    
  6. Deploy static content:

    bin/magento setup:static-content:deploy -f
    
  7. Flush Magento cache:

    php bin/magento cache:clean
    

Configuration

To enable your store's system to interact with Storydots, you need to manually create a new Integration and send the generated access_token to [email protected].

You can set the Integration name field to whatever you like, but we recommend leaving it as "Storydots."

  1. Create a new integration: Go to System > Extension > Integrations > Add New Integration

    Screenshot 2023-04-17 at 10.21.55.png

    Screenshot 2023-04-17 at 10.24.16.png

  2. Configure API required resource access.

    Screenshot 2023-04-17 at 10.32.31.png