Our team intervenes within 48 hours, we recommend you submit a public ticket so that other developers can help to fix the issue as soon as possible.

If you purchased the item 6 months ago, please read the Item Support Policy carefully before submitting a ticket.

Note: don’t share item or server credentials on public, use the private option.

Okay
  Print

Hide or remove some features on the app

Dear customer  ,


First thank you for purchasing our solution ,


Regarding some customers request , here are some option you can hide or disable from the source code :


1. Disable Business manager  : from the app_config file you can set ENABLE_WEB_DASHBOARD to false

2. Hide or remove phone number : from the src/main/res/layout/activity_about.xml add this line of code android:visibility="gone" on line : 215

3. Hide featured stores : from the [package_name]/fragments/HomeFragment.java line 195 replace the  mStoreCustomView.show(); with  mStoreCustomView.hide();

4. remove a language from android project : you can find all the language files inside strings folder