storydots / virtual-greeting
Add a virtual greeting to your orders for gift
Installs: 297
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.3.0||~7.4.0||~8.0.0||~8.1.0
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.