sourceknowledge / shopping-ads
此扩展允许您将您的magento商店与Sourceknowledge购物广告集成
1.2.0
2023-08-16 18:09 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-22 21:49:05 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设置”中找到