⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.10
Server IP:
15.204.235.159
Server:
Linux srv.techlup.co.ke 4.18.0-553.5.1.el8_10.x86_64 #1 SMP Wed Jun 5 09:12:13 EDT 2024 x86_64
Server Software:
Apache
PHP Version:
8.2.27
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
tech
/
shopadmin.techlup.co.ke
/
admin
/
config
/
View File Name :
module.php
<?php return [ 'module_type'=>[ 'grocery', 'food', 'pharmacy', 'ecommerce','parcel' ], 'grocery'=>[ 'order_status'=>['accepted'=>false], 'order_place_to_schedule_interval'=>true, 'add_on'=>false, 'stock'=>true, 'veg_non_veg'=>false, 'unit'=>true, 'order_attachment'=>false, 'always_open'=>false, 'item_available_time'=>false, 'show_restaurant_text'=>false, 'is_parcel'=>false, 'organic'=>true, 'cutlery'=>false, 'description'=>'In this type, You can set delivery slot start after x minutes from current time, No available time for items and has stock for items.', ], 'food'=>[ 'order_status'=>['accepted'=>true], 'order_place_to_schedule_interval'=>false, 'add_on'=>true, 'stock'=>false, 'veg_non_veg'=>true, 'unit'=>false, 'order_attachment'=>false, 'always_open'=>false, 'item_available_time'=>true, 'show_restaurant_text'=>true, 'is_parcel'=>false, 'organic'=>false, 'cutlery'=>true, 'description'=>'In this type, you can set item available time, no stock management for items and has option to add add-on.', ], 'pharmacy'=>[ 'order_status'=>['accepted'=>false], 'order_place_to_schedule_interval'=>false, 'add_on'=>false, 'stock'=>true, 'veg_non_veg'=>false, 'unit'=>true, 'order_attachment'=>true, 'always_open'=>false, 'item_available_time'=>false, 'show_restaurant_text'=>false, 'is_parcel'=>false, 'organic'=>false, 'cutlery'=>false, 'description'=>'In this type, Customer can upload prescription when place order, No available time for items and has stock for items.', ], 'ecommerce'=>[ 'order_status'=>['accepted'=>false], 'order_place_to_schedule_interval'=>false, 'add_on'=>false, 'stock'=>true, 'veg_non_veg'=>false, 'unit'=>true, 'order_attachment'=>false, 'always_open'=>true, 'item_available_time'=>false, 'show_restaurant_text'=>false, 'is_parcel'=>false, 'organic'=>false, 'cutlery'=>false, 'description'=>'In this type, No opening and closing time for store, no available time for items and has stock for items.', ], 'parcel'=>[ 'order_status'=>['accepted'=>false], 'order_place_to_schedule_interval'=>false, 'add_on'=>false, 'stock'=>false, 'veg_non_veg'=>false, 'unit'=>false, 'order_attachment'=>false, 'always_open'=>true, 'item_available_time'=>false, 'show_restaurant_text'=>false, 'is_parcel'=>true, 'organic'=>false, 'cutlery'=>false, 'description'=>'', ], ];