29730 comments found.
Hi Basti, where i can find this path to fixed this because no word here like the beside it (min), I search by vs to find it but no result for it path.
screenshot https://ibb.co/93grWYHthis is not hard coded rather can be input in merchant panel -> order type -> depends if your charge is fixed
under fixed charge you can find Delivery estimation
Mate, I ask about this word (min) it is missing, where i can find this path to fixed it
its auto added when displaying on front end
Mate, I said this short word (min) it is missing see trhe screenshot that i sent you abouve, and why don’t understand me. Where i can find this path for this short word (min) to fixed it
you can translate those in your language file
this can be found in views/store/menu.php
<component-merchant-services
ref="ref_services"
@after-update="afterUpdateServices"
:label="{
min:'<?php echo CJavaScript::quote(t("min"))?>',
}"
>
</component-merchant-services>
How to fixed this to show the missing short word (min).
See this screenshot, i wish you understand.
https://ibb.co/vYx7bPLSee this screenshot, i wish you understand.
https://ibb.co/vYx7bPLah missing let me check on my end
ok found it has bug and can be change only in js file
send me email so i can send you the fixed js file
Ok
Sent
wait for my email
cheers
I did it and it is done, thank you very much.
welcome
Hi basti, is it possible to add an food icon on cuisine carousel like door dash?
hi mate
it is very much possible , it depends on the design
you will have to change this in your end
hello, on design what you mean? and add a icon is it a place in Backoffice to upload icons for cousin carousel?
can you show us, it will be very nice to have something like this https://ibb.co/zP0KR62
is this icon for the carousel https://ibb.co/g7yvwWr if yes how to show?
i mean you need to change the layout on front end
hmm ok, i can do but how to show the icons?
i can only guide you the files to change i cannot give you any new look design
take a look at themes/karenderia_v2/views/store/index.php look for Cuisine type
you need to change the design of the list to include images
in the variable data_cuisine there is images already in this data just dump it so you can see like example{{data_cuisine}}
thx matey, as i am not a coder… i just added this {{data_cuisine}} in to the file and got all this: is it a reason you dont have icons for the cusine as deafult as it very nice to show it?
"Pasta", "featured_image": "https://mysite.com/themes/karenderia/assets/images/placeholder.png", "path": "", "icon": "", "icon_path": "", "url_icon": "https://mysite.com/themes/karenderia/assets/images/default-icons.png", "url": "https://mysite.com/cuisine/pasta" }, { "cuisine_id": "27", "slug": "waffles", "cuisine_name": "Waffles", "featured_image": "https://mysite.com/themes/karenderia/assets/images/placeholder.png", "path": "", "icon": "", "icon_path": "", "url_icon": "https://mysite.com/themes/karenderia/assets/images/default-icons.png", "url": "https://mysite.com/cuisine/waffles" }, { "cuisine_id": "28", "slug": "asian", "cuisine_name": "Asian", "featured_image": "https://mysite.com/themes/karenderia/assets/images/placeholder.png", "path": "", "icon": "", "icon_path": "", "url_icon": "https://mysite.com/themes/karenderia/assets/images/default-icons.png", "url": "https://mysite.com/cuisine/asian" }, { "cuisine_id": "29", "slug": "pastry", "cuisine_name": "Pastry", "featured_image": "https://mysite.com/themes/karenderia/assets/images/placeholder.png", "path": "", "icon": "", "icon_path": "", "url_icon":
you can already display the icon using icon in the data
also just replace this default-icons.png in your themes folder to use your default icons
crap i dont understand your explanations i am so sorry
are we talking about the same thing, the cousins carousel will have there own icons on top for example Burger will have a burger icon.
i am trying like this:
<template v-for="(cuisine, index) in data_cuisine" >
<div v-if="index<=7" class="col">{{ cuisine.icon }}
<a :href="cuisine.url"> {{ cuisine.cuisine_name }}</a>
</div>
</template>
but result is this https://ibb.co/fdSmfjz
as i don’t know coding i tried to find something online and i added this
<template v-for="(cuisine, index) in data_cuisine" >
<div v-if="index<=7" class="col"> <img width="40" height="40" :src="'/upload/all/'+ cuisine.icon " /><br />
<a :href="cuisine.url"> {{ cuisine.cuisine_name }}</a>
</div>
</template>
see result here the burger is the icon i am using https://ibb.co/yhP6Kfn
is it a better way to do this with your link https://www.w3schools.com/tags/tag_img.asp
can you answer if this is the way the add icon as it it dont look right!
you just need to add
<img :src="cuisine.url_icon" />
lol is that just was needed thx

Hello Basti! To explain, I am using old KMRS 5.4.5
Now, PayPal has stopped working. The error message is “Caught exception: We are sorry, the server wasn’t able to process your request”. Do you know what could be wrong? and other people also have same problem please help us asap I have sent you my details on your mail.
Thank you in advance!
(SOS) I tried with sandbox mode its working but live is not working and its only happening from beginning of this month any help would be helpful as my site is almost down because of no credit card payment. thanks
i think i found some issue with customer account
its there paypal account are you using business account?
yes
Have you checked current paypal sdk and any luck what’s wrong it could be please let me know
i think we have to change the implementation to newer one like i did in new kmrs
the old one uses php sdk which has no updated till 2019
Hello Basti,
It’s urgent!
Some endpoints such as getCard returns null. I can not find restaurants from homepage. In admin panel when I try to change any merchant info by clicking the save button, it gives the error below:
CDbCommand failed to execute the SQL statement: SQLSTATE[HY000]: General error: 1364 Field ‘meta_id’ doesn’t have a default value. The SQL statement executed was: INSERT INTO `st_merchant_meta` (`merchant_id`, `meta_name`, `meta_value`) VALUES (:merchant_id, :meta_name, :meta_value)
How can I solve this problem?
looks like you manually exported your database from another server? cause the error means the auto increment and default value is gone
Yes, you’re right. It’s exported to new database but right now I want to repair my main domain.
How can I solve this problem?
redo the export database
and edit the sql file look for username and change the username of mysql to your new username
and when you import there should be no errors if there is redo again until you can import sql with out errors
I’ve redone the export database. Could you please specifically say on which file that I must change the code?
-There isn’t any problem with k-config file. It’s already set up. -This error existed when try to export database to subdomain of the main domain.
And also, there’re already existed merchants on the store. However when I try to access trough mealscenter.com/merchant, I’m having 404 error.
This is another error that I’m having related to this problem.
CObCommand tailed to execute the SOl statement• SOLSIAIFIHY000 I• General error• 1364 Field id doesn’t have a detault value Ihe sOl statement exerted was• INSFRI INIO “st option merchant_id , option_ name “option_value ) VALUES (:merchant_id_U, :option_name_U, :option_value_V), (:merchant_Id_1, :option_name_1, :option_value_1), (:merchant _Id_2, :option_name_2, :option_value_2), (:merchant Id_3, :option_name_3
I achieved to redone the export database. I don’t have cdb exception but right know when I try to add restaurant in admin panel, I’m having error “undefined error” and even there were logged restaurants, I can not see them on /restaurant page. How can I solve this problem, please give me instructions.
hi mate
it still must be your database
better 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
Hi Basti, No any email send to new regester restaurant, only send the receipt details and new customer, please check in your demo and fix it.
can you remind me what are you looking for what email ?
When the new Restaurant regester, the Admin doesn’t send any email to the Restaurant. I change to this way Site configuration>Others>Disabled runactions> then fastRequest.Alo no email send to restaurant, only the admin send an email for customer if needs to change his password thats it.
you mean when you add new merchant?
if yes there is no email that will trigger to send to merchant
I Mean New Restaurant regester using home page, Are you a restaurant owner? Join
when merchant signup on front end
email to be sent are
1. to admin to notify that there is new merchant signup
2. verification code for merchant to enter or verify during signup
3. welcome email after signup
2 and 3 are not happening when the new restaurant signup. Must be something wrong. How can i fix it??
2 and 3 are not happening when the new restaurant signup. Must be something wrong. How can i fix it??
2. will happen after you signup
3. check your settings under site config -> merchant reg Welcome email
Mate, see this screenshot, Nothing happened.
https://ibb.co/bmM7Lxp https://ibb.co/cNLp6fN https://ibb.co/ssqH5D8ok mate verification code only happens to membership type it has no verification for commission cause there account is pending admin will have to verify the data
for membership once they signup there status is already active and the can continue to login and use the system
If commission, you said no verification, how the mearchan which is signed up can reach its page.
This last comment need reply
you mean the login link information?
Yes
for now i think admin can email merchant manually
Could you make the Admin send a Login link automatically to the Merchant after registered in next update?
sure mate will do take note
maybe some sections for new register that needs approval but only for commission
Ok, Thanks
Hi Basti, In Merchant>Food>Items>Sales Promotion doesn’t work,
Screenshot below
https://ibb.co/D57hKBfyour right mate this is not yet available
am planning to add this in future update
How to hide it?
are you using vs code for editing php files?
it will be easy if your using vs code you just need to search a word and you will find a file
search under folder backoffice and vs code will give you the file what you need
Mete I ask you why doesn’t work just see this features, Sales Promotion and Points.
not available at the moment
SMTP stop working
always check the email logs
see if you can find send email there and what is the status of that send email
not sending to log anymore
keep once post for same issue already answer in your posted comment
I changed to fast request and SMTP worked, only with a template error as I posted in the comment more below, but the real time for order preparation, delivery, and marking the order as paid are not working automatically https://ibb.co/gRMjXwF (I must always refresh the page) to become green
if you can receive email and notifications in admin panel that means your run actions work fine
in front end i think your doing test using driver ? if yes this means you have missing status actions in your config
in kmrs you have options to decided what notifications to send when status is change like if driver started accept the order and started the delivery
you can either send to merchant, admin or customer so it depends who wanted you to send the notifications
example in your screenshot driver is is heading to customer location
go to backoffice -> attributes -> order status -> example find the status delivery started and edit and go to actions and add your notification to whom to send like example for customer and admin
see screenshot for your reference
https://ibb.co/ygxdYB2“if you can receive email and notifications in admin panel that means your run actions work fine” I was receiving now not anymore no logs, already tested fastrequest and others.
My website the restaurant has own delivery not driver addon , so after restaurant accept the order must update the status icon without need to refresh the page
what is your server php version? try to set it to php 7.4
In php 7.4 I can’t login in Admin panel or Merchant panel
i build kmrs in php 7.4.27 so it should be stable in that version
any issue you cannot fixed
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
sent
Just for not forgot, i’ve sent two emails, one with my ftp access other with admin access. cheers
sent
Hi Basti,
Multi Tax it should be same as Standard TAX otherwise it look strange at checkout as one tax could show $0.00 see here https://ibb.co/tppSRJk
and customers will get confused as they think they pay more so Multi tax should have the below options also:
Tax in prices (price include taxes)
Tax not in prices (price does not include taxes)
multi tax will tax per item
yes but it still should be option to: Tax in prices (price include taxes) so is not showing up like this https://ibb.co/tppSRJk is not the right way as even when item is not added the tax amount shows 0.00…
please do watch this video for understanding multiple tax
https://www.youtube.com/watch?v=231nQZc_Sf8i sent you a mail..
sent
hi matey,
cant add facebook login thing anymore they did not approve it… is new sense 1 February need show business read here: https://developers.facebook.com/docs/development/release/individual-verification
can you share what is the best way please?
this is got nothing to do with the code this is how you will submit your account in facebook
read more here https://developers.facebook.com/blog/post/2023/02/01/developer-platform-requiring-business-verification-for-advanced-access/
Hi basti, There is a mode to have js not encrypted? Because we need to customized all our platform
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
cheers
Mail sent Basti!
Thank you for all
I answer on email Basti!
Wait you for payment
Thank you
Hi Basti, news on my email.
sent
Sent mail
Hi Basti for NEW KMRS version 1.0.6 onwards do I need to buy new addons again because I have been your customer for the previous versions and I have all the previous modules, BUT now on my envato dashboard new addons are not available for download….and you had recently send me files in email I believe they are old versions???please let me know?
unfortunately yes mate, i explain this so many times here in comment sections
Hello,
I am using the previous version of your app and recently after new changes that have been made on Stripe API lengths, The website faces an error:
Caught exception: You cannot use line items.amount, line items. currency, line items.name, line items.description”, or ‘line_ items.images in this API version. Please use line items.price or line items.price _data. Please see https://stripe.com/docs/payments/checkout/migrating-prices for more information.
What is the solution for this error?
renew your support and then email me via profile
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
cheers
Hi Basti, I can not upload the addons, it give 500 zip error, Then I FTP the unzip module of merchantappv2 to modules directory but its not showing any addon there. This for merchant order module…please guide what is wrong ?
you need the new addon
matey,
1. Have you find away for the system to put adress once so when users come to the end they don’t need to add again is very weird and confusing.
2. Also need to disable “Leave it outside door” please! “Hand it to me” to be default
3. many many restaurants don’t do schedule orders. how to disable?
hi mate
1. let me fixed this on next update
2. same as this
3. same as this
cheers
thx Bast, when do you think the next update is? i cant start the business before this is ready please.
sorry i cannot promise any date of update yet
ok i see but i think if you could find a solution for adding only adress with house number once that will be very good for the customers i actually think the old KRMS was more user friendly at the checkout part..
it requires some changes , it will be on next update
ok thank you…
Hi Basti, I am using the latest version of KMRS, my problem is how to use Order Receiving Merchant module please do u have any tutorial, because merchant module I have FTP it to KMRS modules but its not detected and in merchant order module pdf it says you need to modify function & functionsV3 files but I have no such files in the new structure….Please help
hi mate
that is for old version we have new merchant app https://codecanyon.net/item/karenderia-merchant-app-restaurant/42215908
hi there honestly i loved this system so much it looks really intresting and full Features and i’m willing to buy all addons of this system but my decision based on ths options so let me know if its avalible or not
1- look at this screenshot my friend and tell me do the website supported with Pickup location from map on homepage? just lookup https://paste.pics/M8MBQ &&& https://paste.pics/M8MCB
2- do the homepage website and customer app + and seller app + driver delivery app , do support multilangauge translation including Right to left layout for langauges like Farsi and arabic and Hebrew ?
3- is there translation for the backend and also including right to left?
4- can we draw map for zone to restect the delivery service ? like this https://rb.gy/civpxc and when customer chose his location on map the map show for him supported drawed areas only which are shaded
hi mate
thank you for your interest
1. this is already available
check my demo
2. yes , except for right to left not available yet
3. same as 2
4. at the moment not available, am using by distance in future updates will have also by zone actually its there already but missing drawing in map
cheers
..
?
..
?
Hi basti login with phone number is working i tested in your pwa demo and my app same error please check here is screenshot for both my app and your demo
my app https://prnt.sc/pDsc35T4hz7j
your app https://prnt.sc/3hwCqWE2G6tU
as you can see error cannot login it means your login is not correct
also post this to correct items not in kmrs 
the login is correct i tested in my app and your demo more then 10 logins please check mate
ok mate will do a test i let you know
mate did you check ? please asap
reply