承接 hgati/magento2-coupon-link 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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)

  1. Go to Magento2 root folder

  2. Enter following commands to install module:

    composer require hgati/magento2-coupon-link:dev-master

    Wait while dependencies are updated.

Completion of installation

  1. Go to Magento2 root folder

  2. 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

  1. Go to Magento2 root folder

  2. Enter following commands to remove:

    composer remove hgati/magento2-coupon-link

Completion of uninstall

  1. Go to Magento2 root folder

  2. 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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: OSL-3.0
  • 更新时间: 2023-09-06