2017 © Pedro Peláez
 

symfony-bundle classification-rule-bundle

Akeneo PIM Enterprise bundle to classify products with the rule engine

image

akeneo-labs/classification-rule-bundle

Akeneo PIM Enterprise bundle to classify products with the rule engine

  • Tuesday, September 13, 2016
  • by Akeneo
  • Repository
  • 15 Watchers
  • 2 Stars
  • 978 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

ClassificationRuleBundle

A bundle that extend the Akeneo PIM Enterprise CatalogRuleBundle, adding the possibility to unclassify products from a defined tree., (*1)

Requirements

ClassificationRuleBundle Akeneo PIM Enterprise Edition
v1.2.* >= v1.6
v1.1.* v1.5.*
v1.0.* v1.4.*
v0.1.* v1.3.*

Installation

You can install the bundle with composer:, (*2)

    php composer.phar require akeneo-labs/classification-rule-bundle:1.2.*

Enable the bundle in the app/AppKernel.php file, in the registerBundles method:, (*3)

    $bundles = [
        // ...
        new PimEnterprise\Bundle\ClassificationRuleBundle\PimEnterpriseClassificationRuleBundle(),
    ];

Now let's clear your cache and reinstall your assets:, (*4)

    php app/console cache:clear --env=prod
    php app/console pim:installer:assets --env=prod

Documentation

Rule definition

This bundle is an extension of the CatalogRuleBundle, so it uses the same conditions, and add a new set of actions:, (*5)

  • unclassify: remove a product from categories. If you set the category code to null, it will declassify the product. You can also define a tree to declassify only the product's categories of this tree.

Examples

File example, (*6)

Take a look to the rule definition documentation to see more examples of conditions., (*7)

The Versions

13/09 2016

dev-master

9999999-dev

Akeneo PIM Enterprise bundle to classify products with the rule engine

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-enterprise-dev ~1.6.0

 

The Development Requires

ecommerce pim akeneo rules classification

13/09 2016

v1.2.0

1.2.0.0

Akeneo PIM Enterprise bundle to classify products with the rule engine

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-enterprise-dev ~1.6.0

 

The Development Requires

ecommerce pim akeneo rules classification

08/03 2016

v1.1.0

1.1.0.0

Akeneo PIM Enterprise bundle to classify products with the rule engine

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-enterprise-dev 1.5.*

 

The Development Requires

ecommerce pim akeneo rules classification

09/10 2015

1.0.x-dev

1.0.9999999.9999999-dev

Akeneo PIM Enterprise bundle to classify products with the rule engine

  Sources   Download

proprietary

The Requires

  • akeneo/pim-enterprise-dev 1.4.*

 

The Development Requires

ecommerce pim akeneo rules classification

09/10 2015

v1.0.0

1.0.0.0

Akeneo PIM Enterprise bundle to classify products with the rule engine

  Sources   Download

proprietary

The Requires

  • akeneo/pim-enterprise-dev 1.4.*

 

The Development Requires

ecommerce pim akeneo rules classification

22/07 2015

0.1

0.1.0.0

Akeneo PIM Enterprise bundle to classify products with the rule engine

  Sources   Download

proprietary

The Requires

  • akeneo/pim-enterprise-dev ~1.3@stable

 

The Development Requires

ecommerce pim akeneo rules classification