29724 comments found.
I need to insert another field in the mt_clients to identify that the client that registered is from the single restaurant – or change the social_strategy to the id of the restaurant that was registered.
For example, in the area of single Merchant, all clients leave all registers but do not classify them by each client.
This causes the error that if I want to send a Push Broadcast to the customers of a single restaurant it cannot be done because it sends it to everyone
. I think this is badly thought.
Also if the client wants to see how much customer has registered or communicate with any of it, he can not do it either.
This process is sent to all registered customers and there is no way to filter to which restaurant to send?
I understand that the single_app_merchant_id field of the data base is for this filter but it is not working or you are not using it
1. its better to create another field for this actually this is already on my update list for single app this will be available when i release the new update
btw next time post this to single app
cheers
and for the process broadcast remember we already move the settings in admin panel so the broadcast will send to all customer not per customer by merchant
“and for the process broadcast remember we already move the settings in admin panel so the broadcast will send to all customer not per customer by merchant”
The problem that I need is also for customers per restaurant.
Since if I want to send a message to the customers of a restaurant, it cannot be done, it sends it to everything on the list. Do you understand my concern?
this is not available anymore
you need to create this functions
query the records in _order table there is merchant_id and client_id in there
thank
Hi, on the merchant admin panel, paypal tab does not exist. I have allowed all access in the admin panel. Please advice. Thanks
hmmm what do you mean paypal tab?
can you provide screenshot
as the paypal is added long time ago and it should appear
Regards Basti, I am currently testing the installation of karenderia using Mapbox as a map provider, the problem is when looking for the address on the main page, since after typing 2 or 3 characters the search is lost, and when I allow you to access the location, just look for nearby public places (such as shopping centers or sales establishment), the addresses of houses or buildings do not locate them. Do you think this is a mapbox problem? Or do you think that at the code level something should be configured that allows more accurate location? Or why do you think this can happen? PS: I have tried to write the address in multiple ways, so it is not a grammar problem. and another thing I notice is that it only locates the city, the state and the country, ... but not the address.
I appreciate your answer
when doing a search the address you enter in homepage will convert to lat and long
and will do search for restaurant via lat and long so make sure your merchant has lat and long
sometimes the address you enter in homepage does not have equivalent lat and long in the mapbox api
we can confirm this by checking your site
send me the link to your site and what address did you use that has no results
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
cheers
Information sent … I remain attentive thanks!
sent
How can I change the category table in the dB to be the same for everyone? I.e. same 10 categories? Can I do that without breaking the code what will I have to alter in the PHP files? Same with sizes. ...I’m trying to load in data (merchants & menus ) straight into the database if that helps at all Thanks
sorry you mean display only 10 categories?
can you provide screenshot so i can understand it clearly?
Is there any filter to show all open restaurants at the moment?
sorry this is not available at the moment 
i still creating the algorithm for this
cause we have broken time its hard to query in on the the table 
Where the following setting is changed:
When the order says paid it is like finishing the whole process. but if I want to use a new state as for example finalized as the last step of the order. Where could I put it. Because when people make online payments the state enters as payment and does not enter the pending status on the tablet, also if you put it finished, it does not calculate or add the sale on the chart.
all online payment status will be set to paid
if you need to change it to pending then you need to modify the code
let me know what payment gateway is this so i can provide the specific file to edit
if I need to change it, but I need to save the payment history first and then switch to pedding.
please send me the code update?
it will depends on payment gateway you need to tell me first which one
example for paypal v2 you can find it in components/functionsv3.php look for function updateOrderPayment
$params_update=array(
'status'=>'paid',
'date_modified'=>FunctionsV3::dateNow(),
'ip_address'=>$_SERVER['REMOTE_ADDR']
);
Thank!!
cheers
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.) 
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/SPR4PmPah 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?
for example voucher=10%
food 1- 100$ subotal= item1-voucher =90$ delivery=5$
Total payable= 95$
the database voucher_amount = 10 but i need to get the total voucher amount discount = which is 10$ what parameter should i use? im customizing report
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.
did you purchase?
yes
from my another account
sorry but you need to use those account to ask question
i only support who actually purchase my item
sure, thanks
hello basti. how can i change or edit the value here? or maybe i wanted to remove that.
https://ibb.co/0yXHym9to 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#contactleave 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
sent
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
kindly post this to mobile app and provide screenshot
resolved thanks
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 ’’
screenshot here http://aykod-sl.com/aykod.png
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