abdumalik LiteCart Fan Şundan Sweden Eki 2021 tarihinden beri üye abdumalik 28 Nis 2022 20:24 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 ?
tim Founder Şundan Sweden May 2013 tarihinden beri üye tim 28 Nis 2022 21:50 Ctrl + f5 to refresh For the full guide: https://wiki.litecart.net/how_to_create_an_admin_app
abdumalik LiteCart Fan Şundan Sweden Eki 2021 tarihinden beri üye abdumalik 28 Nis 2022 22:06 I doesn't work. What can you suggest else ?
abdumalik LiteCart Fan Şundan Sweden Eki 2021 tarihinden beri üye abdumalik 28 Nis 2022 22:07 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 28 Nis 2022 22:12 Looks right. Hard refresh should help.
abdumalik LiteCart Fan Şundan Sweden Eki 2021 tarihinden beri üye abdumalik 28 Nis 2022 22:17 I tried even with incognito but it didn't work