baljit1221 only when you logout, the notification will go away. Even if it doesn't, you need to force close app.

Store App and Delivery App always needs to run in the background when the user is logged in to make sure they get push notifications. And to allow the apps to run in the background, a notification service always needs to be shown to on the phone. (That's the android rule)

Kindly refer to this:
https://developer.android.com/guide/components/foreground-services#user-dismiss-notification

(User will only be able to dismiss the permanent notification from Android 13+)

    Why have you enabled Invoice Email when all your configs of SendGrid are incorrect?

    Solution:

    1. Goto Admin > Settings > All Settings > Email Settings
    2. Turn off "Order Invoice Email"
    3. Also, turn off "Password Reset Email"

    ===

    Only after sending a successful Test Email to your own email address, turn on the settings if you want to. Else DO NOT turn on Order Invoice Email and Password Reset Email.

    The Order Activity Bug might be caused because of the Order Invoice Email.

      baljit1221

      It was because you had test orders in the new platform and then later while migration all test orders were deleted but the order activities for the old orders were not deleted.

      We have removed all the Order Activities for your account and for any new order the Order Activities should work fine now.
      (For your old orders, the order activities will not show up)

      We have also fixed this issue on the platform:
      https://trello.com/c/mbSiiKiB

      Let us know if the Activities for the new orders work fine for you.

        baljit1221 Yes, this issue was on the old Foodomaa as well. We will need to dig deep to solve this.

        Temporary solution:

        .menu-item-block-inner {
            max-height: none;
        }
        
        .menu-item-block-single {
            font-size: 0.8rem;
        }

          Saurabh
          This is not a temporary solution sir. This is creating more problems. The category list of restaurants is large. How to show him?
          All categories are not showing with this code.

          soodomaa issue is not with old or new menu button. Issue is with the android app because of the Pull to Refresh that is present on all the pages on the android app.

          Write a Reply...