定制 mejdoubimeriem/wcs 二次开发

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

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

mejdoubimeriem/wcs

Composer 安装命令:

composer require mejdoubimeriem/wcs

包简介

The Websphere Commerce Connector for Akeneo

README 文档

README

![alt text][logo]

WCS Connector is extension that allows you to import your catalog from Akeneo CSV files into Websphere commerce.

Installation

Via composer :

  • Add into in the require section:

"aliznet":"dev-master"

  • Add into the repositories section:
	{
        "type": "vcs",
        "url": "https://github.com/mejdoubimeriem/akeneo_wcs.git",
        "branch": "master"
    }
  • Execute update composer.phar :
	php composer.phar update aliznet

Update Akeneo database

  • apply the script to your Akeneo database :
	WCSBundle/Resources/sql/mapping_migration.schema.sql

Update your AppKernel.php

  • Add those two lines from your app/AppKernel.php file:
	$bundles[] = new Aliznet\WCSBundle\AliznetWCSBundle();
	$bundles[] = new new Aliznet\EnrichBundle\AliznetEnrichBundle();

Update your config.yml

  • Add these lines from your app/config/config.yml file after this line akeneo_storage_utils: :
	mapping_overrides:
		-
			original: Pim\Bundle\CatalogBundle\Entity\Category
			override: Aliznet\WCSBundle\Entity\Category
		-
			original: Pim\Bundle\CatalogBundle\Entity\CategoryTranslation
			override: Aliznet\WCSBundle\Entity\CategoryTranslation
  • run:
	php app/console doctrine:schema:update --force
	php app/console cache:clear --env=prod

Create these Attributes Groups into Akeneo interface

	Go into settings > Attribute groups > Create a new attribute group
	* General
	* Pricing
	* Custom
	* Publishing
	* Descriptif
	* Defining
	* Display

Import these files into Akeneo interface

 	WCSBundle\Resources\fixtures\wcs-attributes.csv in Collect > import profiles > csv_attribute_import
	WCSBundle\Resources\fixtures\wcs-options.csv in Collect > import profiles > csv_option_import
	WCSBundle\Resources\fixtures\wcs-family.csv in Collect > import profiles > csv_family_import
 	WCSBundle\Resources\fixtures\wcs-variant_group.csv in Collect > import profiles > csv_variant_group_import
 	WCSBundle\Resources\fixtures\wcs-product-ecommerce.csv in Collect > import profiles > csv_product_import	**for ecommerce channel**
 	WCSBundle\Resources\fixtures\wcs-product-print.csv in Collect > import profiles > csv_product_import	    **for print channel**
 	WCSBundle\Resources\fixtures\wcs-product-mobile.csv in Collect > import profiles > csv_product_import	    **for mobile channel**

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: OSL-3.0
  • 更新时间: 2016-04-27

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固