Code

Discussion on Karenderia Multiple Restaurant System

Discussion on Karenderia Multiple Restaurant System

Cart 5,363 sales

bastikikang supports this item

Supported

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

29718 comments found.

How i can use the languages.

you mean translate? if yes

watch the following videos

How to translate https://youtu.be/FaQFRX9xEJY How to set default language https://youtu.be/Ugl2ilxBbhM

Hello basti

There is a request for the next update. Create an address selection form for merchants and users.

For example.

Now the address format: street, city, state, post_code.

I only need: city, street,

Is it possible to create a sort sequence and disable / enable unnecessary data (state, post_code) so as not to change this in the functional files?

Regards!

(Sorry, I wrote from a work account. Paid from another.) :grin:

hmmm can you provide screenshot?

if this is google auto suggestion there is nothing we can do about it its google auto suggestion address

I mean the display of addresses on the site. Here are the screenshots

https://ibb.co/ZH3wpTP https://ibb.co/TvTN5wj https://ibb.co/SPR4PmP

ah ok it can be simply change in the code

Iam trying to configure the commission. why is it that the voucher_amount is equals to the value of percentage example 10% not the value of the product * voucher (%)... what parameter is the total value of voucher?

hi mate

voucher_amount = 10 that means that is the discount applied on the order

which is 10$

correct me if am wrong or did not answer your correctly

Hi Basti, the voucher_amount in the database is the percentage of voucher when the voucher is percentage. i need to know the total voucher discount let say: 10% of 100$ so it means i get 10$ or if 10% of 200$ i get 20$.

its like this mate

it will depends on voucher_type = fixed amount then its fixed amount else its percentage

Hi, Basti, the payment gateway in (Karenderia App Version 2) app is giving option : Stripe/Sisow/payumoney and Payser but not “Paypal or Barclacard which I have accounts with.

paypal 1 is not working anymore in mobile app you need to use paypal version 2

and for Barclacard this is not available in mobile app

Hi, currently we are getting an HTTP ERROR 500 in our installation of late, could you please advice how to get it resolved… Link is : foodie.betaholder.com

Please let me know if you need any further details on this. Thank You.

kindly enabled error reporting in index.php

ini_set(“display_errors”,true);

it will show the error and let me know what is that error

I am pasting the whole error as shown….

Warning: include(PDO.php): failed to open stream: No such file or directory in /home/beta123/foodie.betaholder.com/yiiframework/YiiBase.php on line 432

Warning: include(): Failed opening ‘PDO.php’ for inclusion (include_path=’.:/home/beta123/foodie.betaholder.com/protected/modules/driver/components:/home/beta123/foodie.betaholder.com/protected/modules/merchantapp/components:/home/beta123/foodie.betaholder.com/protected/modules/mobileapp/components:/home/beta123/foodie.betaholder.com/protected/modules/pointsprogram/components:/home/beta123/foodie.betaholder.com/protected/vendor:/home/beta123/foodie.betaholder.com/protected/components:/home/beta123/foodie.betaholder.com/protected/models/admin:/home/beta123/foodie.betaholder.com/protected/models:/opt/cpanel/ea-php70/root/usr/share/pear’) in /home/beta123/foodie.betaholder.com/yiiframework/YiiBase.php on line 432

Fatal error: Uncaught CDbException: CDbConnection is unable to find PDO class “PDO”. Make sure PDO is installed correctly. in /home/beta123/foodie.betaholder.com/yiiframework/db/CDbConnection.php:442 Stack trace: #0 /home/beta123/foodie.betaholder.com/yiiframework/db/CDbConnection.php(391): CDbConnection->createPdoInstance() #1 /home/beta123/foodie.betaholder.com/yiiframework/db/CDbConnection.php(347): CDbConnection->open() #2 /home/beta123/foodie.betaholder.com/yiiframework/db/CDbConnection.php(325): CDbConnection->setActive(true) #3 /home/beta123/foodie.betaholder.com/yiiframework/base/CModule.php(394): CDbConnection->init() #4 /home/beta123/foodie.betaholder.com/yiiframework/base/CModule.php(103): CModule->getComponent(‘db’) #5 /home/beta123/foodie.betaholder.com/protected/components/FunctionsV3.php(6153): CModule->__get(‘db’) #6 /home/beta123/foodie.betaholder.com/protected/controllers/StoreController.php(141): FunctionsV3::checkIfTableExist(‘option’) #7 /home/beta123/foodie.betaholder.com/yiiframework/web/CWebApplica in /home/beta123/foodie.betaholder.com/yiiframework/db/CDbConnection.php on line 442

ok looks like your server has no PDO installed

Warning: include(PDO.php): failed to open stream: No such

ask your hosting to install PDO library this is needed by yii framework

hello, I want to disable the home menu and onclick activity of header logo.

from my another account

sorry but you need to use those account to ask question

i only support who actually purchase my item

hello basti. how can i change or edit the value here? or maybe i wanted to remove that.

https://ibb.co/0yXHym9

to change the value edit the file componenst/functionsv3.php and look for function minimumDeliveryFee

to remove it edit the file views/store/search-results.php

look for MINIUM DELIVERY FEE remove the code that display the minimum filter

I want to add a custom payment gateway and also a custom sms gateway. How can i do that?

you will have to modify the files

for adding sms gateway its very easy just add your own code in components/functions.php look for

sendSMS

