29724 comments found.
Many of my customers are choosing offline credit card payment over Paypal because they don’t have a Paypal account.
I’d like to change the word “Paypal” to “Pay With Credit Card Online” and “Offline Credit Card Payment” to “Call In Order.”
How would I accomplish this?
Also, where do I find the credit card info the customer enters when they choose Offline Credit Card Payment? I can’t find that info and I need it to process the card.
Thanks!
on version 3. you can simple change this on the file components/functionsv3.php and just look for the functions PaymentOptionList
thanks
AWESOME!!! Thanks!!!
cheers
again don’t change the key you can only change the value
thanks
Right. That’s what I did. Thanks for your help.
cheers 
hi basti please solve this
http://imgur.com/0rbth25can you give more info?
like is the merchant is still active? or link to your website
thanks
Hi Basti, after updating theme, I am unable to view customers profile. http://imgur.com/unsyrb4 can you help. I updated everything besides config folder
you might have missed some files please re check again
if you cannot solved this issue pm me your website and ftp access
thanks
No product add in cart , no translate cusine , no translate merchant title, and no have seo url , and try to add search by city/area ( with different minimum order per area) because some cities no have name in roads, every all i think works thnx again for support
hi mate
no product add in cart?
cuisine translation will be on next update
no translate merchant title ? what do you mean
thanks
no translate merchant title i mean must translation title as food item or others , and no have seo url , and try to add search by city/area ( with different minimum order per area) because some cities no have name in roads
i think translation for food item is already in there you just need to enabled on on language settings -> Enabled Multiple Field Translation
which part has no seo ?
thanks
Did not work here.. I uploaded everything and ran update but theme still old looking but without my config.
hi mate
you will need to replace the folder assets and protected
ofcourse you need to backup first your old files
thanks
New bug:
When you add a new restaurant and add it to the Featured Restaurants, on the front-end it shows it has a 3 start rating, but nobody has rated the website yet
hi mate
that would be impossible please check your db as it might have an old data
thanks
I did a clean install, deleted all the tables and deleted all the files. So that is why i think it is strange!
ahh you right
i forgot to add the functions ratings on homepage
$address= $val['street']." ".$val['city'];
$address.=" ".$val['state']." ".$val['post_code'];
add this line
$ratings=Yii::app()->functions->getRatings($val['merchant_id']);
take note you will have to add ; after the $val[‘post_code’]
after that update this line
<div class="rating-stars" data-score="3" />
to
<div class="rating-stars" data-score="<?php echo $ratings['ratings']?>" />
Facebook bug:
When you enable all the settings in the back-end (admin) and then go to facebook.com and then SIGN OUT.
Then the Sign in with facebook button doesn’t work. (only after you manually login on facebook.com and then come back to the website) the login works.
Extra:
I see you use Profile pictures, but can’t you when somebody logs in with facebook automatically download the facebook profile picture? Instead of customer uploading manually?
hi mate
hmm i think you are correct on fb login will do fixed on next update
will do take note of the image on facebook
thanks
On Contact Settings when i want to remove Country, Phone etc. nothing happens on the contact page.
And also if possible please make how to, step by step guide for logging in with facebook and google+
please verify again i just did a test on my end and its working fine
for creating facebook and google you can find many tutorial on web on how to set up this
will do take note and will try to add on next update
thanks
thanks
Thank you for the link, i will watch it and try by myself…
I can confirm that i can’t remove any of the Country, Phone, E-mail etc. from the Contact settings page in admin panel.
hmmm can you pm me your admin panel so i can check
thanks
and let me know once you send me email thanks
I’ve send you email with details
For facebook login are App ID and App Secret enough to function? Or i need to add some code somewhere?
i just login to your admin account and i remove the phone country, and message and you contact form is working fine
see your contact page
I checked my contact page, and nothing happened, phone, country etc. is still showing, please check
Basti, misunderstanding, i wanted to remove country on contact page located on the cover picture
– that’s why it’s better to use screenshot. So can you tell me where i can do that?
ahhhhh 
those are not picture actually is actual map you can remove those by editing the files /assets/js/store-v3.js
and remove this line
if ($("#contact-map").exists()){
dump(website_location);
map = new GMaps({
div: '#contact-map',
lat: website_location.map_latitude ,
lng: website_location.map_longitude ,
scrollwheel: false ,
disableDefaultUI: true,
styles: [ {stylers: [ { "saturation":-100 }, { "lightness": 0 }, { "gamma": 1} ]}]
});
map.addMarker({
lat: website_location.map_latitude,
lng: website_location.map_longitude ,
icon : map_marker
});
}
thanks
Hey Basti!
Great update!
Few issues:
It is showing all the restaurants that are pending/disabled etc in the search result instead of only showing the restaurants that are active. How can we fix this?
hi mate
you are correct i remove some of the code to fixed this open the file componenst/functionsv3.php and look for the functions searchByAddress and before the line$and.=" AND is_ready ='2' ";
add this line
$and.="AND status='active' ";
thanks
and you need to do the same with the functions searchGetFilter thanks
Thanks Basti! Works now.
cheers
i think am getting old i forgot to add basic functions
lol
no problem Basti! you’ve done an amazing job so far anyway.
Found another issue: See screenshot – the redeemed points are not changing the subtotal / total 
hi mate
thanks
i tried on my end its working fine not sure if i already did a fixed on my end
if you open again the docs on loyalty points
this is the line that supposed to deduct the subtotal same file as mention on the document functions.php after the /* packaging incremental/
/*POINTS PROGRAM*/
if (Yii::app()->hasModule('pointsprogram')){
if (isset($_SESSION['pts_redeem_amt']) && $_SESSION['pts_redeem_amt']>0.01){
$pts_redeem_amt=unPrettyPrice($_SESSION['pts_redeem_amt']);
$subtotal=unPrettyPrice($subtotal)-$pts_redeem_amt;
} else {
if ($receipt==TRUE){
if (isset($data['points_discount']) && $data['points_discount']>0.01){
$pts_redeem_amt=unPrettyPrice($data['points_discount']);
$subtotal=unPrettyPrice($subtotal)-$pts_redeem_amt;
}
}
}
}
thanks
Perfect – it works now. Thanks Basti!!
Also, when the search results page is resized, the layout turns from “list style” to “box style”. How can we keep it as the list style?
hi mate
did you change anything ? on the code 
oh it would be that way cause you cannot keep the same style when the screen getting smaller
oh okay, makes sense. Thanks Basti! 
cheers 
please tell me your email to send you an email for some custome changes, thank you
you can email me here http://codecanyon.net/user/bastikikang
mrudoy1 ,
you savage

