定制 icecat/magento2-extension 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

icecat/magento2-extension

Composer 安装命令:

composer require icecat/magento2-extension

包简介

Icecat Integration with magento 2

README 文档

README

The open-source Icecat extension gives the capability to enrich Magento 2 product catalog from the open and free Icecat rich product catalog.

New features in version 2.0.0

  • Unlock the Full Icecat users
  • Filter and Bulk Import Products by Specific Brands

Click here to see full details for version 2.0.0

Icecat Magento-Extension Version 1.0.0

Installation Prerequisites: Magento Open Source 2.4.5

Installation

To install this extension, use the following commands:

composer require icecat/magento2-extension
php bin/magento module:enable Icecat_DataFeed
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
php bin/magento setup:di:compile
php bin/magento indexer:reindex
php bin/magento cache:flush

Note(s):

  • After installation, verify if the dragonmantank/cron-expression library has been installed. You may check this by going into //vendor/dragonmantank. If this exists then it is fine.If not, then a manual installation is recommended using the following command composer require dragonmantank/cron-expression

  • Set the following command to the crontab - prerequisite for the scheduled job

* * * * * php /**<yourproject>**/bin/magento icecat:queue-runner 2>&1 | grep -v "Icecat Cron" >> /**<yourproject>**/var/log/icecat.cron.log
  • To be able to play/embed YouTube videos, the YouTube API configuration is required in the Magento 2 as mentioned in the following link- https://docs.magento.com/user-guide/v2.3/catalog/product-video.html

  • The system.log file is logged with the details when the product is not assigned to any of the store(s). Sample log

    img1

  • The Icecat Extension will be added in the default Magento store configuration section.

    img1

Features

  • An Open-Source plug-and-play extension and MIT licensed under Icecat NV.
  • A user-friendly interface to configure the Icecat import attributes.
  • Multi-store and multi-website catalog management to drive more business.
  • Import all the product data from Open-Icecat catalog including Icecat categories, marketing text, specifications, images, YouTube videos, pdf, product stories, reasons to buy, bullet points and product reviews.
  • Recurring bulk imports, Automatic -full- or Manual -Delta & Full- or single product imports.
  • Complete downloadable import job summary statistics for immediate action.

MIT license And Contact Details

img1

Configuration Details

  • General Configuration - Enable the Icecat Extension.

    img1

  • User Authentication - An Open-Icecat user account and API access token is required to import the product data via Icecat API. New users could easily get these details by using the “Register with Icecat” option as mentioned below.

    img1

  • The API access token could be easily generated by logging-in on icecat.biz.

    img1

  • Store Configuration - The extension will import the product data only in the selected stores locales.

    img1

  • Icecat Configuration - One time attribute mapping is required to import the data via Icecat API. These attributes are created by the end user in the Magento environment and the icecat extension will use these attributes to match the product in the Icecat catalog.

    Notes:

    • The attributes scope must be global and of type text.
    • The attributes must be part of the attribute set used for the magento product catalog. img1
  • Icecat Categorization - Once enabled, a one time new root category named “Icecat Categories” will be created without any impact on the Default Category. The Icecat Categories then could be utilized as per need, for example - by assigning to the required store into General Configurations or by moving specific categories to the Default Category.

    img1

  • Icecat Media - Images and YouTube videos -only public- are imported into the Magento’s default “Images And Videos'' section. If more than one store is configured, the user will see all the images and videos in the Default Store View. However, once a particular store view is enabled, images and videos will be active for that store view and all the images and videos from other stores views will be marked as hidden.

    All the documents are stored in the table icecat_product_attachtment.

    img1

  • Icecat Specifications - All the specifications are imported into the icecat_specifications attribute with default Icecat heading color. The user has flexibility to change the color in order to match their Web shop’s theme.

    img1

  • Icecat Other Enriched Fields - Icecat Product Reviews are stored in the table icecat_product_reviews. All the remaining fields are Magento attributes and have been created by default during the Icecat extension installation.

    img1

  • Icecat Basic Fields - By default all the basic Icecat attributes will be created and mapped in order to save the time. Only the standard Magento attributes are required to be mapped by the Magento user. The user has flexibility to keep only the required fields as per need.

    img1

  • Recurring bulk imports - Users will be able to automate full import with the cron expression.

    Full Import takes all the products from the Magento product catalog and for the matched products in the Icecat catalog, imports back the specified product data into the Magento catalog as per the configurations.

    Delta Import takes all the products which have been updated in the Magento product catalog since the last full/automatic import run.

    img1

  • Single Product Import - On the product details page, the user has flexibility to import single product data on demand.

    img1

Icecat Categories

  • Icecat Categories - On very first import, automatically a new root category named “Icecat Categories” will be created.

    img1

Product Data Details

  • On the product details page, all the Icecat product data will be available under the highlighted sections. img1

  • Content img1

    img1

  • Icecat Product Reviews

    img1

  • Icecat Product Attachments

    img1

  • Icecat Product Content

    img1

    img1

    img1

    img1

  • Bullet Points

    img1

  • Images And Videos

    img1

YouTube Video View

img1

Related Products While importing the product from Icecat Catalog, all the related products will be searched in the Magento Catalog using Brand Name and Product Code. All the matched products will be then linked under the main product.

img1

Import Statistics

img1

Not found in Icecat: These are the products present in the Magento Catalog but not in the Icecat Catalog. If you would like to publish these products into Icecat, contact us.

Forbidden in Icecat: A full icecat subscription is required to access these products.

img1

icecat/magento2-extension 适用场景与选型建议

icecat/magento2-extension 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 848 次下载、GitHub Stars 达 2, 最近一次更新时间为 2022 年 12 月 05 日, 在 PHP 生态内属于活跃度较高的组件。

我们在过去多个企业项目中使用过 icecat/magento2-extension 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 icecat/magento2-extension 我们能提供哪些服务?
定制开发 / 二次开发

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

BUG 修复 & 性能优化

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

项目外包 & 长期维护

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

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

统计信息

  • 总下载量: 848
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 9
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-12-05