29722 comments found.
Hello how do I integrate my app into KMRS considering that my appv2 and merchant app and app driver is older than this version of KMRS?
When I´ll click “API ACCESS TO GENERATE API KEYS, I GET ERROR PAGE 404 WHY? Follow picture link – https://paste.pics/M1437 https://paste.pics/M148I
it needs the mobile app addon this one
https://codecanyon.net/item/karenderia-mobile-app-multi-restaurant/40502711Hi Basti I believe you misunderstood me. I bought all your addons. It turns out that this last update of Addons I didn’t buy. My question and doubt is, if the previous version of Addons will not work? Because I know how to configure it happens that I don’t have some ways to configure and communicate with the current KMRS. Can you help me please? If it is the case that I buy all the Addons I need again, at least make a different price for those who have already bought with you
??
already answer
keep once conversation
thank you
Hi Basti, do we still need Monaca to compile the merchant app and mobile app? if not how to upload our apps to the apple store?
hi mate
no mate you don’t need to
you will have to compile it using your pc
cheers
uploading to apps store is still the same process
Hi Basti , can you please determine when will each feature of next list will be in which update ? For example apps translations you already told me in the March next update of apps. What about others?
1.translations in apps too
2. Merchants plans membership can be month or year but not 3 or 6 months. Can you fix that for stripe?
3. No card on delivery function (offline as it was in first version) can you fix that?
4. You will make merchant draw delivery zone by himself in map?
Thanks again
hi mate
1. will try to release before end of this month
2. no need to fixed cause this is already available remember you will have to create plans in your stripe account so you can charge your customer automatically
3. you mean the old pay at delivery? wherein you can choose different type of cards
4. yes i do have plans in future updates but will retain also the by distance
cheers
1. Thanks
2. Basti please pay attention what i am saing mate. In Add new merchant plan have option on drop down daily weekly monthly and for year NOT OPTION FOR 3 months plan in admin . I know in stripe we have that option . I have already yearly plan in both website and stripe i need 3 and 6 months plans too.
3.I mean pay with card when delivered by delivery boy . (In old version we could choose type of cards we can serve as merchants in the delivery).
4. About when you mean in 2-3 months or maybe a year later ?
Thanks again !
1. Thanks
2. Hi Basti please pay attention . I know in stripe but in the admin add new merchant plan you have only choose from drop down daily weekly monthly and anual . You have to add 3 and 6 months plans as stripe does for new plan . Is that clear now ? Sorry for my bad English
3. Yes mate that one because my business model will be only merchant memberships no commisions at all so customers have to pay with cards from merchant in their door on delivery .
4. Can you say about when ? I mean in 2-3 months or in 1 year ?
Thanks for your time
hi mate
2. you mean on the drop down? annually is yearly
3. ok mate its pay on delivery options will add back
4. i cannot promise any date yet since some of all is also requested search by location
cheers
hi matey have sent mails to you is possible that you look at them.
discard my two last mails i found the solution..
sorry for late reply
am glad you figure it out
Hi Basti How i can delete this dots line because it makes the receipt looks messy. Screenshot one from Mobile and other from Laptop,
https://ibb.co/qC7BMBM https://ibb.co/pZhjRLL@gurgelramiro Did you do modifications for Karenderia and its Applications
edit the file backoffice/themes/classic/views/orders/template_print.php
remove this line
<span v-for="index in line">-</span>
Many thanks
Hi Basti, I sent you message via whatsapp please reply to me
got sick again so am not around
will msg you later today
I hope get well soon
@xcos php 7.4 is not out of date, some panels do not suggest more than PHP 7.4 version. But all cPanels suggest less than PHP8.0 version. On cPanel, go to “Software” than “Select PHP Version” and choose 7.4 unstead of 8.x. Good luck
hi mate
your right, i mine opinion lets wait until php 8 is mature like probably next year
cheers
Hi, We are planning to use this Saas Product by whitelabling and provide sub-licenses to other users of ours. What would be the procedure for the same? Also, Is whitelabeling available for the same? Thank you.
hi mate
thank you for your interest
this is already saas
cheers
@NajahAlGhazali you are showing your database details on your screenshot you need to change your password now!
sent
sent
Hi Basti and everyone, Is it possible to make QR code and Scan it to see Menu of Restaurant but working offline not online?
@birken Thank you and I changed all my database details and password.
hi mate
i have plans to create qrcode menu addon
cheers
gGood and thanks
Hi Basti, I tried all of this to do the invoice but it does not work, could you make a new video to explain the invoice how its work and except the old one, screenshot below,
https://ibb.co/GdwfBzv https://ibb.co/6BtnsFQ https://ibb.co/j41SwG9 https://ibb.co/kXMkqxFfirst of all your cron is not correct
replace the key with your cron key found in k-config.php
also the cron timing is not correct
if terms is = 7 days
run the cron every 7 days not every day
Ok, and thanks
Hi Basti,
1. i also want to show merchant phone number at the end when order has been done so customer can phone up for anything please?
2. And merchant tax number need to be showen on merchant page somewhere at the bottom maybe with the adress.
3. and the allergen is very important i seen many sites have this on the merchant page below the menu:
Do you have any allergy?
If you have allergies or other dietary restrictions, and you want to be sure before contact the store at (merchant phone number goes here) .
The store will give you all the information about the food and its preparation.
Hi matey, mange to add the code my self 1. and 3.
2. i cant get the merchant_tax_number here https://ibb.co/qd6G0nb i have tried this code but not working.
<?php echo $data['merchant_tax_number']?>
hi mate
1. am glad you figure it out
2. am glad you figure it out
3. yes i always forgot about this this is already on my update list
2. email me via profile and provide screesnhot in what section you wanted to add
cheers
Hi,
2. what code should i use for merchant_tax_number as this one dont work so i can added it my self: <?php echo $data[‘merchant_tax_number’]?>
3. this one is actually quiet important! to show about Alergy..
2. provide screenshot where to place this one so my answer is accurate
3. noted
here you go https://ibb.co/mTY7gnH
1. open the file controller/Menucontroller.php
after this line
$captcha_site_key = isset($options['captcha_site_key'])?$options['captcha_site_key']:'';
add this
$tax_number = OptionsTools::find(['merchant_tax_number'],$merchant_id);
$tax_number = isset($tax_number['merchant_tax_number'])?$tax_number['merchant_tax_number']:'';
2. then pass the tax number
$this->render('//store/menu',array(
'data'=>$data,
'gallery'=>$gallery,
'opening_hours'=>$opening_hours,
'static_maps'=>$static_maps,
'map_direction'=>$map_direction,
'checkout_link'=>$checkout_link,
'booking_enabled'=>$booking_enabled,
'merchant_uuid'=>$merchant_uuid,
'booking_enabled_capcha'=>$booking_enabled_capcha,
'captcha_site_key'=>$captcha_site_key,
'menu_layout'=>$menu_layout,
'tax_number'=>$tax_number
));
3. open themes/karenderia_v2/views/store/menu.php
add the tax
<h5><?php echo t("Address")?>:</h5>
<div class="mb-3">
<p class="m-0"><?php echo $data['merchant_address']?></p>
<?php if(!empty($tax_number)):?>
<p class="m-0"><?php echo t("Tax number")?> : <?php echo $tax_number?></p>
<?php endif?>
<?php if($map_direction):?>
<a href="<?php echo $map_direction;?>" target="_blank" class="a-12"><u><?php echo t("Get direction")?></u></a>
<?php endif;?>
</div>
thx matey it worked fine 
nice
Basti is it possible to update all of them at once somehow? email, push and SMS templates as they are all like this st_order_id with no {{ }} is so many of them 
hi mate
i just notice this when i already upload the file in codecanyon, the issue was Yii replace all the tags with {{}} with the prefix of database during installation or executing query
to solved this template
download the mysql template data here https://bastisapp.com/helpfiles/templates-only.zip
and in your phpmyadmin you need to truncate the table _templates and _templates_translation
and import the templates-only.zip using your phpmyadmin this has the correct data
cheers
Hi Basti ! If i need plans for merchants like 3 months and 6 months with stripe what i have to do? Now i see only daily weekly monthly and anual to choose from drop down .
hi mate
you can already do that in your stripe account
remember plans is created in your stripe account in backoffice its only to display the plan
cheers
Basti please pay attention what i am saing mate. In Add new merchant plan have option on drop down daily weekly monthly and for year NOT OPTION FOR 3 months plan in admin . I know in stripe we have that option . Thanks
Hi Basti please pay attention . I know in stripe but in the admin add new merchant plan you have only choose from drop down daily weekly monthly and anual . You have to add 3 and 6 months plans as stripe does for new plan . Is that clear now ? Sorry for my bad English . 
already answer
cheers
Hi Basti can you guide me on how to do below things
How to Remove add your restaurant,signup for deliver, remove from mobile site how to remove are u resto owner tab from mobile site how to change cover image for resto how remove include utensils,condiments at checkout
please update on this @Bastikikang
email me here with all screenshot you wanted to change
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
cheers
Have you soon a update for php 8.x ?. some think not work in 8.x – php 7.4 is out off date
PHP 7.4 is outdated November 2022 and will no longer have security update. 
hi mate
technically yii has supported php 8 we just need to update the framework and also do a test to see if there is any error
i have plans to update in future
cheers
Hello Basti,
I need a solution on the cuisine section of the index page. Even there’re many restaurants in every cuisine type, restaurants are not found. Could you please give proper code to change with the related file.
Thanks
hi mate
am sorry can you provide a link?
the query for cuisine list is by cuisine and distance
Sure here it is: https://mealscenter.com/cuisine/american
I see know, when user not log a location, they can not see restaurants by cuisine. At this point, I need a code to remove distance filter in query and no matter user log a location or not, the restaurants are presented.
Secondly, in the pos section I’m having bugs. How can I deactivate POS section on merchant admin page?
Thirdly, on restaurant filter page ratings and delivery fee filters don’t work when you change the value. How can I fix this? Lastly, on the restaurant page, how works $low cost restaurant text, based on where?
1. i think you know how to solved this already?
2. what is the issue with POS at the moment you cannot deactivate in merchant panel
3. please verify this is working
cheers
Is it me or we can not change the title “Karenderia Multiple Restaurant” of the website?
I modified the title on “site configuration” but nothing changed
hi mate
your right seo is not fully implemented
right now you can change this in protected/config/front_main.php
change this line
‘name’=>’Karenderia Multiple Restaurant’,
Ok Basti, hard luck. We are with you
thank you for your patience
@NajahAlGhazali select custom not php and add what birken sent you. But open your k-config file and copy your cron job key.
thanks mate for helping