basti would you be able to assist me with the facebook login? I created the app and its active.. But when i click on the facebook login button nothing happens
hi mate
someone has reported this issue
and i confirm yes it does not work
will be fixed on next update
thanks
Hello,
How leave with url amigable restaurants?
Example: In http://websitedelivery.com/store/menu/merchant/mc-teste to http://websitedelivery.com/mc-teste
Thank you.
hi mate
sorry no options for that right now
you will have to create a controller for that one
but you will have to create many controller for every merchant 
thanks
In the new version , almost all pages appear this error : http://imgur.com/x5Qd4Jf
Ignore my previous question , I’ll keep the other version , I would like to know how to have access to this page – admin/cardpaymentsettings
this is php notice turn off your error reporting on index.php add this to show only the major error
error_reporting(E_ERROR | E_WARNING | E_PARSE);
edit your admin account and tick the access Offline Credit Card Payment
Hi mate
Updated to new theme ! Few things need attention :
1. When search by address : All restaurants shows up ” Including restaurants which are SUSPENDED, BLOCKED, PENDING APPROVAL” At the same time, when click on BROWSE Restaurants, only active restaurants are visible.
2. In default view of restaurants when we browse, 3rd restaurant space is empty, rest all restaurant are placed right. In list view all is good
3. As you said earlier, I am not able to find LightBox. Has it been introduced in this update ?
Thanks Mate !!
Also, in admin login, lots of check boxes are not visible.
Also, after updating all the files and folder except Protected/Config , it shows the Karenderia logo on “mobile devices”. I have checked on different browser on mobile , It shows our logo on the website when on computer.
hi mate
1. your correct i forgot to update
my localcopy
you can fixed this by editing the files
/components/functionsv3.php
and look for the functions
searchByArea
after this line
$and.=”AND is_ready=’2’ ”;
add this line
$and.=”AND status=’active’ ”;
2. this can be fixed by little css tweaked can you send me url so i can check
3. sorry LightBox?
nothing changes on admin panel not sure if you make some edits in your admin panel
for the logo there is 2 types of logo now for desktop and mobile please check admin -> settings
thanks
add choice language button in front end
language button transfer @ top and i find when i try to add product in cart not show but i see the msg item has added in cart
will do take note
In Zip Code could you please tell me how to disable area field as compulsory because i only need zip code and city
3) And is it possible in Merchant setting to select zip codes to which a merchant want to make delivery. i am using search as address but as the address also contains zip code, i want merchant to select zip codes to choose the cities to which he want to deliver food rather that to select delivery ares.
4) And as i think you should really add this feature, example when admin want to add a restaurant as a sponsored listing , then admin should select the zip codes to which that restaurant shows as a sponsored listing in search .
if u want you can add this feature as a addon. i really need this bro.
Hi basti nice work man, can you update the time picker, especially for the mobile is just to hard than scrolling around…thanks basti
sure mate will add on it my list
thanks
Hey how can i enable this when you click on a menu item.Please it’s very urgent http://i.imgur.com/2Pu2Esp.png
i believe i have already answer you
Basti,
When someone uses Offline Credit Card, where do I get that information to process the payment? BTW…the new layout is AWESOME!!!!!
Basti, this one is really important for me. I need to know how to get the credit card info once they put it in.
you can find that on merchant panel when they view the receipt the card is not masked
I am in the Merchant Panel, looking at the receipt, but there is no card info on it.
hi mate
sorry about that i made some changes on the new theme for the credit card code i change from ccr to ocr to make it make sense
open the file modes/view-receipt.php and change this line
<?php if ($data['payment_type']=="ccr"):?>
to
<?php if ($data['payment_type']=="ccr" || $data['payment_type']=="ocr" ):?>
AWESOME!!! Thanks, Basti!!!
cheers 