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.

29722 comments found.

Hi Could you make a Point Of Sale add on for local orders. Thanks!

hi mate sorry but i don’t have plans for POS :(

As it is the best way to make an update of my portal that is made with karenderia, to the new version that you uploaded ??

hi mate

for the updating the site you won’t loose anything in terms of data just replace your current files withe new files also this is very important

1. update your yiiframework folder cause it has the newest version of yii

2. update your config/main.php with this sample http://bastisapp.com/helpfiles/new-main.phps make backup first your main.php before replacing after you replace with the new main.php edit the database connection to your database old connection

and make sure you run the update db found in admin dashboard

thanks

Hi man! is it possible to enable gzip compression? If so, should i add something to .htaccess? My server currently has it enabled. Thanks!

Mate, please i dont know what happen, my website in computer looks like mobile web. screenshot : http://www.screencast.com/t/lw4BMrP6q

I sent you a mail with my ftp access information SUBJECT : PERU CHEFS WEB

sorry my bad

did you change anything in the css ?

i change only the size of logo, in responsive.css, but why the page in pc looks like mobile?...i sent my ftp access info to your gmail

hi mate

revert back what you did you must have messed the closing of css

and try again

thanks

can i use the same push keys for the merchant app and the mobile app ??

yes you can :)

Hello BastiKang, Don’t know what to do again. Keep seeing updates without my request. Can you at least incorporate the Location Drop-Down or something Similar to https://www.foodpanda.in so that I can get started. Not everyone likes to depend on Google API so let the Admin upload a list of locations where users can select from during Searches and Registrations.

Have waited just too long for something like this. I asked for just a feature of which few other people have also asked about.

Please kindly release an Update with my request or send me

Kindly respond ASAP let me know how many more weeks to wait

My Support here has expired and Am ready to renew Support and also buy Mobile App but just honor my request.

hi mate

sorry but i cannot add this yet since am working in driver app update also this will need a lot of changes so this will not be an easy update

Hi Basti, i have to update my website from V3.2 to V3.4 Can i get the change log as which files to replace?

sorry mate i don’t have one :(

you can use winmerge to check what new files has been added or changes

http://winmerge.org/

Hi Basti

Some improvement tips for the system:

1- In home in indicated restaurants should be in randon 2- When doing the searches by restaurant the result should also be in randon less those who are sponsored and should first appreciate those that are open and then the ones that are closed because this makes it easier for users

Question 2 also applies to the customer app.

Can you make these improvements?

hi mate

sorry for late reply can you send me a sample screenshot about the search results?

Hi Basti

Follow the link to the prints

https://drive.google.com/file/d/0B2xxiQEGeS68dmlHUnlJaVR1bFk/view?usp=sharing https://drive.google.com/file/d/0B2xxiQEGeS68cGJnX0FZS2psS0U/view?usp=sharing

This site has the paging system during the requests you want the link of him too?

ah ok thanks for the screenshot mate will do take note

Hi Basti

Good day :)

1. Kindly check email.

2. To accept order, when admin/merchant change status order via EMAIL, it redirect to change order to ‘received’. Theres no issues when merchant confirm order via Merchant/taking order app or via backend, as i change already status at backend. just an issue when accept order via email. how to change the order from ‘received’ to ‘accepted’ via EMAIL? Attached: https://s14.postimg.org/fif91glhd/debug.jpg

3. for preorder, how to make customer can only choose pre order and time that they can choose is 2hours onward from order time? example: customer order at 11am, and at checkout, customer can choose order time by click preorder and time 2pm onwards

Thanks :)

hi basti, emailed

Hi basti, did u get my email? Kinda urgent. Tq

reply sent

Choose Payment option

store/merchantsignup/Do/step3b/token/1c6e9f62cd65b4ec67551226dd56f20c

Payment step 3 of 4 Select Package Merchant information Payment Information Activation

yes long time lol sorry, (Package Merchant ) Does not process the payment is giving error

can you give me the site again so i can try?

include the ftp access so i can fixed if there is any issue

what type of payment you select ?

email me here https://codecanyon.net/user/bastikikang#contact

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

Thanks, reply to email – GMAIL

Hello Basti!

Where can I change page titles (<title>):

Title: Merchantsignupinfo Store – /store/merchantsignupinfo

Title: Signup Store – /signup

Thank you friend!

:( you are not copying the code correct

try to search this in storecontroller.php

$this->pageTitle=$seo_title;

this is what exactly you will copy but you need to replace the value with your new page title

example

$this->pageTitle= “MY new page title”;

Hello Friend!

I solved the problem!

Thank you and congratulations again for the wonderful support!

glad to hear that mate cheers :)

Hi Basti, why search option always take address, even if i want to search by cuisine in URL it take address even if don’t select any address searcharea?st=Los+Angeles%2C+CA%2C+United+States&category=Indian

