diff --git a/frontend/views/basket/index.php b/frontend/views/basket/index.php index 1354f5c..3803c93 100755 --- a/frontend/views/basket/index.php +++ b/frontend/views/basket/index.php @@ -85,11 +85,11 @@ $('#orders-delivery input[type=\"radio\"]').click(function(){ $item):?>
Код: =$item->sku?>, цвет: =$item->name?>
field($item,'['.$i.']id')->hiddenInput()->label(false); ?> field($item,'['.$i.']product_name')->hiddenInput()->label(false); ?> diff --git a/frontend/views/catalog/product_item.php b/frontend/views/catalog/product_item.php index 18ae6e2..75c796e 100755 --- a/frontend/views/catalog/product_item.php +++ b/frontend/views/catalog/product_item.php @@ -5,7 +5,7 @@ use yii\helpers\Url;