Commit a8fc4348fdad7f7a8d679a33ad249aece058fff8

Authored by Administrator
1 parent c34b3aa0

basket

Showing 1 changed file with 9 additions and 0 deletions   Show diff stats
common/modules/product/models/ProductVariant.php
... ... @@ -24,6 +24,15 @@ use Yii;
24 24 */
25 25 class ProductVariant extends \yii\db\ActiveRecord
26 26 {
  27 +
  28 + /**just for rukzachok**/
  29 + public $count;
  30 + public $sum_cost;
  31 + public $product_name;
  32 + //public $image;
  33 + public $translit;
  34 + public $translit_rubric;
  35 + private $data;
27 36 /** @var array $_images */
28 37 // public $imagesUpload = [];
29 38 /**
... ...