Why is it so?

hi mate

that would be correct :)

cause it will get the distance from what you put a location before

Hi Basti, I am using Bhashsms for OTP, When i check test sms on sms settings it working fine without country code, when i try with country code i did’t get sms alert but sms log informs its done, i manually tested Bhashsms parameter in my browser and it was working fine with country code and without, can u pls help me to slove the issue

hmmm that’s weird

does the country code is with plus sign + ?

yes

hmmm if the status is send it means its succesful can you counter check the logs in Bhashsms what happen in the text message?

Hi Basti, I have the version 3.2. Why the merchant bakend doesn’t send email when the restaruants confirm the order (change state) online (not using the app for merchant) ? thank you

hi mate

let me check this first on my end and get back to you

Hi Basti, did you check this issue? How can I solve it?

hi mate

i did check this on my end but its working fine on my end this is the functions in ajax.php sendUpdateOrderEmail()

am calling the same functions for sending emails

can you verify make sure the subject is not complicated?

We updated our site today also set the cron jobs for sms but in status we are getting pending first and after 1 min (executed by cron) status turn to Error Code: 20404 – also there is not message in delivery report. We are using MSG91 Please help

} elseif ( $sms_provider=="bhashsms") { $Bhashsms=new Bhashsms; $Bhashsms->user=$bhashsms_user; $Bhashsms->password=$bhashsms_pass; $Bhashsms->sender=$bhashsms_senderid; $Bhashsms->sms_type=$bhashsms_smstype; $Bhashsms->priority=$bhashsms_priority; $Bhashsms->to=$val['contact_phone'];; $Bhashsms->message=$val['sms_message'];; $Bhashsms->is_curl=$bhashsms_use_curl==1?true:false; try { $raw=$Bhashsms->sendSMS(); $msg="process"; } catch (Exception $e){ $msg=$e->getMessage(); } } elseif ( $sms_provider=="msg91") { $msg91_route=getOptionA('msg91_route'); if(empty($msg91_route)){ $msg91_route='default'; } $msg_resp=Msg91::sendSMS( getOptionA('msg91_authkey'), $to, getOptionA('msg91_senderid'), $message, getOptionA('msg91_unicode'), $msg91_route ); if($msg_resp){ $msg="process"; $raw=$msg_resp; } else $msg=Msg91::$msg; }

Doesn’t work ! Anyways i used bit of my coding skill and made following changes to make it works ;)

elseif ( $sms_provider==”msg91”) { $msg91_route=getOptionA(‘msg91_route’); if(empty($msg91_route)){ $msg91_route=’default’; } $msg_resp=Msg91::sendSMS( getOptionA(‘msg91_authkey’), $val[‘contact_phone’], getOptionA(‘msg91_senderid’), $val[‘sms_message’], getOptionA(‘msg91_unicode’), $msg91_route ); if($msg_resp){ $msg=”process”; $raw=$msg_resp; } else $msg=Msg91::$msg; }

hi mate glad to hear that :) cheers

Hi, Basti,

For the latest script update (11/17/16), did it have the fix for “Pay On Delivery” changed to “Pay On Pickup” when it is Pickup? We plan a time to upgrade the scripts to 11/17/16 version, but have not done yet.

Thanks,

Jason

thanks..

just replied an old email to you regarding menu tab/type (dinner menu, lunch menu..). pls kindly check out. cheers!

reply sent

Basti, I set the holidays for a restaurant but someone was still able to order.

hi mate

i think you are correct i just investigate and try on my end holiday does not work anymore :(

anyways here is the quick fixed

open the file components/functionsv3.php and look for the functions isMerchantcanCheckout

after the line $code=1; $button=t(“Checkout”);

add this

if ($holiday==1){ $code=2; }

That appears to have solved it, Sir. Thanks!

Hi Basti,

Do you have a plan to add function for merchant admin to edit customer order ? we need to edit order especially in quantity of product that customer order.

Thanks

yes i do :) in future update

thanks

007 Purchased

Hi Basti, just sent you an email with the subject line “Map Problem”. Could you let me know what my problem is? Thank you!

hi mate

try again it was the folder permission for the htmpurfifier

thanks

007 Purchased

thanks Basti, it works now. just to clarify anyone who has the same problem it was a permission issue in folder called ‘protected/runtime’ for some reason my server didn’t create the folder when the system was installed. thanks again basti!

Just purchased script. How do I turn off commission and membership for merchant? I don’t ever plan to talk to merchant about my business so I don’t need them to login. I’m just offering general public list of 250 restaurant in my city which I will delivery to them. My plans are for Driver and Customer only …no merchant necessary.

you mean the signup link on the front end?

go to admin -> theme settings -> Top menu

if you cannot find the menu theme settings just edit your admin account and tick the access and then relogin again

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