Code

Discussion on Karenderia Mobile App Multi Restaurant

Discussion on Karenderia Mobile App Multi Restaurant

Cart 429 sales

1105 comments found.

What is the icon to change according to the image, as it is too large :https://prnt.sc/ubDy_om781-0

its located in src-capacitor/android/app/src/main/res/

you need to generate this using quasar it will auto generate all those icons and splash screen

see this link

https://quasar.dev/quasar-cli-vite/developing-capacitor-apps/app-icons-capacitor

sent

Basti I am not receiving notification sound of accepted orders or order status. Would you help me.

sure mate email me here all your access like site link, admin login and ftp access

and provide screenshot of the error

https://codecanyon.net/user/bastikikang#contact

cheers

I have sent you

Hi mate How are things?

Email sent title: apps api request.

I sent an email mate pls check. About paymongo

You havent send me an email mate.

No reply on my email

already did reply check your spam folder

Hi Basti, it would be good if in the next update you can format all the places where the delivery address is show so the user can see the relevant information more clearly to make sure the address is correct: ” Street name, Street number, and floor/door/suit number.”

City, Country, CP etc are no that relevant for most of us. Also it is impossible to view/edit the addres. It should be easier to edit the address as well when ordering. Now, for me is impossible to find out if I am ordering to the right floor/suit and edit this information. In KMRS v1 it was very clear. See example images where you can´t see the floor/door. https://ibb.co/xhkkMby https://ibb.co/V9rWKzp https://ibb.co/wsd4k9W https://ibb.co/yqFdX4J

hi mate

thank you will do take note

cheers

Hi Basti, First of all thanks for your support.I would like to give the option to order ONLY for today. So I want to remove the option to program the order for future days. Currently it´s possible to order for today+5 extra day. Is there any quick fix for this? thanks

do this in controllers/ApiController.php

under

public function actiongetDeliveryTimes()

change 'delivery_date'=>$delivery_date, to 'delivery_date'=>!empty($delivery_date)?$delivery_date:date("Y-m-d"),

thanks Basti. I made the changes but it´s still the same. Preselected day is empty and you have to select the date from the dropdown list.

hi mate

i already did test this on my end and its working fine

please verify

Is there payment gateway for philippines pls? I wonder why there is no since youre from this country? No offense basti, thankyouu

hi mate

no worries mate :)

i have already its called paymongo but this is not added in release version it has gcash payment and card payment

user is unable to change profile picture, anyone else experiencing this?

email me here

https://codecanyon.net/user/bastikikang#contact

leave a comment here once you send it so i will be notified

cheers

Hi Basti, there is something not right in the code of cheoutpage.vue and this 3 words are not translated even they are in i18n and in the list of words attributes>fronteand. The issue is in checkout screen https://ibb.co/YB6zCpf thanks

hi mate

1. in app language file in src

add this

in: "in",

2. open the file src/components/CartMerchantInfo.vue

change

{{ CartStore.transaction_info.whento_deliver }} to {{ $t(CartStore.transaction_info.whento_deliver)}} and add this in app language now: "Now",

Hi Basti. I´ve found an issue . If Merchant APP is configured in english and user APP (PWA) in spanish. When the user is tracing the order, the order detail updates are shown in english, when it should be in spanish. It should take into consideration user APP language setting and not mechant user setting. image: https://ibb.co/pjLz5dy thanks

hi mate

this will use what customer use language in the app, please translate this words in your backoffice cause this words is coming from api

cheers

Morning Basti

I just received this email from google play.

com.google.android.play:core has added this note for core:1.10.2:

Update your Play Core Maven dependency to an Android 14 compatible version! Your current Play Core library is incompatible with targetSdkVersion 34 (Android 14), which introduces a backwards-incompatible change to broadcast receivers to improve user security. As a reminder, from August 31, Google Play requires all new app releases to target Android 14. Update to the latest Play Core library version dependency to avoid app crashes: https://developer.android.com/guide/playcore#playcore-migration

You may not be able to release future versions of your app with this SDK version to production or open testing.

What must I do?

Kind Regards

hi mate

dont’ worry about this i will release an update version using sdk 34

cheers

Thank you Basti

Hi basti , as other user i getting some problems to compile app in ios , i followed your video step by step , but when i tried to use quasar build i m getting : ” error] Analyzing dependencies [!] CocoaPods could not find compatible versions for pod “Firebase/Messaging”: In snapshot (Podfile.lock): Firebase/Messaging (= 10.27.0)

