feedoptimise/magento2-catalog-export
Composer 安装命令:
composer require feedoptimise/magento2-catalog-export
包简介
Exports catalog data, from Magento2 stores, which is used to generate product feeds.
README 文档
README
This module is used to extract catalog data from Magento2 stores.
Getting Started
Prerequisites
There are a few things needed prior to installing this module:
- Magento2 Installed
- Magento2 Store Setup
- PHP 7+ installed
!! BACKUP !!
Make sure to backup your Magento store before running the steps below.
Our plugin has been tested across lots of installations but there could be some custom/bespoke changes in your Magento code or other unexpected scenarios which can cause your Magento to crash during or after the installation thus it's strongly advised to have a backup in place so you can easily restore should some issues arise.
Installing via Composer (recommended)
The first step is to add our repo to your composer.json, by running the following (from the root of your project in command line):
composer require feedoptimise/magento2-catalog-export
Now you can enable our module by running the following (from the root of your project in command line):
bin/magento module:enable Feedoptimise_CatalogExport
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento cache:flush
Then check the module has been enabled correctly, by running the following (from the root of your project in command line):
bin/magento module:status
Once the module is installed, you should then login to the admin panel of your store and visit the following page:
Stores > Configuration > Feedoptimise > Catalog Export
Once on the extension config page, please ensure the settings are as follows. The security token will be provided by Feedoptimise, prior or after the install.
Module Enable = Yes
Security Token = <SECURITY_TOKEN_HERE>
Once installed, we (Feedoptimise) will confirm it is working correctly and our system will begin extracting data for your product feed.
Installing (manually)
The first step to install this module, is to create the following directory path on your server app/code/Feedoptimise/CatalogExport. Then you can copy all of the contents inside the src folder into the newly created directory.
The directory structure should look like:
app/
code/
Feedoptimise/
CatalogExport/
Controller/
...
etc/
...
Helper/
...
composer.json
README.md
registration.php
Once the folder has been placed inside the /app/code directory, you can then run the following (from the root of your project in command line):
bin/magento module:enable Feedoptimise_CatalogExport
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento cache:flush
Then check the module has been enabled correctly, by running the following (from the root of your project in command line):
bin/magento module:status
Once the module is installed, you should then login to the admin panel of your store and visit the following page:
Stores > Configuration > Feedoptimise > Catalog Export
Once on the extension config page, please ensure the settings are as follows. The security token will be provided by Feedoptimise, prior or after the install.
Module Enable = Yes
Security Token = <SECURITY_TOKEN_HERE>
Once installed, we (Feedoptimise) will confirm it is working correctly and our system will begin extracting data for your product feed.
Updating (installed via composer)
To update the module, run the following (from the root of your project in command line).
composer update feedoptimise/magento2-catalog-export
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento cache:flush
Uninstalling (installed via composer)
To uninstall our extension, run the following (from the root of your project in command line):
bin/magento module:disable Feedoptimise_CatalogExport
bin/magento setup:upgrade
composer remove feedoptimise/magento2-catalog-export
Uninstalling (installed manually)
To uninstall our extension, run the following (from the root of your project in command line):
bin/magento module:disable Feedoptimise_CatalogExport
composer remove Feedoptimise/CatalogExport
bin/magento setup:upgrade
License
Usage is subject to permission. Copyright (c) 2020 Feedoptimise (http://www.feedoptimise.com)
feedoptimise/magento2-catalog-export 适用场景与选型建议
feedoptimise/magento2-catalog-export 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 146.62k 次下载、GitHub Stars 达 3, 最近一次更新时间为 2020 年 02 月 27 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 feedoptimise/magento2-catalog-export 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 feedoptimise/magento2-catalog-export 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 146.62k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 20
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2020-02-27