How can I add my page on list of admin apps

LiteCart Fan
Şundan Sweden
Eki 2021 tarihinden beri üye

Hello there

I have added my code into admin/orders.app/config.inc.php but it is not displaying my code on admin.

How can I fix this ?

LiteCart Fan
Şundan Sweden
Eki 2021 tarihinden beri üye

I doesn't work.

What can you suggest else ?

LiteCart Fan
Şundan Sweden
Eki 2021 tarihinden beri üye


  return $app_config = [
    'name' => language::translate('title_orders', 'Orders'),
    'default' => 'orders',
    'priority' => 0,
    'theme' => [
      'color' => '#9dd238',
      'icon' => 'fa-shopping-cart',
    ],
    'menu' => [
      [
        'title' => language::translate('title_orders', 'Orders'),
        'doc' => 'orders',
        'params' => [],
      ],
      [
        'title' => language::translate('title_order_statuses', 'Order Statuses'),
        'doc' => 'order_statuses',
        'params' => [],
      ],
      [
        'title' => language::translate('title_removed_orders', 'Removed orders after 3 months'),
        'doc' => 'removed_orders',
        'params' => [],
      ],
    ],
    'docs' => [
      'orders' => 'orders.inc.php',
      'removed_orders' => 'removed_orders.inc.php',
      'edit_order' => 'edit_order.inc.php',
      'order_statuses' => 'order_statuses.inc.php',
      'edit_order_status' => 'edit_order_status.inc.php',
      'add_product' => 'add_product.inc.php',
      'product_picker' => 'product_picker.inc.php',
    ],
  ];```
tim
Founder
Şundan Sweden
May 2013 tarihinden beri üye
tim

Looks right. Hard refresh should help.

LiteCart Fan
Şundan Sweden
Eki 2021 tarihinden beri üye

I tried even with incognito but it didn't work

Bu konu uzun süredir aktif olmadığı için kapatıldı. Konuya mesaj göndermek mümkün değil.
This website uses no cookies and no third party tracking technology. We think we can do better than others and really think about your privacy.