29731 comments found.
sent…solved!
sent
Hi Basti, I will pay you the full amount and I wish you do everything I told you before, you can send me your account so I can pay you.
wait for my message
thank you
I haven’t received any message from you until now?
already reply mate check your mail
I haven’t received any email from you?
reply sent
Which email you sent to me? I haven’t recive any email.
Could you send me screenshot of the last email you have sent me with the date and time?
mate can you check your spam folder? you already reply with the credentials i reply on that email
I checked all my folders including spam. Nothing received from you, just send me screenshot shot of the email you sent to me I want to make sure.
You know my whatsap you can send to me on My whatsap
please do check your email i reply and resent again
its not possible you cannot receive my email
which i receiving your email
You are confused me, I haven’t received any emai from you, you can send me the details here or on whatsap and I said to you send me screenshot for the email you sent to me.
This is screenshot of my email and nothing received from you, can you send me a screenshot like i did now to check where is the problem.
Screenshots below,
https://ibb.co/vZPskb2 https://ibb.co/Z2730RfI have sent you personal email you can reply to me on my email that i sent you,
This is screenshot of my email and nothing received from you, can you send me a screenshot like i did now to check where is the problem.
Screenshots below,
https://ibb.co/vZPskb2 https://ibb.co/Z2730Rfmate ok , you have the same name as other person am talking too,
so i thought i was replying to you but then its the other guy
wait for my whatsapp msg
Ok and thanks
Hi, How to change the website background images from admin? Also is there a way to get the old theme back, which was nice than new ? Thanks.
hi mate
you have do to it via css
you can find the theme css of backend in backoffice/themes/assets/css/style.css
sorry the old theme is very old
technically you can create your theme am using theming feature of yii
Hi, where can I find documentatiion for Karendaria v1?
sorry documentation of ? installation ?
if yes it can be found in your download if you have still the old version 1
Hello
I have an SMTP system (hostinger.com), and I configured it to send emails, and it’s not working, how to solve it?
Thanks
hi mate
first check if you have sent email in email logs
cause sometimes run actions does not work in some server
if you found one then check the status
also smtp requires open port in your server
if this port is not open it will not send email
i suggest use phpmail
Dear Author,
I have purchased a license on 21 Dec 2022, I am trying to change its domain, But its not working. Its giving me an error that “Information you enter does not exist in our records, please verify all data you enter and try again.”
Please guide.
Also sent the new domain which I want to use.
reply sent
Sorry, Didnt recieved an email, Can you please reply here.
check your spam folder 
i reply to ni*--320@gmail.com
Mate please check your email. Thanks
sent
Reply sent basti. Thanks
sent
Hi Basti, I haven’t renewed support yet, but if possible, how do I get infos from data example $data[‘category_name’] etc
am sorry which part or section is this one?
i have so many codes so i cannot remember which part
need you to provide me screenshot
I’m editing the template (karenderia_v2/views/store/menu.php) and I’d like to know how to retrieve information from the database. For example, <?php echo $data[‘restaurant_name’]?> retrieves the restaurant name, but I’d like to retrieve the category name from the menu using code like ”<?php echo $data[‘category_name’]?>” (this not work), instead of “{{ val.category_name }}”, which is causing issues with my website’s CSS. How can I do this? cheers mate
I mean something like this
public static function getMerchantData($merchant_id='')
{
$stmt = "
SELECT *
FROM {{category}}
WHERE merchant_id=".q($merchant_id)." ORDER BY cat_id DESC LIMIT 1
";
if($res = CCacheData::queryAll($stmt)){
$data = [];
foreach ($res as $info) {
$info['category_name'] = Yii::app()>input>xssClean($info['category_name']);
$data[] = $info;
}
return $data;
}
return false;
}
am using vue all data will be coming from ajax calls
i don’t see any problem if with this {{ val.category_name }} this is only a data that will show on front end
check the api calls under your browser console follow there where the data you wanted to change
I’m mean how to get data from database? like $data[‘restaurant_name’] get restaurant name, $data[‘url_logo’] get the logo url so how i can get category_name ?
I’m also trying to get the data from sql with this code below but queryAll not working
public static function pegarDados($merchant_id=’‘)
{
$stmt = “
SELECT *
FROM {{category}}
WHERE merchant_id=”.q($merchant_id).”
”;
if($res = CCacheData::queryAll($stmt)){
$data = [];
foreach ($res as $item) {
$item[‘category_name’] = Yii::app()>input
>xssClean($item[‘category_name’]);
$data[] = $item;
}
return $data;
}
return false;
}
mate i think is best what are you trying to achieve? provide screenshot
cause i have already a functions for this already in front end no need to create your own functions
cheers
Hi Basti, i have gone thru the comments email templates all showing like this st_site.address i read some were to use this {{ }} or { } but is not working.
please advice!
sorry i got it working {{ }}
am glad you figure it out
Hi Basti,
i have tried all day to setup Facebook login.
when i try to use Facebook login i get this message:
The app is not active This app is currently unavailable and the app developer is aware of the issue. You can log in when the app is reactivated.
and when i activated the app i get this..
The function is not available Facebook Login is currently unavailable for this app, since we are updating additional details for this app. Please try again later.
any ideas what can be missing at facebook app setting?
if this web facebook login
you can find many tutorials just google it
you missed some config in your facebook app
like adding facebook login and making the app as productions
also enabled permission to access email address and profile
cheers
i have done everything i also get this message when try to login.. but i cant find what it is in facebook.developer
The JSSDK option has not been enabled Enable the “Login with Javascript SDK” option to Yes in developers.facebook.com to use JSSDK login.
i find were to enable jssdk in Facebook developer still get this:
The function is not available Facebook Login is currently unavailable for this app, since we are updating additional details for this app. Please try again later.
this is just never ending story… now i get this:
Your app has standard access to public_profile. To use Facebook Login, switch public_profile to advanced access. Get Advanced Access
and to enable this need to make Business verification? We review submissions and follow up within 5 days.
Basti is this Right?
this settings is very easy you can find many this kind of setup in web
here are some screenshot of my settings
https://ibb.co/SxH00LY
https://ibb.co/dryZxzj
https://ibb.co/wdQzhSw
take note that you need to fill all the require fields under settings -> basic
like providing your site url email policy etc and adding platform web
thank you it was your second image that i had miss and no videos showed that needed to be enabale anyway got it going 
i did a try and the login form is showing this “Your account is pending” is that right and why?
try to google that error , never encounter that one
it means your account is not active or pending?
not sure
as i have no idea when click to login it all ok and then ti show this: https://ibb.co/qmJnPjj is something to do with your system?
when you click facebook login?
if yes got back office -> customer and delete the email address you register you might not complete the registration that is why
i sent you a mail with video:
as when i remove the customer i get this message: Email Address is required
check your facebook permission for email
https://ibb.co/wdQzhSwdoes it need Business verification?
am not sure but i did not encounter any error like this
you just need to enabled access to email and profile as the screenshot
Hello,
I bought Karenderia Merchant App and i no longer have access to it, also i paid for Karenderia Mobile App.
i still have the licence and purchase code. Please how do i get updates on the app ?
i can give you only the last update to your purchase
you can email me via profile
https://codecanyon.net/user/bastikikang#contactHi, How do we translate terms text on signup form?
you can translate them in your language file under backoffice
sorry basti, how as it is a html editor here /backoffice/admin/login_sigup
ah the terms at the moment we don’t have translation fields for this one
hey bastiKing i missed you man i hope you doing very well,
since more than 4 years ago we been waiting a lot of features in New Kmrs
1- Kmrsv2 website Still No feature for customer to select the address from the map directly same as what you did in Single Restaurant Website —screenshot – https://prnt.sc/zwh74qKPAuT1 , like this KMRS will be fantastic legendary system on cc using Both GMaps and Mapbox
2- any support or future plan for adding Certain controllers when Add (drawing Lat&long) zone , like restrict this zone only to pay with Cash or digital only , and restrict this zone only to pay with Euro not USD this will support multi currency also which makes KMRS Global legendary system
3- since 3 years ago you told me That old Kmrs dose not have the structure to be able for multi currency i think now its easy with slightly work without new addon ?
4- Kmrsv2 Still NO RTL Support For Both Backend and frontend and Including mobile App and Merchant app and New Coming soon Driver app also which makes KMRS legendary Global supported
hi mate
likewise mate
missed all loyal customer of karenderia
1. will do note actually if you go to your address book or in checkout this will appear
2. already on my update plan 
3. yes
table is ready for multi currency
even merchant can set there own currency
4. your correct already on my update list
cheers
Hi matey, is it possible with a quick fix to show Sign Up first and Login button below please. all my test with first timer users are struggling with signup..
Note! if a person has sign up already they will not have problem to login after so signup is priority.
i change this code is that ok?
$checkout_link = Yii::app()->createUrl(“account/signup?redirect=”
let me know the process is the customer first time checkout?
ok i change it and now new customer get to signup page and not login… that way new customer dont need to look for a small text underneath form for signup as i mention i have tried. But guest checkout is very important please..
ok mate glad you figure it out
Hi Can we integrate third party apps such as chat bots and opt-in applications by inserting codes? How do we go about integrating the applications if we already own such as chat bots and the opt-in applications? Is there a video tutorial on how to integrate third party apps?
I just want to make sure that both the admin and restaurant owners will have fully rebrand feature?
hi mate
thanks for your interest
if you know how to code yes you can do that
its easy if you know what your doing
your allow to change or rebrand as long you know basic html/css if you wanted to change the design
cheers
Hi,
I would like to use an epson pos printer, is this possible?
I would like to use mollie payment method, is this possible?
Regards, Alfred
hi mate
thanks for your interest
for epson pos printer i think you can only print using normal printing options but using command esc/pos it will not work
i don’t have this kind of printer i can make it work but i need the printer on me
mollie payment its very much possible but as custom work
cheers
Regarding the issue with the image gallery, it seems that after uploading an image, the select image button does not update automatically, and a page refresh is required to select a new image. Also how to accept orders? everytime appears “Order Increase {...}” and i don’t know what to do.
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
How much would cost this modifications below?
Option to add a free plan
Option to set up payments by plan
Option to add special attributes by plan, for example: Schedule, POS…
Select plan before registering
Remove mandatory field for Cuisine
hi mate
1. i think this is already available?
2. same as this
3. you mean like plan access features?
4. available already
5. its easy no need to pay
cheers
1. I mean the free plan would not show payment methods
2. Option to add to the exclusive payments for plans example plan A merchant can use paypal in plan B merchant can use paypal and stripe..
3. Yes
4. Theres an option?
5. Appreciate :3
1. hmm you mean just signup and no payment selection? i think you just create a plan with zero amount
2. noted
4. i think this is same as 1
1. You still need to select payment method
4. I mean select the package before appearing the restaurant register/login page like old karenderia v1
1. am sorry am confuse
4. ah i think if we do this the registration process will be change
How to change order status in admin backend without going inside the merchant dashboard ? . Cause In kmrs vr 1 we can change order status via admin side without going to merchant dashboard .
hi mate
not yet available but it will be on next update i already added this on my end
cheers
Hello Bastis, I have a problem, I configured the push and activated the notification, I did everything the same as the video, but the system does not inform the new order, it is always necessary to refresh the page for the order to appear.
Note: I saw that in the video when configuring notifications in the user there are several options to check and uncheck, but in the merchant the same settings no longer appear, is this the problem?
below is the print of the Administrative and Merchant panel.
Admin Panel: https://prnt.sc/Pmy9WKZIsfN3
Merchant Dashboard: https://prnt.sc/GgaSrL-4VrZ8
push configuration: https://prnt.sc/b2lzEmnLzoTe
real-time settings: https://prnt.sc/1rtqcDjHeOcm
Compliments!
if you check your browser console it will show any error if there is
upon looking at screenshot all good
am not sure if your runaction works in your server
its better to
email me here all your access like site link, admin login and ftp access
https://codecanyon.net/user/bastikikang#contactcheers