In Podfile:
CapacitorCommunityFcm (from `../../node_modules/@capacitor-community/fcm`) was resolved to 5.0.1, which depends
on
Firebase/Messaging
Firebase/Messaging (= 8.1.1)

Which version we need to use from CommunityFcm and from firebase? I hope you can help us soon, Also you can update app or video can be great and healfull.

Thanks in advance.

hi mate

all good ? if not do not delete anything as you mention just do the same as video instructions

redo you process but this time instead of using npm install @capacitor/ios use npm install @capacitor/ios@5.7.5

i send you dm

Hello, I’ve followed your instructions and installed IconGenie to generate splash screens and icons for my app. While the process went smoothly during development, I encountered some issues after generating the APK:

1) App Icon Issue: The foreground of the app icon gets cut off after installing the app. This results in some parts of the logo being not visible (please refer to the attached screenshot for clarity- ( https://flic.kr/p/2pXCe6W ).

2) Splash Screen Problem: Instead of displaying the full splash screen generated by IconGenie, the app shows a white foreground with a round cutout in the center. Through this cutout, only the center part of the splash.png image is visible ( https://flic.kr/p/2pXEjn2 ) .

Okay. And what about the splash screen issue?

Okay. And what about the splash screen issue?

hi mate

splash screen it must be bigger use same size

https://prnt.sc/3UvZGZ--c2Ca

Hello Basti my friend, please help me with compiling iOS after I executed the command quasar build -m capacitor -T ios—ide I received the error as shown in the image.

https://prnt.sc/3UvZGZ--c2Ca As you said you only said to change this command step by step ( npm install @capacitor/ios@5.7.5 ) can you help me with this error? Where am I going wrong please, thank you very much.

hi mate

can you check in src-capacitor/package.json

if this line exist

“cordova-plugin-myfatoorah”: “^1.0.7”,

if yes remove it

and then compile the app again

now if you still cannot make it work

i can compile the app for you but with fee

https://prnt.sc/Wn87XchSHx0p Mate, can you please explain to me how I generate these files, I need to understand their function in the app.

follow this guide https://www.youtube.com/watch?v=VUV-OMpzKCo&t=1184s

this will be auto created by quasar once you do the command for ios

Hi Basti, If I go to Merchant-Catagory-Update-Availabilty-Check box available at specified times and enter the times it show Not available but on front end if I click on the item it twice it allows me to add the items. Same thing happens in Food Items. Website is fine only the app.

Thanks Basti, if I click on the image on the left it allows to add to cart. If I click on the + it does not add to cart

can you provide me screenshot? so i can understand

Sent you an email with the video

Hi basti, How to solve this on xcode?

[warn] – native: tried calling LocationAccuracy.canRequest, but the location accuracy plugin is not installed.

i Check its installed

also main prob is even notification permission pop up is not displaying on device ready.

will do mate

Any update please? My users cant order on iphone 11 up Im loosing customer

ok found the issue

email me here for quick fixed

https://codecanyon.net/user/bastikikang#contact

leave a comment here once you send it so i will be notified

cheers

hi basti hope you are doing good we are facing the issue reviews are not showing on the mobile app side . on website these are showing properly https://nasiraltaf2011-gmail.tinytake.com/msc/OTcxNTk2N18yMzM1MDk0NA data is coming like this https://nasiraltaf2011-gmail.tinytake.com/msc/OTcxNTk3MV8yMzM1MDk0OA can you explain what’s the issue is ? on website its showing proper.

hi mate

i need to check your api to see what is going on

email me here all your access like site link, admin login and ftp access

and which merchant to check this issue

and provide screenshot of the error

https://codecanyon.net/user/bastikikang#contact

cheers

Good day. I get error when compiling for android,

Error running ‘app’ Activity class {com.demo.karenderia/com.demo.mobileapp.MainActivity} does not exist

I followed how to change package name but it doesn’t seem to work.What am I missing?

hi mate

you need to change the activity name of the app to yours

see this screenshot where to change the file

https://ibb.co/9bpyBJN

cheers

Basti I sent an email regarding the payment gateway. I would like to be able to talk to you to contribute with the material and files that I already have ready and can further leverage your app. I sent a link to your email with step-by-step instructions on how to do it, and I already have something ready. I await your return. hug my friend.

hi mate

i reply in your email

cheers

Basti,
If you can just help with this please.
On IOS version, we can not see those 2 buttons when product have addons…
It works fine on android and it works fine when we have no addons to check:
https://1drv.ms/i/s!AqJwuDuL5fDukdpc9xC3KZKv9hURnw?e=EgQ040

Thank you Basti

your welcome mate :)

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey