storydots / virtual-greeting
为您的礼品订单添加虚拟问候语
v1.0.0
2023-04-17 18:29 UTC
Requires
- php: ~7.3.0||~7.4.0||~8.0.0||~8.1.0
This package is auto-updated.
Last update: 2024-09-19 23:05:07 UTC
README
Storydots 允许在线商店为买家提供添加虚拟问候语到礼品购买的功能,并可通过文本消息、视频问候、自拍和语音消息等多种方式进行定制。完成购买并确认支付后,买家将收到一封包含增强虚拟问候语链接的电子邮件。
对于带有虚拟问候语的订单,商店将打印一个二维码标签并将其附着在包裹上。礼品接收者可以扫描二维码标签并观看他们的问候。
先决条件
- Magento 2 商店
- Storydots 账户
安装
连接到您的 Magento 2 服务器终端,并运行以下命令
# 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
用法
有关插件使用和配置的更多信息,请查阅 文档
支持
如有任何问题,请联系 support@storydots.app