1105 comments found.
What is the icon to change according to the image, as it is too large :https://prnt.sc/ubDy_om781-0
hi mate
this happens to me as well
you need to create icon with the size of 1200×1200 this is the main frame of the your icon
and place icon inside that frame with the size of 650×650 or 750×750
Tank’s
welcome
I’m sorry where is this icon located?
I’m sorry where is this icon located?
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-capacitorsent
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#contactcheers
I have sent you
sent
Hi mate How are things?
Email sent title: apps api request.
sent
I sent an email mate pls check. About paymongo
sent
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/yqFdX4Jhi 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
hi mate
do this in protected/components/CCheckout.php
under function deliveryOptionList
remove this
$delivery_option[] = array('value'=>'schedule','label'=>t('Schedule for later'), 'short_name'=>t("Schedule") );
thanks for the quick answer. I want to be able to schedule during the same day, but not for future days. Does this fix work for this case? thanks
hmmm this will remove the Schedule for later
do this instead in protected/components/CMerchantListingV1.php
under public static function openHours($merchant_id=’’, $interval=”20 mins”)
change this line
for($i=1; $i<=7; $i++){
to
for($i=1; $i<=1; $i++){
Thanks! that´s what I wanted. One last thing to finish with this. How can I make so “today” is selected by default when I select to “schedule for later”. By default, the dropdown menu is empty when you click on “schedule for later” and you have to manually select “today”. See the picture. https://ibb.co/g6tTmhd . What I want is, that when you select the radio buttom “schedule for later”, the delivery date is already filled with the first option of the list, which is “today”. I hope it is clear. Thanks!
can you confirm it should have a default date unless the today date is not on the list
Hi basti, even when “today” is on the list, the preselected date is blank, and time cell is filled with 00:00-00:15, as in the picture https://ibb.co/g6tTmhd I have to manually select “today” in the dropdown list so the time list is updated.
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#contactleave 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.
I fixed, the people how have problem with ios compile , please in podfile delete version target ‘App’ do pod ‘Firebase/Messaging’ capacitor_pods # Add your Pods here end
i cannot run in emulator , all black
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
sent
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 ) .
hi mate
i understand this happens to me as well the technique to create correct icons is to have bigger width of image
create a icon with 1200×1200 frame means this is the whole image size
and place your icon in the middle and the icon size should be 650×650 or 850×850
Okay. And what about the splash screen issue?
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
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.mate you need to change the pod file first see the video tutorial
you need to do the steps by steps that was on the video
Basti, how are you? My friend, I faithfully followed the video tutorial and in my opinion when compiling it is complaining about the version of firebase 10.27.0 when I compile the file it complains that there is a version conflict in the firebase messaging 8.1.1 line as you instructed to change in the your video tutorial. So Basti is complaining about version incompatibility Firebase/Messaging Cocoapods was unable to update the conflicting podfile dependencies. That’s what I understood based on the image I gave you. Help me with any tips please. I’m thinking that your Mac configuration when compiling is different from mine, that’s why you managed it and I haven’t yet. Tell me what your Mac configuration, version, etc. is, please. I’m using the iMac Ventura version. I thank you in advance. The only thing missing is iOS to compile the applications, and Android got everything ok. I’m just having this obstacle on iOS, I need to be able to overcome this task, my friend, with your help, please.
hi mate
if you just follow the video steps by steps you will have any issue
cause again i compile an app yesterday and don’t encounter any problems
did you ever update the following file before executing the quasar build command
edit first the file according to the video
Podfile, AppDelegate.swift and info.plist
Basti, if you managed to compile without errors, I will too, which I find tortuous with the errors presented on my side even if I faithfully followed the steps in the tutorial that you went through, especially regarding the versions of dependencies on iOS. But I will get it! I just need support with the small errors made. I will redo the steps again.
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
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.
hi mate
can you show screenshot?
you need to enabled the time when you want to tick so tick the days and put time
Hi Basti, I did that and on website it works fine it will not allow you to add to cart but on the app it does allow you to add to cart. Thanks
same in the app refresh by dragging the menu page to get the new details
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.
hi mate
i believe there is no such error like this cause i submit so many apps in apple and all has been approved
i suggest check your build process again
watch this video again https://www.youtube.com/watch?v=VUV-OMpzKCo&t=1108s
only changes you need to do is this command instead of npm install @capacitor/ios
use this
npm install @capacitor/ios@5.7.5
cheers
Thanks basti, this fixes the issue.
btw how to fix this bottom button? its been hidden
https://i.ibb.co/H7TG1VH/Whats-App-Image-2024-06-13-at-11-28-56-915f9bf1.jpgyou mean the bottom is not clickable and hidden? if yes am checking this also on my end cause some already mention this
Solution pls maybe in the css?
am applying the fixed on my end and let you know
cheers
Please update me asap
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#contactleave a comment here once you send it so i will be notified
cheers
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#contactcheers
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/9bpyBJNcheers
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
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
hi mate
what are this phone model you use?
iphone 12. I tried an other karenderia app from an other customer of yours and i see the same problem on IOS
ok mate thanks for confirming will do check on my end using emulator
I’ll wait, thanks
will let you know we need to adjust something here if using ios
Hi Basti, any news?
hi mate sorry not yet am trying to add the fixed
i let you know when done
Hello my friend, any fixed?
ok found the issue
email me here for quick fixed
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
cheers
sent
sent
Thank you Basti
your welcome mate 