storydots/virtual-greeting

Add a virtual greeting to your orders for gift

v1.0.0 2023-04-17 18:29 UTC

This package is auto-updated.

Last update: 2025-06-20 00:36:26 UTC


README

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.

Prerequisites

  • Magento 2 Store
  • Storydots account

Installation

Connect to your Magento 2 server terminal and run the following commands:

# Require module
composer require storydots/virtual-greeting

#Verify the module is enabled:
php bin/magento module:status Storydots_VirtualGreeting

# Enable module if it is not enable yet
bin/magento module:enable Storydots_VirtualGreeting --clear-static-content

# Register the extension:
php bin/magento setup:upgrade

# Recompile project:
php bin/magento setup:di:compile

# Deploy static content:
bin/magento setup:static-content:deploy -f

# Clean Magento cache
php bin/magento cache:clean

Usage

For more information on the plugin usage and configuration, checkout the Documentation

Support

Contact support@storydots.app for any questions.