Code

Discussion on Karenderia Multiple Restaurant System

Discussion on Karenderia Multiple Restaurant System

Cart 5,364 sales

bastikikang supports this item

Supported

This author's response time can be up to 2 business days.

29719 comments found.

your welcome mate :)

i can see your website is now running

cheers

Hello Basti I got stuck on second installation page. As you can see https://prnt.sc/iqsji8 I will send you ftp details

i believe you already manage to fixed the issue?

Hello Basti. I am afraid not :( Step one I’ve handled well but the problem remains on the step two (of the installation process). Thanks for your kindly attention.

i think its your php version is 7

kmrs is not fully stable in php 7

if you have option to down grade to php 5.6 that would be great as krms is stable in 5.6

Hello! I want to use the application for a small town where there aren’t street names (and address), so it’s not possible to use Google Maps in my case. I would like to remove Google maps address and have only a name and some note directions for making a new order. Can you make this customization for me with some extra cost? If it’s possible, give me your email to send you more information. Thank you!

there is search by location options wherein you will define all the location and merchant will need to select what location they deliver to

this is not using any google api

Hello, I have downloaded your scripts and moved them to the apache server www html directorry. How do I open the web installer like you have mentioned in the documentation?

I will be waiting for your answer, Thank you in advance

watch this video

How to install KMRS https://youtu.be/WD8QfGYTZb4

you will access the installer like this

http://yoursite.com/index.php/install

hi basti i have problem with bulgarian language pack can you please send me another bulgarian language pack?

sorry mate i don’t have one :( no one contributed for bulgarian :(

Hello i need help do setup the file on my server

you mean install kmrs?

just send me your cpanel access i will install it for you

email me here

https://codecanyon.net/user/bastikikang#contact

leave a comment here once you send it so i will be notified

or watch this video

How to install KMRS https://youtu.be/WD8QfGYTZb4

hello in demo where i can find all orders and order status are paid in admin panel and merchant panel updated demo version

you can find it in admin or merchant panel

in latest version

but which option can u elaborate plzz in both panel

in merchant or admin panel you have option to search by status

Hi mate along time we did not hear hope you doing well

please I need to modify the payment options while the visitor choose to pay invested of radio buttons I want to make them small photos please guide me which file i should modify thanks

please mate answer me all the day i am trying to make it but the code is not clear to me how can i make single photo for each payment method thanks i think with you it will not take more than 2 minutes

hi mate

actually your asking is custom code already :)

anyways in payment-list.php

you will see there a loop select case

switch ($key) { case "pyr":

so in the loop case it will be like example for pay on delivery

case "pyr": if ($transaction_type=="pickup"){ echo t("Pay On Pickup"); } else echo $val; echo '<img src="http://bastisapp.com/kmrs/assets/images/logo-desktop.png" />'; break;

you need to do that in every payment gateway

take note the example image is only example you need to change it to your own

hi mate am using razor pay, capture payment is not working automatically…

what do you mean capture payment?

https://docs.razorpay.com/docs/v1paymentsidcapture

find above Capture payment method of razor pay

ah mate am not using this api

am using web integration

https://docs.razorpay.com/docs/checkout-form

Hi, In merchant sales summary report, i will get merchant name, total sales, total commission, merchant earning reports. Its ok, but i want to get more details like, merchan phone number, restaurant name, email address. city. how to get these details?

is this in admin panel?

if yes you will have to add it on the list those information is not available cause of the limit width of the table

edit the file views/admin/rpt-merchant-sales.php

and components/ajaxadmin.php look for functions rptAdminSalesRpt

Hi Basti, How can i add logo to all emails sent from my website. presently from admin settings—> notification template for all email is TEXT only..

you can simply put a static html tag image

https://www.w3schools.com/html/html_images.asp

Thanks basti :)

hi . could you please take a look on this Pic https://ibb.co/djG1f7 and guied me how to create those buttons in this place ? thanx in advance

edit the file views/front/advance_search.php

Hi Basti,

Need a urgent help. E Mail is not coming for New Order, where it is coming for testemail, new signup etc. It is also not showing the provider name. I have checked everything and even port its open for sending mail. Please see the link for image. https://drive.google.com/open?id=1HB5EJcp1Z2huywrPa2XYEfyaZhZCvAdP

its pending cause you need to run the cron jobs that process the email

run the cron jobs for processing email you can find that in admin -> cron jobs -> cron/processemail

Good evening! We changed to a vps and had trouble uploading the images of the clients’ logos and did not know why until the mind came over the permission of folders and files, so I would like to know which folders and files need to be allowed 777 not to We have other problems, please.

what is the error?

check the folder permission of /upload

hi how do i turn off parallax effect?

example in browse page

the template is located at views/store/browse-resto.php

and its rendering another view

$this->renderPartial('/front/default-header',array( 'h1'=>t("Browse Restaurant"), 'sub_text'=>t("choose from your favorite restaurant") ));

you can find this in views/front/default-header.php

just remove this code

<div id="parallax-wrap" class="parallax-search" data-position="center" data-bleed="10" echo="" assetsurl="">"> </div>

thanks I found a better solution. data-speed=”`1.0” forces the background picture to move with the same speed as the front one

awesome! cheers

@noahusa “how do I have emails sent to the merchant not be received as a span? because they are all being received as span and the client can not see in the inbox” this happen when your the name of your domain has been used to send another kind of emails (tons) mainly by spammers.

workaround… ie let the merchant know.. how to create a especial folder where the mail from your domain goes. so this mail wont go to spam

https://www.youtube.com/watch?v=KciJgXhWqMY

thanks mate

Hi

Thank you for such great work! I have a question. Where do we change some of the text? I can’t seem to get this to work. Per example: In the search results page, when a restaurant doesn’t exist in that area, the message Oops. We’re having trouble finding that address. Where do I change this? I changed in protected>messages>en but it doesn’t change anything in the frontend or backend. I only have 1 language enabled, EN.

Thank you

thanks mate :)

the very best way to change it without touching any code is via language file

edit the language file protected/message/en/default.php

example

$lang[“Oops. We’re having trouble finding that address.”] =”YOUR NEW WORDS HERE”;

Thank you Basti! You worked very hard on all these programs, and we are very happy to be working with you. We are looking forward to work with you in the future and any future projects you might have. Do you also do custom work/programming as well? Have a great day.

glad to hear that mate :)

unfortunately at the moment am not available for customization work :(

how do I have emails sent to the merchant not be received as a span? because they are all being received as span and the client can not see in the inbox

make sure the sender is not a dummy email

don’t use noreply@yourdomain.com

if you use this make sure this email exists

also using 3rd party email provide will solved this like using mandrip sendgrid etc

Hello, I am not able to configure Global SMS, it is still informing mensahem of false, what procedure do I have to do?

SMS Transaction, can not insert, and with that I am not able to send SMS packages to the merchants

hmmm i just check your backend i can see sms packages already :)

also i tried adding and its working just fine

Hi we have deleted all countries ( except USA ) from those files : - CountryCode.php - location.js - location.dev.js - intlTelInput.min.js - intlTelInput.js - data.js - combine-vendor.js - index.html - index.proto.html

My questions are : 1- is this modification will effect in any how the KMRS functionality ? 2- how we can set up states dropping list cause it’s not working ? ( ex : New York , New Jersey , Alabama .. etc ) 3- how to modify ( InstallHelper.php ) ? cause when we delete the countries it cause an error in installing process Regards

for deleting the country in this file CountryCode.php is fine but other file you should not delete or change anything of those

those are library and there is a quick way just only to show usa country for that

2. can you provide screenshot where is this?

3. why would you like to modify this file? am using this for installation

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey