Skip to content

Releases: robotE13/yii2-catalog

v0.1.0-categories

22 May 12:02
433d9eb

Choose a tag to compare

v0.1.0-categories Pre-release
Pre-release
Update dependencies

Dynamic attributes for the product search model

26 Oct 01:48

Choose a tag to compare

Sample

In ProductController:

$searchModel = Yii::createObject([
    'class' => robote13\catalog\forms\ProductSearch,
    'productKind' => 'truck'
]);

Where 'productKind' this is robote13\catalog\models\ProductType::$table (table name for dynamic attributes of Product without prefix, it`s same that an alias for the product category)

Fixed: missing files

18 Oct 18:47

Choose a tag to compare

Fixed: missing files Pre-release
Pre-release
v0.3.1

fix missed files

Categories entity removed

16 Oct 22:42

Choose a tag to compare

Pre-release
v0.3.0

Removing product categories.Please read changelog.

Refactoring the module installation

14 Oct 16:12

Choose a tag to compare

Pre-release
v0.2.0

Bootstrapping

v0.1.0

14 Oct 15:13

Choose a tag to compare

v0.1.0 Pre-release
Pre-release
preview uploader settings