sazik-rzn/yii2-shopcart-light

Lightweight shopcart component for Yii2 framework

0.0.7 2017-04-20 09:28 UTC

This package is not auto-updated.

Last update: 2024-04-19 17:49:54 UTC


README

Lightweight shopcart component for Yii2 framework

installation:

  1. add to require section of composer.json next line "sazik-rzn/yii2-shopcart-light": "*"

  2. append migration from folder "migrations" ./yii migrate/up --migrationPath=@vendor/sazik-rzn/yii2-shopcart-light/migrations

  3. Implemet IPositionModel by yor product model

  4. Configure component in your app

  5. read comments for component`s methods and use it

Full documentation comming soon