2017 © Pedro Peláez
 

symfony-bundle attribute-description-bundle

Dnd bundle to add description under your attributes on products

image

agencednd/attribute-description-bundle

Dnd bundle to add description under your attributes on products

  • Friday, May 25, 2018
  • by agencednd
  • Repository
  • 6 Watchers
  • 3 Stars
  • 31 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 63 % Grown

The README.md

AttributeDescriptionBundle

This connector improve your workflow by adding descriptions to your attributes., (*1)

Features

  • Add/Delete/Edit a localizable description to your attribute
  • Import/Export attribute description with Akeneo import/export
  • The description is displayed on the product page under the attribute field

Requirements

AttributeDescriptionBundle Akeneo PIM Community Edition Akeneo PIM Enterprise Edition
v1.0.* v2.*
v1.1.* v2.* v2.*

Connector installation on Akeneo PIM

If it's not already done, install Akeneo PIM., (*2)

Get composer (with command line):, (*3)

$ cd /my/pim/installation/dir
$ curl -sS https://getcomposer.org/installer | php

Then, install DnDAttributeDescriptionBundle with composer:, (*4)

In your composer.json, add the following code dependending on your Akeneo PIM version:, (*5)

  • In require:
{
    "agencednd/attribute-description-bundle": "1.1.*"
}

Next, enter the following command line:, (*6)

$php composer.phar require agencednd/attribute-description-bundle

Enable the bundle in app/AppKernel.php file, in the registerBundles function, before the line return $bundles:, (*7)

$bundles[] = new Dnd\Bundle\AttributeDescriptionBundle\DndAttributeDescriptionBundle();

Then you need to override your Attribute entity in app/config/config.yml (at the end of the file):, (*8)

akeneo_storage_utils:
    mapping_overrides:
        -
            original: Pim\Bundle\CatalogBundle\Entity\Attribute
            override: Dnd\Bundle\AttributeDescriptionBundle\Entity\Attribute
        -
            original: Pim\Bundle\CatalogBundle\Entity\AttributeTranslation
            override: Dnd\Bundle\AttributeDescriptionBundle\Entity\AttributeTranslation

And enter the following command line:, (*9)

$php bin/console doctrine:schema:update --force

Configuration

Just create/edit an attribute, a new tab has appeared and you can fill in your attribute description for each locale., (*10)

To import attribute description you need to add a new column to your classic attribute import file : description-{locale_code} (e.g: description-en_US)., (*11)

About us

Founded by lovers of innovation and design, Agence Dn'D assists companies in the creation and development of customized digital (open source) solutions for web and E-commerce since 2004., (*12)

The Versions

25/05 2018

dev-master

9999999-dev http://dnd.fr

Dnd bundle to add description under your attributes on products

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 2.*

 

e-commerce ecommerce pim akeneo dnd workflow attribute

25/05 2018

dev-fix/readme

dev-fix/readme http://dnd.fr

Dnd bundle to add description under your attributes on products

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 2.*

 

e-commerce ecommerce pim akeneo dnd workflow attribute

24/05 2018

1.1.0

1.1.0.0 http://dnd.fr

Dnd bundle to add description under your attributes on products

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 2.*

 

e-commerce ecommerce pim akeneo dnd workflow attribute

24/05 2018

dev-fix/pimee

dev-fix/pimee http://dnd.fr

Dnd bundle to add description under your attributes on products

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 2.*

 

e-commerce ecommerce pim akeneo dnd workflow attribute

05/02 2018

1.0.0

1.0.0.0 http://dnd.fr

Dnd bundle to add description under your attributes on products

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 2.*

 

e-commerce ecommerce pim akeneo dnd workflow attribute