Fix hide reception cart
- add property user_cart_on - add property product_sale_default_focus - add property ticket_create-price_editable - add discount product/ticket enabled
This commit is contained in:
@@ -34,6 +34,14 @@ $this->params['breadcrumbs'][] = $this->title;
|
||||
'attribute' => 'type',
|
||||
'value' => $model->typeHuman
|
||||
],
|
||||
[
|
||||
'attribute' => 'product_enabled',
|
||||
'value' => $model->getProcutEnabledHuman()
|
||||
],
|
||||
[
|
||||
'attribute' => 'ticket_enabled',
|
||||
'value' => $model->getTicketEnabledHuman()
|
||||
],
|
||||
// 'status',
|
||||
// 'type',
|
||||
'value',
|
||||
|
||||
Reference in New Issue
Block a user