CMXX - Checkout and Placeorder
This commit is contained in:
@@ -14,7 +14,7 @@ $main_menu = array ('dashboard','sales','buildtool','cartests','marketing','equi
|
||||
$equipments_sub = array('equipments','servicereports','rmas','histories','firmwaretool','equipments_mass_update');
|
||||
$sales_sub = array('accounts','contracts','catalog');
|
||||
$products_sub = array('products','products_attributes','pricelists');
|
||||
$admin_sub = array('users','categories','communications','partners','media');
|
||||
$admin_sub = array('users','categories','discounts','shipping','communications','partners','media');
|
||||
$reporting_sub = array('report_build','report_contracts_billing','report_healthindex','report_usage');
|
||||
$settings_sub = array('config','translations','logfile','maintenance','profiles');
|
||||
|
||||
@@ -128,6 +128,18 @@ $urls = array(
|
||||
"icon" => "fa-solid fa-photo-film",
|
||||
"name" => "menu_categories"
|
||||
),
|
||||
"discounts" => array(
|
||||
"url" => "discounts",
|
||||
"selected" => "discounts",
|
||||
"icon" => "fa-solid fa-photo-film",
|
||||
"name" => "menu_discounts"
|
||||
),
|
||||
"shipping" => array(
|
||||
"url" => "shipping",
|
||||
"selected" => "shipping",
|
||||
"icon" => "fa-solid fa-truck-fast",
|
||||
"name" => "menu_shipping"
|
||||
),
|
||||
"catalog" => array(
|
||||
"url" => "catalog",
|
||||
"selected" => "catalog",
|
||||
@@ -253,7 +265,10 @@ $page_rows_products_attributes = 50; //list product attributes
|
||||
$page_rows_media = 25; // list media
|
||||
$page_rows_pricelists = 50;//pricelists
|
||||
$page_rows_categories = 25;//categories
|
||||
|
||||
$page_rows_discounts = 25;//discounts
|
||||
$page_rows_shipping = 25;//discounts
|
||||
$page_rows_transactions = 25; //transactions
|
||||
$page_rows_invoice = 25; //invoices
|
||||
//------------------------------------------
|
||||
// Languages supported
|
||||
//------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user