- Edited
Please check images @Saurabh
and one more issue
Please check images @Saurabh
and one more issue
Let us know your new platform username and the Order ID of the order that you have posted the screenshot from.
Easily fixable. We will update the code soon. Noted on the bugs list:
https://trello.com/c/vsCWVURT
(But even with that, the subtotal, total or any calculation won't be affected?
Saurabh user name means domain name?
Magicdrop.in
OD-10031
Saurabh Each order has an issue in the order activity.
How to hide this notification sir @Saurabh
baljit1221 Android requires that notification to be present at all times to let the customer know that the app is running in the background to do some work. This cannot be hidden.
You can change the texts of that notification from Admin > Settings > All Settings > Translations > Edit
(Find the text and edit)
Then logout and login again on the delivery/store app.
Saurabh When you close the app, then notification should be hidden. But it is always show.
Saurabh The store owner asks us how to hide these notifications. Sometimes they hide and turn off notifications. Many store owners think that our app is using more battery.
Find a solution that does not show this notification.
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+)
Saurabh Does it show in zomato & swiggy too?
baljit1221 yes.
Why have you enabled Invoice Email when all your configs of SendGrid are incorrect?
Solution:
===
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.
Saurabh
Ok sir
Saurabh
Same issue sir
Order Invoice email off.
Password reset email off.
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.
Saurabh ok sir Thnku
Kindly check the long decimal price issue on Customization Popup.
We have just released an update that fixes that issue.
https://trello.com/c/vsCWVURT
Do let us know.
Another issue is found
https://youtube.com/shorts/9ebYUgaMfWk?feature=share
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.