Code

Discussion on Karenderia Multiple Restaurant System

Discussion on Karenderia Multiple Restaurant System

Cart 5,365 sales

bastikikang supports this item

Supported

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

29731 comments found.

Hi Basti,

i have read in a above comments you will make an appointment and booking add-on any news about that? because i want to use your script for services.

Thank you

sorry i think that has the lowest vote in my survey :(

Question: Dinein = Just to make sure the meaning of this word. It means that the food will be served only at the restaurant (locally) and the customer will eat there. Is that right?

that would be correct

Basti, I wanted to make sure because I am not sure how can an offer be used for dinein. How the customer will get the discount, when eating directly in the restaurant? How the merchant apply the offer in this case?

hi mate

this will depends in your merchant the idea of dinein is that customer can order to restaurant and eat there in certain time

you can check the offers in merchant panel you can create offer there with only dine in transaction

Hi Basti I am trying to use mobileapp v2 but its not showing on the admin panel. I have added that to main.php but I guess because I am not using Karenderia 5.3 therefore its not showing. Can you please help?

Thanks

did you purchase mobile app v2 addon? if yes kindly post this to mobile app 2

Hi Basti. Yes I have.. I followed the link on doc folder. I have now posted it on mobileappV2 as well. Thanks

answer in mobile app 2 section

hi Basti, I just emailed you.

Hi KingBast – When using Google Maps as the search, I have the option of Disabled Google Auto Address in Home Search Area Settings – This will disable the google auto address fill, but if I use Mapbox as the search, then I can’t disable the Mapbox auto address fill. Is there a way of doing this? I don’t want Mapbox to Auto-Fill the address. Thanks

ok mate i did not check the disabled auto address when using mapbox you need to do this quick fixed

1. open the file views/store/index.php in $this->renderPartial('/front/advance_search',array( after the line 'map_provider'=>$map_provider, add this 'google_auto_address'=>getOptionA('google_auto_address') 2. in views/front/advance_search.php change this condition <?php if($map_provider['provider']=="mapbox"):?> to <?php if($map_provider['provider']=="mapbox" && $google_auto_address!="yes"):?>

Perfect! Thanks

hello my friend i just got an email will this affect us?

” Hello Google Maps Platform Customer,

We are writing to let you know that on November 20, 2019, the PlaceResult.opening_hours.open_now and PlaceResult.utc_offset properties in the Google Maps JavaScript API’s Places Library are being deprecated and replaced by new properties and methods. You are receiving this email because your projects may be reading these properties from PlaceResult objects returned in response to Place Details, Find Place, Nearby Search and Text Search requests.

You have until November 20, 2020, to perform the changes in your code as described below.

What do I need to know? Currently, the Maps JavaScript API’s Places Library exposes in its PlaceResult object the properties:

utc_offset, which is returned on Place Details requests and opening_hours.open_now, which is returned on Place Details, Find Place, Nearby Search and Text Search requests. On November 20, 2019, we are deprecating these properties to bring consistency across Places API clients on different platforms (the Maps JavaScript API, the Places SDK for Android, the Places SDK for iOS).

These properties have been replaced as follows:

utc_offset, by utc_offset_minutes opening_hours.open_now, by the isOpen() method in Place Details requests only. Additionally, for Find Place, Nearby Search and Text Search requests, we provide alternative solutions for determining whether a place is open.

As a result, starting November 20, 2020, the Maps JavaScript API’s Places Library will stop accepting the properties in the fields parameter and stop returning them in response to such requests. Instead, developers will receive the ‘Unsupported field name’ error when using these properties in the fields parameter and the value `undefined` when reading these properties from the PlaceResult object in the response.

What do I need to do? Before November 20, 2020, follow the Place Field Migration guide to make the necessary property and method substitutions and to see the alternative options for obtaining opening_hours data to prevent user experience degradation.

If you are not already doing so, using the fields parameter in Place Details requests will save you money in case you don’t need all the fields for returned places. If you do not specify at least one field with a request, or if you omit the fields parameter from a request, all possible fields will be returned, and you will be billed accordingly, for all data SKUs.

We have identified that your project(s) listed below are using Place Details and/or Find Place and/or Nearby Search and/or Text Search requests from the Maps JavaScript API’s Places Library. These requests are returning utc_offset and/or opening_hours.open_now properties in the PlaceResult object and you may be reading these properties.”

the changes for this is on the library that we use

let see or wait for the library i use to update as well

cool thanks

am using gmaps.js if they have new update we need to use it

https://hpneo.dev/gmaps/

Hello, I want to increase the price by paypal by 5% more. where is the file path to add that option

you mean if you pay paypal you will add 5% if yes

you can add it on

1. for paypal version 1 edit the file vews/store/paypal-init.php

2. paypal version 2 add it on controllers/storecontroller.php in function actionpaypal_v2init()

Hello,

After a clean installation of the script, I cannot change my data and they do not save changes on database. Nor First & Last names nor password and email.

Please let me know what is wrong with my installation or database.

Kind regards, Hamidreza Sheikholeslami

i just check again during installation i ask for website contact Phone and email information not user admin email address

Thank you for your quick reply.

I checked the user list and updated the information. It worked for me. I’ve also understood what you said about the contact email during installation process.

Thank you again.

Hi basti, in export customer list option the export only takes customer name , Email

how can i add customer mobile number to it.

settings—>CustomerList option

in components/ajaxadmin.php

public function export() under case rptCustomerList>

I uploaded this script on my MAMP local server but when I try to access the admin pages or merchants or other pages I get internal server error

check your localhost mod_rewrite and allow_overwrite make sure its enabled else .htaccess will not work

help mim, sent

because i can’t access to /admin only show the homepage

check again it was your htaccess

Question: Is there a limit of characters for merchant name? How long can be merchant name?

the merchant name is varchar(255)

so its limited to 255 characters

if you need to change this using your phpmyadmin

look for table _merchant and edit the column restaurant_name instead of var char change it to text

Hello mate. How can I please apply a coupon works for $5 off if order more $40 if the order less than the coupon not working. Thanks

sorry at the moment this is not available :(

I think mate you was have a quick fix for that. I was looking for your answers to someone else I don’t find it.

there will be no fixed for this :( as we will add new column in database for max and mininum amount that voucher can be applied :(

you can hard code it but it will be for all your merchant

Hi mate! See your email please!

sent

sent

Hi, do you plan add support for MercadoPago Transparent Checkout? Payment with out redirect to Mercado Pago website and plan to add it also to new version of mobile app (mobileappv2)?

sorry at the moment i stop adding payment gateway it will be a customization

Hi, I installed this website under for example domain1.com. I have changed my site to domainname2.com. Is there anything that I need to change within settings so that my site links to domainname2.com instead?

only change domain name but use same hosting?

if yes no need to change anything

if you change hosting and domain you will need to change your database config to new one

Email sent please check… Thanks

reply sent

Hi Basti, How can we use this application in the following manner

We have a single restaurant brand like Mcdonlands, there are outlets in multiple locations Based on user location, the order shall be assigned to nearest outlet Can we use merchant panel as outlet and reports can be fetched accordingly

very sorry multiple branch is not available

what can you do is add those branch as merchant

Hi,

I hope you are doing well.

We are trying to edit the pages under the custom page section, but it’s not saving it. While examining in the console we have noticed the following attached issue. Could you please look into it? The already available data is old when we were using old domain but now we have change our domain and migrated to the new one.

Screenshot: https://prnt.sc/q260kg

must be mysql strict is enabled in your new server

send me your admin login and ftp access i will check

email me here

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

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

cheers

Email Sent , Please check email from “sulmansajidjaved”

hi basti i have send you my ftp because i can’t access to /admin only show the homepage

reply sent it was your htacces

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