hi mate

adding payment gateway requires knowledge in php so if you don’t have any background in coding you will find it hard to understand this

adding payment gateway is very easy if you know how to code just example stripe

when you pay using stripe it will call this action contoller in storecontroller.php

public function actionstripeInit() { }

cheers

Hi, How can i convert this into single restaurant (front-end)

1. edit the file controller/storecontroller.php

look for function actionIndex()

change it to

public function actionIndex() { $this->redirect(Yii::app()->request->baseUrl."/menu-mcdo"); Yii::app()->end(); $this->actionHome(); }

where menu-mcdo is your merchant url link

Hello, I am trying to configure the paid market but both version 1 and 2 give error, see the screen. https://imgbbb.com/image/LtshTy

another detail that I found strange changing to paid market or paid market V2 the payment url is the same

sorry mate what do you mean paid market? also screenshot does not make sense to me

Hi Basti,

Infobip SMS Gateway is among the cheapest SMS platform, can you add it in your integration list?

Here is the API documentation link: https://dev.infobip.com/getting-started

at the moment adding this will be a customization :(

How much is it going to cost to add it

email me here

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

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

cheers

Hello I cannot upload the logo from merchant pannel, browse button is not working, I have sent you the mail with login details kindly solve it

Hi hi my mobile app show the error this merchant delivery only in kilometers I use the last version of mobile app please help me

but the translation does not works I copy the two files mobile.php and mobileapp.php in a new folder fr in the folder protected the following error is displayed ’’Translation file is not yet ’’

post this to mobile app you are in kmrs not mobile app

Hi Basti,

Sitll no luck. Merchant Status Update does not send out email to notify the merchant. There is a sample template inside and I did not change anything.

Other than that seem working. Code activation also working.

By the way, when I do testing using paypal sandbox why the payment status is “pending”. Braintree and Strip automatically set to “Paid”

hi mate

what template is this one?

and for paypal it should be set to paid after the payment kindly verify

paypal 1 and paypal version 2 will set to paid once successful payment

Hi Basti,

From This remplate: MERCHANT_CHANGE_STATUS this only happend to Commision Type Merchant…. Membership Type no problem…

Paypal sandbox does not set payment to “Paid” for merchant registration. I cannot manually activate the merchant. After set and save to “Active” the merchant still under “Pending” status…

1. please verify again i don’t have any condition that check if commission or membership i always send email

only i did not send email if the status is not change

2. ah ok the status will be only set to active for merchant once they verify the OPT

so make sure you did not disabled the verification

Baski because the paid orders do not enter as Pedding orders and because the Taking Order platform can only take a state to execute push. Because it is not necessary that a PAID order caused by paypal or card payment be a finalized order. Now, we can assume that all orders enter as pendding or another state. but the system lets you take a state to send the initial push. That’s wrong, I should have more obtions.

sorry am kindly lost here

its better to provide an example

For example if the customer orders an order and pays by paypal. The system places that order as “PAID” pays and when the taking Order receives it, it does not put it on the pendding list. Now it has only one configuration to indicate the PUSH to the system as default has the status of pendding, but when the customer makes the purchase in paypal appears paid. This error causes you not to leave or send a push to the restaurant’s Merchant Mobile App system. Therefore it does not enter as new. Create a status indicating finished. It should have another field or configuration that we can select which state. You can determine the order end.

https://ibb.co/yX3SDZg

New Order Push Status “Be able to put more than one state for warning”

Since only the PAID status would not be an option, since the system receives orders without the customer paying online.

Accept Order Status is fine!

But you should also have another that marks the end of the order, or says processed. To be able to select which state is the end.

Buyers who have questions can do the same thing. Search if you have your question on KRMS as suggested below, many questions are similar. Stop being lazy, help basti avoid posting a question all the time without first researching if he already has an answer to his problem. I have already memorized many repeated questions from various buyers who are too lazy to research and ask 3 or more questions that basti has already answered.

Can I make a suggestion for everyone? Here we have a question and answer information lookup field.

Basti is alone and sick, my suggestion is: Before posting a question, go to the search field as it is in this image http://i.is.cc/2r023YCw.png and type in your question as you may find the answer and thus avoid repeated posts. See that already has many pages and surely your doubt Basti already answered a buyer.

This is a suggestion and so he will not be overwhelmed with so many messages here that suddenly has already been answered.

Thanks for understanding and we look forward to his improvement.

@zerogeneration If you wish, please contact me https://codecanyon.net/user/dfvascao#contact

@imaginegrouptkg If you wish, please contact me https://codecanyon.net/user/dfvascao#contact

Hello Basti

After upgrading to latest version when my payumoney is redirecting back it show an Error. And order not placed but the money is deduct from the custermer account

Payumoney Redirect To https://www.webiste.com/store/payuinit/id/114

This page isn’t working www.website.com is currently unable to handle this request. HTTP ERROR 500

Thank you

do this in the file protected/config/main.php

under the array noCsrfValidationRoutes add this

new array

'store/payuinit', 'merchant/payuinit',

Thanks it works

Hi Basti, On every page which gets info from database, I have a message “processing…” and nothing else happens.

Thanks.

hmmm where is this mate? can you provide screenshot?

Dear Basti, Can you please install it on my server? I have purchased the the item.

sure mate send me your cpanel access

email me here

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

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

cheers

some help i send you email but no response i have problem ajax in login admin

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