How can I add my page on list of admin apps

LiteCart Fan
از کشور Sweden
عضو از اکتبر 2021

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
از کشور Sweden
عضو از اکتبر 2021

I doesn't work.

What can you suggest else ?

LiteCart Fan
از کشور Sweden
عضو از اکتبر 2021


  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
از کشور Sweden
عضو از مهٔ 2013
tim

Looks right. Hard refresh should help.

LiteCart Fan
از کشور Sweden
عضو از اکتبر 2021

I tried even with incognito but it didn't work

This thread has been closed due to long inactivity. Posting to it is not possible.
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.