承接 dnafactory/module-fake-configurable 相关项目开发

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

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

dnafactory/module-fake-configurable

最新稳定版本:1.3.7

Composer 安装命令:

composer require dnafactory/module-fake-configurable

包简介

Questo modulo crea finti configurabili (associabili a qualsiasi tipologia di prodotti). In questo modo è possibile creare url differenti per prodotti e beneficiare visivamente delle configurazioni.

关键字:

README 文档

README

#Fake Configurable

composer require dnafactory/fake-configurable

Questo modulo crea finti configurabili (associabili a qualsiasi tipologia di prodotti). In questo modo è possibile creare url differenti per prodotti e beneficiare visivamente delle configurazioni.

Facade & Usage

All associated product are called "brother"

<?php

namespace DNAFactory\FakeConfigurable\Api;

use Magento\Catalog\Api\Data\ProductInterface;
use Magento\Catalog\Model\ResourceModel\Product\Link\Collection as LinkCollection;
use Magento\Catalog\Model\ResourceModel\Product\Link\Product\Collection as ProductCollection;

interface BrotherManagementInterface
{
    public function getBrotherProducts(ProductInterface $product): array;
    public function getBrotherProductIds(ProductInterface $product): array;
    public function getBrotherProductCollection(ProductInterface $product): ProductCollection;
    public function getBrotherLinkCollection(ProductInterface $product): LinkCollection;
}

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: OSL-3.0
  • 更新时间: 2020-07-22