s3hoanghuynh / shopping-ads
本插件允许您将您的 Magento 店铺与 Sourceknowledge 购物广告集成。
1.2.0
2023-05-23 09:01 UTC
Requires
- php: ~7.1.3||~7.2.0||~7.3.0||~7.4.0||~8.1.0||~8.2.0
- magento/framework: ~102||~103
- magento/module-catalog: ~103||~104
- magento/module-checkout: ~100
- magento/module-customer: ~102||~103
- magento/module-directory: ~100
- magento/module-integration: ~100
- magento/module-quote: ~101
- magento/module-sales: ~102||~103
This package is auto-updated.
Last update: 2024-09-23 12:01:11 UTC
README
自动将 SourceKnowledge 像素添加到您的商店,并从您的目录生成购物数据,以增加您网站的销售。
只需几个步骤,您就可以安装 SourceKnowledge 应用程序,将您的 Magento 2 目录转换为购物广告。一旦将 SourceKnowledge 连接到您的 Magento 2 商店,您的产品目录即可立即在比较购物引擎、折扣网站、原生广告和社交媒体上运行。
兼容性
Magento Open Source (CE) 2.3
Magento Open Source (CE) 2.4
安装
通过 composer 安装(推荐)
在 Magento 2 根目录下运行以下命令
composer require sourceknowledge/shopping-ads
使用 Git 克隆
git clone https://github.com/sourceknowledge/shopping-ads.git app/code/Sourceknowledge/ShoppingAds
激活
在 Magento 2 根目录下运行以下命令
bin/magento module:enable Sourceknowledge_ShoppingAds
bin/magento setup:upgrade
bin/magento setup:static-content:deploy
重新编译您的 Magento 项目
bin/magento setup:di:compile
清除缓存
bin/magento cache:clean
配置
- 系统 > 集成 > Sourceknowledge_ShoppingAds
- 点击 激活 以授予所需的权限。
- 当询问 Sourceknowledge 帐户时,选择 现有客户 或 新客户,然后完成激活过程。
- 如果您已经拥有 Sourceknowledge 帐户,请使用您的凭据登录或注册以完成激活过程。
折扣代码 URL
允许通过查询字符串自动将折扣代码应用于浏览器会话。例如,使用默认设置,以下操作将确保在结账时应用 MYDISCOUNTCODE 优惠券
https://url.to.my.store?sk_coupon=MYDISCOUNTCODE
配置选项可以在“商店” -> “配置” -> “客户” -> “促销” -> “折扣 URL 设置”中找到。