Code format
This commit is contained in:
parent
01650b8f11
commit
f0d3762b66
|
|
@ -136,7 +136,7 @@ class ProductController extends Controller
|
|||
$product->load('brand', 'attributes');
|
||||
}
|
||||
|
||||
$product = hook_filter('admin.product.form.product', $product);
|
||||
$product = hook_filter('admin.product.form.product', $product);
|
||||
$taxClasses = TaxClassRepo::getList();
|
||||
array_unshift($taxClasses, ['title' => trans('admin/builder.text_no'), 'id' => 0]);
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
* @modified 2022-08-02 14:22:41
|
||||
*/
|
||||
|
||||
return [
|
||||
return [
|
||||
'index' => 'catalogs',
|
||||
'info_title' => 'category title',
|
||||
'info_content' => 'content',
|
||||
|
|
@ -19,4 +19,4 @@
|
|||
'page_categories_show' => 'Details',
|
||||
'page_categories_update' => 'Edit',
|
||||
'page_categories_delete' => 'Delete',
|
||||
];
|
||||
];
|
||||
|
|
|
|||
|
|
@ -28,8 +28,8 @@ return [
|
|||
'rma_reason' => 'RMA Reason',
|
||||
'product' => 'Products',
|
||||
'brand' => 'Brands',
|
||||
'attribute' => 'attribute',
|
||||
'attribute_group' => 'attribute group',
|
||||
'attribute' => 'attribute',
|
||||
'attribute_group' => 'attribute group',
|
||||
'category' => 'Categories',
|
||||
'customer_group' => 'Customer Groups',
|
||||
'customer' => 'Customers',
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
* @modified 2022-08-02 14:22:41
|
||||
*/
|
||||
|
||||
return [
|
||||
return [
|
||||
'index' => 'catalogs',
|
||||
'info_title' => 'category title',
|
||||
'info_content' => 'content',
|
||||
|
|
@ -19,4 +19,4 @@
|
|||
'page_categories_show' => 'Details',
|
||||
'page_categories_update' => 'Edit',
|
||||
'page_categories_delete' => 'Delete',
|
||||
];
|
||||
];
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
* @modified 2022-08-02 14:22:41
|
||||
*/
|
||||
|
||||
return [
|
||||
return [
|
||||
'index' => 'catalogs',
|
||||
'info_title' => 'category title',
|
||||
'info_content' => 'content',
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
* @modified 2022-08-02 14:22:41
|
||||
*/
|
||||
|
||||
return [
|
||||
return [
|
||||
'index' => 'catalogs',
|
||||
'info_title' => 'category title',
|
||||
'info_content' => 'content',
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
* @modified 2022-08-02 14:22:41
|
||||
*/
|
||||
|
||||
return [
|
||||
return [
|
||||
'index' => 'catalogs',
|
||||
'info_title' => 'category title',
|
||||
'info_content' => 'content',
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
* @modified 2022-08-02 14:22:41
|
||||
*/
|
||||
|
||||
return [
|
||||
return [
|
||||
'index' => 'catalogs',
|
||||
'info_title' => 'category title',
|
||||
'info_content' => 'content',
|
||||
|
|
|
|||
Loading…
Reference in New Issue