Heure de publication: jeudi 29 décembre 2016 (il y a 6 ans)

Créé par: Семенов Александр Сергеевич

Catégorie: Pour le magasin

Version actuelle:
1 janv. 1970 à 03:00:00 (il y a 53 ans)

Packagist: skeeks/cms-shop-cart-items-widget

: https://github.com/skeeks-cms/cms-shop-cart-items-widget

:

Type: Компонент

Widget shop cart steps for SkeekS CMS

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist skeeks/cms-shop-cart-items-widget "*"

or add

"skeeks/cms-shop-cart-items-widget": "*"

Example


<?= \skeeks\cms\shopCartItemsWidget\ShopCartItemsListWidget::widget([ 'dataProvider' => new \yii\data\ActiveDataProvider([ 'query' => \Yii::$app->shop->shopFuser->getShopBaskets(), 'pagination' => [ 'defaultPageSize' => 100, 'pageSizeLimit' => [1, 100], ] ]), //'headerView' => '@app/view/.../header', //'footerView' => '@app/view/.../footer', //'itemView' => '@app/view/.../item', ]); ?>

Example cart items


<?= \skeeks\cms\shopCartItemsWidget\ShopCartItemsListWidget::widget([ 'dataProvider' => new \yii\data\ActiveDataProvider([ 'query' => $model->getShopBaskets(), 'pagination' => [ 'defaultPageSize' => 100, 'pageSizeLimit' => [1, 100], ], ]), ]); ?>

Example order items


<?= \skeeks\cms\shopCartItemsWidget\ShopCartItemsListWidget::widget([ 'dataProvider' => new \yii\data\ActiveDataProvider([ 'query' => $model->getShopBaskets(), 'pagination' => [ 'defaultPageSize' => 100, 'pageSizeLimit' => [1, 100], ], ]), 'footerView' => false, 'itemView' => '@skeeks/cms/shopCartItemsWidget/views/items-list-order-item', ]); ?>

Links


skeeks!
SkeekS CMS (Yii2) — quickly, easily and effectively!
skeeks.com | cms.skeeks.com

CHANGELOG

1.0.3

  • Update design

1.0.2

  • Change src dir

1.0.1

  • Update

1.0.0

  • Update

1.0.0-alpha2

  • New item template

1.0.0-alpha

  • Can be used

Tous les commentaires (0)
Sans commentaires

dev-master — 1 janv. 1970 à 03:00:00 (il y a 53 ans)

dev-master-n — 1 janv. 1970 à 03:00:00 (il y a 53 ans)

2.0.0.1 — 1 janv. 1970 à 03:00:00 (il y a 53 ans)

2.0.0 — 1 janv. 1970 à 03:00:00 (il y a 53 ans)

1.0.3.9 — 1 janv. 1970 à 03:00:00 (il y a 53 ans)

1.0.3.8 — 1 janv. 1970 à 03:00:00 (il y a 53 ans)

1.0.3.7 — 1 janv. 1970 à 03:00:00 (il y a 53 ans)

1.0.3.6 — 1 janv. 1970 à 03:00:00 (il y a 53 ans)

1.0.3.5 — 1 janv. 1970 à 03:00:00 (il y a 53 ans)

1.0.3.4 — 1 janv. 1970 à 03:00:00 (il y a 53 ans)

1.0.3.3 — 1 janv. 1970 à 03:00:00 (il y a 53 ans)

1.0.3.2 — 1 janv. 1970 à 03:00:00 (il y a 53 ans)

1.0.3 — 1 janv. 1970 à 03:00:00 (il y a 53 ans)

1.0.2 — 1 janv. 1970 à 03:00:00 (il y a 53 ans)

1.0.1 — 1 janv. 1970 à 03:00:00 (il y a 53 ans)

1.0.1-alpha — 1 janv. 1970 à 03:00:00 (il y a 53 ans)

1.0.0 — 1 janv. 1970 à 03:00:00 (il y a 53 ans)

1.0.0-alpha2 — 1 janv. 1970 à 03:00:00 (il y a 53 ans)

1.0.0-alpha — 1 janv. 1970 à 03:00:00 (il y a 53 ans)

Стандартная установка:

Добавьте composer.json файл вашего проекта:

"skeeks/cms-shop-cart-items-widget": "*"

Запустите обновление зависимостей


Читать про обнолвение SkeekS CMS