定制 osaka/module-structureddata 二次开发

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

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

osaka/module-structureddata

最新稳定版本:0.1.0

Composer 安装命令:

composer require osaka/module-structureddata

包简介

Module created to generate structured data in the product page

README 文档

README

A simple module for Magento 2, version 2.4.x, that will help you add structured data to your product pages. The plugin does not add any configuration to your ecommerce dashboard, and it does not require any customization from your side.

composer require osaka/module-structureddata

Main Functionalities

Module created to generate structured data in the product page

Installation

* = in production please use the --keep-generated option

Requirements

  • Requires PHP soap extension. To install it run sudo apt-get install php-soap and sudo systemctl restart apache2 or sudo service apache2 restart

Type 1: Zip file

  • Unzip the zip file in app/code/Osaka
  • Enable the module by running php bin/magento module:enable Osaka_StructuredData
  • Apply database updates by running php bin/magento setup:upgrade*
  • Flush the cache by running php bin/magento cache:flush

Type 2: Composer

  • Check your PHP and apache/nginx dependencies and update them if necessary.
  • Install the module with composer by running composer require osaka/module-structureddata
  • enable the module by running php bin/magento module:enable Osaka_StructuredData
  • apply database updates by running php bin/magento setup:upgrade*
  • Flush the cache by running php bin/magento cache:flush

Configuration

Configuration is not necessary.

Attributes

An example of the attributes:

  {
     "@context":"https://schema.org/","@type":"Product",
     "name":"product one",
     "sku":"fo83hqfehdfhi3h3",
     "description":"Lorem Ipsum is simply dummy text of the printing and typesetting industry.",
     "image":
        ["http://local.magento.co/media/catalog/product/example.jpg"]
  }

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: GPL-3.0
  • 更新时间: 2024-06-29