hgati/magento2-coupon-link
Composer 安装命令:
composer require hgati/magento2-coupon-link
包简介
The extension allows you to create URL links that will automatically add a coupon code for your customer to the shopping cart.
README 文档
README
- Use Mirasvit extended shopping cart rule (Special Promotion) instead of this extension. it is better solution.
- The extension allows you to create URL links that will automatically add a coupon code for your customer to the shopping cart. Used in newsletter campaigns, marketing banners or posts, social media posting or in any promotional tools. Format of the link is...
https://{your_domain}/checkout/cart/coupon/?code={code}
https://localhost/checkout/cart/coupon/?code=PROMOX34Y
Compatibility
Magento 2.4.6 + PHP 8.2.9
Install
Install via Composer (recommend)
-
Go to Magento2 root folder
-
Enter following commands to install module:
composer require hgati/magento2-coupon-link:dev-master
Wait while dependencies are updated.
Completion of installation
-
Go to Magento2 root folder
-
Enter following commands:
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy (optional)
Usage
Configuration
Format of the link is https://{domain}/checkout/cart/coupon/?code={code}
Uninstall
You can uninstall a module only if you’re certain you won’t use it. Instead of uninstalling a module, you can disable it. Pleace, create backup so you can recover the data at a later time.
Uninstall via Composer
-
Go to Magento2 root folder
-
Enter following commands to remove:
composer remove hgati/magento2-coupon-link
Completion of uninstall
-
Go to Magento2 root folder
-
Enter following commands:
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy (optional)
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2023-09-06