29717 comments found.
bastikikang AUTHOR
2 months ago Flag
will check i think your right did not check via mobile view
Hi mate, did you check on mobile view, how to change Los Angles to other location on mobile view?
already on my update list will make it as priority on next update
Could you give me quick fix, and you can update later.
I try just one customer closed from old KMRS, and add new KMRS, but nobody use new system, last few days we did not get any order from new system, for merchant is better than old KMRS, but for customer old KMRS is more user friendly, why ask address for pickup order? Could you update just make order for pickup (no ask address for pickup order)?
its already on my update list
i understand if you like old kmrs , but we need to move on this is much better than the old one
cheers
You are right. However, it seems very dangerous to abandon the system you already use and replace it with something new when it is not convenient for customers who order.
You should also be careful about having all restaurants use new ones at once.
If misjudged, restaurants lose all customers, and we lose all restaurants.
don’t worry we are near in migration tools so you can import your data to new kmrs
its an update to main kmrs i never sold the new one as new items
Hi @hl1afg
Go please there check images@ icons. Hope thats helping you.
Backoffice/themes/classic/assets
thank you
Where can I change this lady picture? I can’t find on themes/karendeia_v2/assets/images
https://demo.bastisapp.com/backoffice/auth/login
backoffice has own template can be found in backoffice/themes/classic/assets/images
Thank you.
welcome
driver app is now available for sale here https://codecanyon.net/item/karenderia-driver-app/44025705
thank you
Hi mate. Try Place order with payment card I don’t see the card number showing in merchant backoffice.
you can find this when you view the order details
see screenshot
https://ibb.co/z67620stake note this is only for offline Credit/Debit Card
That’s right mate. But now I don’t see this no more. It’s missing in my site after updating
its there mate
means your file is not updated
unless you change something in your file or change the code for ocr
this can be found in themes/classic/views/orders/order-details.php
<template v-if="order_info.payment_code=='ocr' && credit_card_details">
<h6 class="font13 mt-1"><?php echo t("Credit card details")?></h6>
<div class="table-responsive-md">
<table class="table table-bordered">
<tr>
<th width="15%"><?php echo t("Name")?></th>
<th width="15%"><?php echo t("Card number")?></th>
<th width="15%"><?php echo t("Expiry")?></th>
<th width="15%"><?php echo t("CVV")?></th>
</tr>
<tbody>
<tr>
<td>{{credit_card_details.card_number}}</td>
<td>{{credit_card_details.card_name}}</td>
<td>{{credit_card_details.expiration_month}}/{{credit_card_details.expiration_yr}}</td>
<td>{{credit_card_details.cvv}}</td>
</tr>
</tbody>
</table>
</div>
</template>
check the file first if you can find that cause this is added in 1.0.6
this will only show if payment code is ocr = means credit card/ debit card
not stripe or any other payment
Yes I remember it was showing card number and exp etc. This ocr it should have number there. I will check the file as you mention 
ok mate let me know
My file is right nothing changed.
Mate I check order history I had a ocr payment for different customer I can see the card information.
But this new customer with ocr payment and I can’t see the card.
Also I try to place new order using my card number and I can see all information in merchant.
So how comes this customer place order and go through without see his card information and choose credit card payment. Some where something wrong
hi mate
every time you use the card it saved in table st_ordernew_trans_meta
check first if there is saved data there
you cannot place an order without saving this card information
unless there is not right in your files
Hi mate, I check table st_ordernew_trans_meta there’s no card information for this order.
that is not possible mate , its required during payment
it will not place an order if the payment is not in the parameters
can you double check and try to test again
it should be there unless it was deleted manually
I try 2 different card for me it’s working fine. I will keep my eyes if this happened again. This payment keep in my end status unpaid can we changed to paid after completing order.
ok mate let me know take note we have options to delete records in back office so be carefull clearing your data
Hi mate this again same problem but this time showing the card number as Description Failed and order go through. Please check the image.
https://ibb.co/4FFkvHQhi mate
i check my code and this will never happen cause am saving the correct cards
unless your change something in your code and settings for offline card payment
this will never happen
if you look at the code below as you can see am getting the card was use and saved
$card = AR_client_cc::model()->find('cc_id=:cc_id',
array(':cc_id'=>$cc_id));
if($card){
$card_model=new AR_ordernew_trans_meta;
$card_model->transaction_id = $model->transaction_id;
$card_model->order_id = $model->order_id;
$card_model->meta_name = 'card_number';
$card_model->meta_value = 'card_number';
$card_model->meta_binary = $card->encrypted_card;
$card_model->save();
maybe you deleted manually from your tables and forgot to delete the table that store this data
and order id is now mixed up
I dont know mate. I don’t change anything affects this information. The problem it’s new customer with new order comes like that. Then other order comes with right card information number and details. I will still keep my eyes for this issue.
I think in your demo no anyone use his card for order. I check most of the order no anyone use card payment. That’s why no anyone report this
i did a test on my end several times and its saving the card correctly
Hi basti,
1) Why does your demo appear like this https://ibb.co/qxH1PBj (Fixed Charge) and mine appears like this https://ibb.co/DgvqBcR (not show)?
2) Gallery Image not uploading, needing to refresh the page. I tried in chrome and edge in anonymous mode, both needed to f5 the page.
3) Sales promotion is working? how to use it? cheers
hi mate
1. save it first and then those menu will appear
2. i encounter this in some customer this is issue with the server PUT request it does not work
you can send me access so i can confirm
3. not at the moment
cheers
sent
Can I use only “Schedule for later”, hide “Now”? Or Schedule for later first, show Now next.
not available , am not sure if this will affect some functions if we remove this
as the default is now
technically it can be done but requires changes in the code
When are you make Addon for Hair shop, hotel/motel etc. for reservation system?
can you be more specific like provide example ? of addon you referring too
I sent email for hotel/motel sample.
thank you reply sent
Hi mate, make addon for motel, hair, nail and spa, shopping mall, grocery store, please make addon for KMRS, we can use easy to use, if you make individual program, we have to lean again, it’s need more time to use. It’s also need single addon for each business and multi currency, multi time zone.
thank you for your suggestion
added on my notes for multi currency yes i do have plans to release this one
cheers
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