承接 feedoptimise/magento2-catalog-export 相关项目开发

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

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

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 我们能提供哪些服务?
定制开发 / 二次开发

基于 feedoptimise/magento2-catalog-export 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 146.62k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 20
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 2
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2020-02-27