定制 oxid-academy/product-data-reader 二次开发

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

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

oxid-academy/product-data-reader

最新稳定版本:2.0.1

Composer 安装命令:

composer require oxid-academy/product-data-reader

包简介

Reads data from product selected by item number.

README 文档

README

Latest Version PHP Version

This package is part of the OXID Academy Training Development Basics. Please see our website for current training offers in german or english language.

Description

This extension is an OXID eShop Component. It introduces a service to read title, price and SEO URL of a product selected by its item number. The extension also provides a console command to run the service directly on the CLI.

Compatibility

Versions

  • 2.x.x version is compatible with OXID eShop 7.1.
  • 1.x.x version is compatible with OXID eShop 7.1 and 7.0.

Branches

  • b-7.1.x branch is compatible with OXID eShop compilation b-7.1.x.
  • b-7.0.x branch is compatible with OXID eShop compilation b-7.1.x and b-7.0.x.

Installation

Production

In your shop's root directory, execute the following Composer command:

composer require oxid-academy/product-data-reader:^2.0.0

Development

In your shop's root directory, execute the following commands:

git clone -b b-7.1.x https://github.com/oxid-academy/product-data-reader.git ./EXTENSIONS/product-data-reader
composer config repositories.oxac-pdr path ./EXTENSIONS/product-data-reader
composer require oxid-academy/product-data-reader:dev-b-7.1.x

Usage

Service

Information about the usage of services in the OXID eShop can be found in our online documentation.

Command

Your can simply run the command on your CLI by using the OE Console:

./vendor/bin/oe-console oxac:product-data:read <item-number>

Troubleshooting

If you encounter any issues after installation, clear your source/tmp directory. You can do this by running the oe:cache:clear command:

./vendor/bin/oe-console oe:cache:clear

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0-or-later
  • 更新时间: 2024-04-18