This commit is contained in:
2026-03-07 10:26:20 +07:00
commit aa223ce3bb
1128 changed files with 118856 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
<?php
return array(
'enable' => true ,
"name" => "Trả góp",
"icon_class" => "handshake",
"url" => "",
"menu" => array(
array(
'enable' => true ,
'module' => 'payinstall',
'view' => 'order',
'id' => 'payinstall/order',
'name' => 'Danh sách đơn hàng',
'url' => '/payinstall/order',
),
array(
'enable' => true ,
'module' => 'payinstall',
'view' => 'home',
'id' => 'payinstall/home',
'name' => 'Cài đặt trả góp',
'url' => '/payinstall',
),
array(
'enable' => true ,
'module' => 'payinstall',
'view' => 'category',
'id' => 'payinstall/category',
'name' => 'Danh mục sản phẩm',
'url' => '/payinstall/category',
),
),
);