29717 comments found.
Hello Basti! I’m in Brazil and I find your solution incredible! Certainly the best on the market. I need you to tell me the best server configuration for the system to run with a great performance. Thank you dear. My name is Ana.
hi mate
thanks for your kind words
in my demo bastisapp.com/kmrs am using a2hosting vps
which is very reliable server 
you can try also bluehost but i recommend a2hosting and choose the server which is near from your country
I mean the setup. Example MB, Core, GB, etc.
mate thanks for your effort, I am not asking for this particular problem . But I am asking which all files I have to Upload like Components Folder, etc etc Please tell me which all folders and files I have to uploaded for making all my files a updated one
hi mate
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
update your assets folder and your protected folder except for protected/config folder
follow the step 2 for updating main.php
Where to find & edit the database connection to my database old connection ??
in your config/main.php
example
'db'=>array(
'class' => 'CDbConnection' ,
'connectionString' => 'mysql:host=localhost;dbname=restomulti',
'emulatePrepare' => true,
'username' => 'root',
'password' => '',
'charset' => 'utf8',
'tablePrefix' => 'mt_',
),
Mate , I want to know what all folders i need to update . As I want to update all files which ever u have updated latest . Please
already answer your in your other comment
Hi Mate , pls tell me the file or folders i need to update or overwrite the files Please guide me ASAP
download the latest file here in cc
open the file components/ScriptManager.php and look for
$cs->registerScriptFile($baseUrl."/assets/vendor/markercluster.js"
,CClientScript::POS_END);
and you need to copy the files vendor/markercluster.js in your server
Razor pay Gateway is not showing in the order taking app(only cod,pay on delivery)
hi mate
its because razor pay is not yet available in web only in mobile app
yes but when checkout there is no razor pay show in the app
there should be
please verify
if your merchant is commission the settings for that can be found in admin -> razor pay
if your merchant is membership you can find the settings in merchant panel -> razor pay
make sure the razor pay is enabled in admin -> Payment Gateway Settings
i want to add paytm integration can u help
sorry mate but am not available 
hello basti
i already checked ,also i enabled the setting but still its not showing in the mobile app
hi mate
it should be
send me your admin login and the name of the merchant you are trying to do the order so i can check
btw again razor pay is not available in web only in mobile app
ok pls give your mail id so i can send
leave a comment here once you send it so i will be notified
Presale: What printer/s are compatible (bluetooth etc?)
it will be compatible to any printer but the development is required for that
right now i already ordered 2 thermal printer just waiting to arrive so i can do a test
cheers
excellent, hopefully it will be compatible with most wireless/bluetooth thermals…
it will be
i will post it on the description once i have fully test the printer
Hi, Is there the option of having a webservice, restful, apirest … to connect karenderia with other software on other servers? Thanks
sorry right now there is none only mobile app has restful api available
Thanks, I don´t need a restful api for mobile, my other software is php. Thanks again. But, could you tell me… I need send the order and client data (by post method) to my other Database (on other server). Something like that: $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, “urlToOurApi”); curl_setopt($ch, CURLOPT_HEADER, false); curl_setopt($ch, CURLOPT_POST, true);
In what php (karenderia) I have to put the code?
hi mate
sorry but am confuse what are you trying to achieve?
Excuse me, but my English is not good. I´ll try again. We have an ERP, and we need to transfer, in real time, some of data of karenderia. For example, if an end user make a shopping, we need all data to transfer to our ERP at the same time the purshase has been made. I see than in ExternalServices.php (karenderia), in line 499, the order is inserted in mysql.
hi mate
ok you will need to create api for that first in your ERP there should be a api that should be called once there is new order
and you can simply add the calls in components/ajaxadmin.php on the functions placeorder functions
don’t use the ExternalServices.php 
Ohhh, Thanks mate. I’ll keep you informed. You’ve been very kind
Hi, mate. I added a field in item and subcategory_item tables. This field is called ID_CLICKT_PRODUCT (varchar). For my api, I need to send this data. In our ERP We consider items and addons as products. Then our system separates them when it reads the ID_CLICKT_PRODUCT. I know that ‘json_encode($order_item)’ has all information about the cart but i can´t separate all objects ok. I need to send to my ERP something like this : [{item_id”, clickT_id”, clickT_id”, clickT_id”, clickT_id“},....
I know that I have to read my karenderia DB to extract idClickT_product data. Please, could you give me some suggestions on how to extract all this data from ‘json_encode ($ order_item)’. Thank you
use json_decode to decode the json it will return as array 
please i am presently having issue with the link on the menu side of the admin area some of them once i click on them the page comes back blank link like:
sponsored listing order status custom page contact settings social settings manage currency manage language paypal settings stripe settings mercadopago settings sms settings sms package user list all the link under reports i have mail you the admin login plus the ft access
hi mate
check again your admin panel it was your server php version its very old
your server php version is PHP Version 5.2.17
hi mate
these library is already fixed on the latest version i think you still using the old version i already remove this library and use a local library instead
as you can see in the latest version in the file components/Scriptmanager.php
$cs->registerScriptFile($baseUrl."/assets/vendor/markercluster.js"
,CClientScript::POS_END);
Hi,
Couple of items. Let me know how to fix.
1. I have added my google api key. I have enabled Google Maps Distance Matrix API, Google Maps Geocoding API and Google Maps JavaScript API. I am still getting an error “Oops. We’re having trouble finding that address. Please enter your address in one of the following formats and try again.” Though I am using correct location, city in search
2. a) I am not able to change homepage banner image. I over wrote the both banner.jpg and b-1.jpg in assets/images folder, still not able to see the new banner. b) How can I add multiple images (slider) on homepage c) I also want to change the banner for restaurants signup page. Which image to replace for that?
hi mate
check the following
NO. 1
1. make sure you have google api key set on admin settings -> google api key
2. make sure your merchant has lat and long
3. make sure your merchant status is active
4. make sure your merchant is published
NO. 2
if you replace the image in folder assets/images and it does not change it means the image is cache in your browser you need to hard refresh your browser and for changing the homepage with banner you will have to modify the files views/store/index.php
thanks
api to enabled are the following
Google Maps Distance Matrix API
Google Maps Geocoding API
Google Maps JavaScript API
Google Places API Web Service
Google Maps Directions API
Google Places API Web Service
I can’t find the option for “Theme settings” on the Admin page. There is also no option visible on the admin page for “access to theme settings” flag to set it on…Let me know how to make changes…
Hi,
I have both the back end website and the mobile app.
I’m trying to setup the server for integrating the mobileapp and I am following the instructions.
But I have a problem, when I try to open the link from the admin menu or use the URL http://www.mysite.com/restomulti/mobileapp a get an empty page no error.
I checked the installation documentation and previous comments but could not find any info.
Can you tell me how to fix it.
I can see the addons menu, when click I get page is not working (http error 500).
Thanks.
hi mate
if you cannot find the theme settings in admin panel you need to edit your admin account and tick access to theme settings then relogin again
send me your admin login and ftp access and i will fixed this for you
leave a comment here once you send it so i will be notified
I have emailed you an issue regarding parsing package error on mobile app. Pls check and reply.
already replied 
Hi Basti.
Today witch is loose here.

