29721 comments found.
Hi Hero, Oh man, you are super dupper genious young man, I am basically a professional photographer, but after much loss because of latest technology, I become a chef because of my previous knowledge and training, in the meantime learn some website and coding etc… I did most of work on photography website, and one of shopping cart ” viart shopping cart ”, now learn many stuff from your codes, and your old responses…
I am trying to setup Referral system, as send you some screen shots, I am sure, we can do… because I know the power of WE… so please guide me some time, whenever you have some time…
When will finish the final work.. will send you in my first sitting to you the code for approval to confirm all work… because you are the best, this is not only words… actually you are!
Right now, would like to request some basic codes… because you can just as 1,2,3 but I need to first read all your old support messages… then can find the final code..hahah…
Same as one of my colleague, trying to make Stuffed Pizza, or Chees filled crust Naan Bread… more than a week now… much of stuff lost in clay oven… burn his hand once time, but when I asked him to help, always said, no I’m full chef… I can do myself… When I asked him, you are expert in other field of cooking… not Tandoori chef.. but still not understand…
But I am sure, you are the best, because you are actual developer, and I am accidentally basic learner…
So please give some time… and let me know for the following if possible…
With due respect, is this possible to provide a quickfix code, for
1- hide the top menu links.. i.e. Driver Signup, Restaurant Signup when customer Login as a customer … this is because on top menu, when customer login as customer, some of customers names are very long, and if the Name of customer bit long then top menu messed up… if we limit the word to display in menu, then some time after doing this short name, meaning comes very bad .. ” Bad words ”, if few words remover from left or from right…hope you understand…
2- When customer write some comments or review the each order, after submit a successful review, and successful message displaying … instead of message just display there, we would like the customer automatically receive a message and list for next or already pending reviews or at least redirect to back Profile…. or some any other best you suggest…
One more request as previously request for to know the message…
Minimum Order for delivery of Merchant – subtotal = ?
So I would like if possible customer also see the message for buy more item the value left upto Minimum Order…. like minimum order = £20 and customer buy item in basket £15, then under there message should be…
You must need to buy More £5 for the delivery … otherwise Collection or Pickup etc.
Thanks for time..
1.the default driver signup on front end is not enabled so it will not show on front end
check this admin -> theme settings -> Top menu on the list choose driver signup or not to include driver signup
you can to admin ->theme settings -> Menu ->Top menu
2. what do you mean receive a message and list? you want to approve the comment before posting ?
3. Sorry but this is not yet available at the moment
hope that helps
How can I translate these codes?
hi mate!
you can change it in your language file
$lang[“stp”] =””;
located in protected/messages
this did not work!
I had to change line 657 in the file located in protected/components/Ajax.php
before: strtoupper($val[‘payment_type’]),
after: strtoupper(Yii::t(“default”,$val[‘payment_type’])),
now its working!!
hi mate
i don’t have the column in my report you must added it by yourself
in order to translate you need to call the t function when you add those value in the arra
Hello! I need a step by step guide to install karenderia on my host server. please help! thanks!
hi mate!
upon purchasing, there is a documentation folder included
on how to install KMRS
How to install KMRS https://youtu.be/WD8QfGYTZb4
let me know
I’d like to change the text on the payment method so that Stripe says Credit Card. Where do I do that?
hi mate
you can change it in your language file
$lang[“Stripe”] = ””;
located in protected/messages
Thank you sir!
Hi Basti,
I am about to go live with the website. I created another folder and copy the staging folder. However, every time I go to the new folder the app goes to the staging folder.
Please help.
Thanks, Junjun
hi mate!
please check your .htaccess file where it redirects you
let me know
it works now. Thanks basti… you are the best!
glad to hear that mate
Hi, This code is NOT working well with PHP 7.x version. Header alignment changed. Any solution for this ?
Thanks. Venkata
Hi mate!
working with PHP Version 7.0.30
and stable in version php 5.6
so if you have option to downgrade from this version that would be great
HI Basti, I am Planning to Buy Your KMRS Package With Apps .Let me Know 1.Do you provide Source code along with the Software Files 2. Can i Modify and customise the Scripts as per Our requirement for Grocery 3.We plan to Integrate Grocery HTML Template for Website -is it possible
hi mate!
thank you for the interest
1.Yes source code will be provided along with software files
2.yes you can modify the code for it is not encrypted
3.you can modify the code and implement anything you want to change
cheers
hi , please can you help me integrate custom payment gateway API . .? i want to collect money localy , so i wanted to use Rave Platform API , if you can help me please , thank you.
double post
hello , please can you help me integrate rave API on the system, to be able to collect money localy.. Rave Platform API , thank you.
hi mate!
sorry but this is a customization
the author is not available at the moment
for he is busy with the mobile app
cheers
How to manually enter stripe api key from code?
Thanks
mate you don’t need to enter manually the api from the code
the stripe is working 100%
if the error is invalid api key that means your api key is not correct
there are different types of merchant
so the settings will depends in your merchant
if the merchant is commission it will use the admin -> stripe settings
if merchant is membership it will use the stripe settings in merchant panel
if membership you need to set the stripe credentials under merchant panel
and make sure the stripe is enabled in admin -> payment gateway settings
Hi, i have a problem with a dinein time, in website max time is 23:55, in mobile App 18:30, how it’s possible? where can i configure i?
Hi mate!
please check your timezone
in admin and merchant
you need to set the timezone usually the your server timezone is different from your time
go to admin -> settings -> Website Timezone
merchant can also choose what timezone they will use
please go to under merchant -> settings -> timezone
Hi, Timezone is the same in both, Europe/Rome.
D.
Hi mate!
Is it about the date time picker?
Yes
The problem is that the same merchant, in website and in the mobile App, have different maximum dine in time.
Any news about it?
Hi, i still have the same error, how can i solve it Please?
this is opening hours of merchant?
you cannot have closing time on next day the open and close should be in same day else checking of opening hours will not work
Hi mate!
kindly go to protected/views/store/menu.php
Hi,
When I publish any invoice, I’m using Turkish character. But they are seen with ’?’.
You can see that on screenshot with this link. —> https://prnt.sc/mhkty9
How can I fix this?
And how can I change invoice logo?
Thank you.
hi mate!
you need to save your language file as utf8 encoded
to change the logo
$assets_path=Yii::getPathOfAlias(‘webroot’).”/assets/images”; $logo=”default-image-merchant.png”;
you can simply change the logo filename
Hi mate, It’s already encoded with utf8. But I have still this problem. Thank you for logo configurating.
am using tcpdf for creating of pdf you will have to add your own font
https://stackoverflow.com/questions/48825790/tcpdf-not-showing-greek-charactes-with-helveticathe file that create the invoice is in controller/InvoicecronController.php
hello , please just buy the product but can’t find the licence key , did not even receive any email, so please kindly find out for me , thank you.
hi mate!
please email https://codecanyon.net/user/bastikikang#contact
Hi mate!
edit the file views/store/index.php
cheers
hi Basti,
a problem appeared in the client expiration register, when setting a date it is not saving in the database, image:
I have to go there in the php database and set the date because the system is not saving.
Can I have changed the date format? I do not remember that, can you help me?
DD-MM-YYYY
in php is YYY-DD-MM
hi mate
you cannot insert in database with different format in database it will only accept
YYYMMDD format
in components/ajaxadmin.php function addAdminUser
hi basti,
Can we add wallet into KMRS or will you add wallet for me into my installation.
I want my website users to add money into kmrs wallet and order from that. so that i can give them cash back offers into wallet.
Hi mate!
sorry but this is not yet available at the moment
Hello, basti
I changed the hosting provider to a new one,
and now when i try to do the order, on click confirm order a message like this is appear
” ERROR “
How to resolve this bug?
Thanks. Regards.
try to run the db update first like example
http://bastisapp.com/kmrs/update if you cannot see the finish at the very endthat means there is something wrong with your database
maybe when you export the db you include all view tables
I tried it so many times, i exported every time without views tables, and the same error, and i see the finish on the every end.
I can give to basti ftp credits to check, is very urgent.
Thanks for understanding. Regards.
just checking already fixed?
Hi, I have a question.
For example; I’m taking %10 commission from restaurants. When someone orders a food item from $100, I getting $10 from that order.
I submited a voucher code from admin panel. It’s have %10 discount.
When someone uses that discount coupun on a $100 order, order fee will be $90, system still calculating my commission from $90 and system add $9 commission to my panel. But restaurant losing extra money. Restaurant losing—> $10 (from discount code) + $9 (my %10 commission) = $19. So restaurant losing totally $19. But it’s not normally. Because I would like to pay for the amount of discount coupons that have been added from the admin panel. So If I add this voucher code from admin panel I’m earning $0. But system add to my earnings $9.
I would like to automatically deduct the coupons added from the admin panel from the commission I received from the restaurant. Is it possible? Thank you.
Hi mate!
Sorry but the deduction will be made from the merchant where the customer
purchased the item
Hello I have situation where it is needed to send new order data to POS system. I need Json query string to find this information. Please look into this ASAP. It will be great help. Thanking you!
hi mate
this will be customization you can get the order details in _order table
or you can use the functions getOrder in components/functions.php
cheers