Look at the white stripe that is appearing in the header. It’s the second made that happen.
https://1drv.ms/i/s!AhQKJgFved6mjgAi9mGDzVkBPcJ3I’ve given you guidance. Change Brazil to Brasil in CountryCode.php file.
Then the site stayed that way.
Help me.
If I set to language bar position bottom the band does not appear.
But if I put it at the top the band is present.
How to solve?
hi mate
can you send me your website url and ftp access so i can check?
cheers
Information already submitted.
reply sent
Hi Basti. I did not receive the answer.
I have verified that the site is normal. Many thanks Basti.
cheers
Basti, I still have people whom are able to process their order with only a city and state rather than a full address.
hi mate
sorry what do you mean? when they do a checkout?
on checkout street,city state and required
can you call one of them and confirm how they do the checkout? cause the fields is mandatory
Hi BAsti.
I could not translate the popup messages. Example: lang [“Successful”] = ” ”;
Hi BAsti.
I could not translate the popup messages. Example: lang [“Successful”] = ” ”;
hi mate
add this in your current language
$lang["Successful"] = "Your translation here";
if does not fixed can you let me know where is this?
Hi Basti. I was updating the translation file and testing the site. When the backgroud disappeared and the links stopped working.
Please help me. I am two weeks of the official launch.
Look:
https://1drv.ms/i/s!AhQKJgFved6mjX82lbV7y4oUhe-QI uploaded a new translation file and it worked again. Ooopsss.
Tks
Hi BAsti.
I deleted the Portuguese language in an attempt to solve the previous problem. So I lost all the translation I had made in the mobile app.
Is there any way to recover?
hi mate
sorry which one the language file or in the backend?
if on the language file sorry if you delete it you cannot recover it
did you move to another server?
those language is saved in the database
i think its because your server limitrequestbody
I did not change server.
I delete the Portuguese language option in admin. Then I created the language again, but the translation of the mobile disappeared.
If this data is in the database can I recover?
hi mate
can you check the table _options and look for option_name = mobile_dictionary
btw this is mobile app correct? next time post your question in mobile app sections
ok did you delete some of your language file?
try to have a 1 language for the mobile app maybe your server cannot handle longer post
I have a filter error by sellers on the side
“Store.js? Ver = 3: 1670 Uncaught ReferenceError: empty is not defined (...) research_merchant store.js? Ver = 3: 1670 (anonymous function) store.js? Ver = 3: 1250dispatch jquery-1.10. 2.min.js: 5v.handle jquery-1.10.2.min.js: 5trigger jquery-1.10.2.min.js: 5 (anonymous function) jquery-1.10.2.min.js: 5each Jquery-1.10.2.min.js: 4each jquery-1.10.2.min.js: 4trigger jquery-1.10.2.min.js: 5callbacks icheck.js: 506on icheck.js: 409operate icheck. Js: 350 (anonymous function) icheck.js: 270dispatch jquery-1.10.2.min.js: 5v.handle @ jquery-1.10.2.min.js: 5
Store.js? Ver = 3: 2864 d3 ”
Each time I click on an item to filter appears this and if I search by name it refreshes the page more does not filter the result.
hi mate
hmmm sorry but i don’t see this error on my end can you let me know what is your server ulr so i can check?
Good Morning, The problem of the search has been solved, I now have the following problem, when I arrive at the page “http://verduralivre.ml/store/menu/merchant/budguinha” where I choose the product options, when I click on finalize the purchase the page is Redirected to “http://verduralivre.ml/checkout/” where it gives a 500 error, the correct one was to fall in the url “http://verduralivre.ml/store/checkout/” that works normally.
hi mate
i think you did not update the main.php
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
Good Morning,
I updated the file as informed and after this the whole site was returning error 500, the whole site stopped working including the administrative panel and the seller.
double post
Hello,
yes i have try to setup your first script to my local webserver.
But there is bug in readymat script when you Create Add new in Merchant list then its given an errors ‘Package id not found’.
so you can not able to create merchant at the end.
that is not a bug mate 
create a package first in admin -> Packages
Hi. I’m looking for ways to create menus for customers that allow them to choose, for example, only three ingredients added to a product. For example: Family Pizza three ingredients. choose: Oil, bacon, curry, arlic, yogourt, tomato, bbq sauce ….. In this example, the client can only choose three ingredients. Is this possible? Thanks
Sorry, I found it. Thanks
glad to hear that mate cheers
M getting this error due to which the delivery charges has been affected .. Kindly suggest it please …please chek my website www.orderplz.in , when i checked through inspect element option in Google Crome , I found that google map api is showing some error .
Failed to load resource: the server responded with a status of 404 (Not Found) store.js?ver=3:6 dd-mm-yy store.js?ver=3:6 plotMap store.js?ver=3:6 onBeforePageLoad store.js?ver=3:6 onAfterPageLoad store.js?ver=3:6 plotMap http://khm0.googleapis.com/kh?v=708&hl=en-US&&x=16382&y=16383&z=15 Failed to load resource: the server responded with a status of 404 (Not Found) http://khm0.googleapis.com/kh?v=708&hl=en-US&&x=16384&y=16383&z=15 Failed to load resource: the server responded with a status of 404 (Not Found) http://khm0.googleapis.com/kh?v=708&hl=en-US&&x=16382&y=16384&z=15 Failed to load resource: the server responded with a status of 404 (Not Found) http://khm1.googleapis.com/kh?v=708&hl=en-US&&x=16385&y=16383&z=15 Failed to load resource: the server responded with a status of 404 (Not Found) http://khm1.googleapis.com/kh?v=708&hl=en-US&&x=16385&y=16384&z=15 Failed to load resource: the server responded with a status of 404 (Not Found) store.js?ver=3:6 onBeforePageLoad store.js?ver=3:6 onAfterPageLoad store.js?ver=3:6 plotMapPlease check and Guide me ASAP have sent you a screen shot also in your gmail account
same issue with your files your server files is not updated
hi, has it chinese version?
hi mate
you can just translate it to chinese 
Hello,
yes i have try to setup your first script to my local webserver.
But there is bug in readymat script when you Create Add new in Merchant list then its given an errors ‘Package id not found’.
so you can not able to create merchant at the end.
double post 