29725 comments found.
Hello another question, I want to update some pages, but cant find where its read the listing page .. the block item part? http://zonaenvio.com/searcharea?s=Villa+Bosch%2C+Buenos+Aires+Province%2C+Argentina&display_type=listview for example, I need to change the design of this listing page
hi mate
you can find that template in views/front/search-list-1.php and search-list-2.php
thanks, I find it but I also find some browser list, I think that old one,.
you can find the browse page in views/front/browse-list.php
Hello another question, I want to update some pages, but cant find where its read the listing page .. the block item part? http://zonaenvio.com/searcharea?s=Villa+Bosch%2C+Buenos+Aires+Province%2C+Argentina&display_type=listview for example, I need to change the design of this listing page
hi mate
you can find that template in views/front/search-list-1.php and search-list-2.php
hey basti,
i have problem with opening time please check your mail and answer it…
Thank you
reply sent
Hey Basti,
Please check your mail please.
hi mate
please wait for my reply
cheers
hi mate check again 
i asked you if you did not change the code you say you did not but when i check you did change the file functions.php 
this line $booking_time=date(‘h:i A’,strtotime($full_booking_time));
that is why the checking of time is not working 
Hi Basti is there a way I can get the link to a particular webpage for example app/restaurantname/menu or app/restaurantname/booktable instead of the default thats there now so I can link from another site. Thanks
hi mate
hmmm you can but you need to create action controller for every merchant
please check how controller works in yii
http://www.yiiframework.com/doc/guide/1.1/en/basics.controllerI need help to complete the installation. I do the 3 steps of the configuration but I can not access the administrative page of a 404 error.
Can you help me?
I was able to solve the installation problem.
Now I have a problem with language and currency management that does not open. Error 500 appears.
hi mate
send me your admin login and ftp access so i can check
email me here https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
Hello. I try to import the data I scrap, here is a problem, so I format all as your demo data , import fine.. but .. need to import them activated. for exampel , I need from at once add them to the FREE pack I create .. my question is this, can you send me wich file is doing the Data Import? so I can add more fileds to it? thank you , right now I have to go back to the siter and manually acitvate and give date to the merchant,
hi mate
sorry but what do you mean?
you can study the table _merchant
you need to fill all the fields there status and package_id if you your merchant is membership
well I finish all from Mysql.. so was much easy to add new ones 
cheers mate 
Hi basti what is the file to change checkbox to dropdown http://img15.hostingpics.net/pics/896683Sanstitre2.jpg
hi mate
the file is models/food-item.php
Hi Bastikikang, Firstable, that is a great system with awesome background coding ( Backend ). May I ask you a question about slider ? is it possible to add revolution slider to this system ? I already tried to add it to homepage however didn`t work maybe I can`t find the right file to add. could you please help me about it ?
Thanks in Advance
hi mate
thanks for your kind words 
i believe you can as the code is not encrypted
you can add your slider in the files views/store/index.php
btw you cannot add the wordpress slider you can use the stand alone rev slider
Hi below the code is for contact form i want change the country feild as drop down feild and need to add mulitple countries.
<?php $this->renderPartial(’/front/banner-contact’,array( ‘h1’=>t(“Contact Us”),/* ‘sub_text’=>$address.” ”.$country, ‘contact_phone’=>$contact_phone, ‘contact_email’=>$contact_email */ ));
$fields=yii::app()>functions>getOptionAdmin(‘contact_field’);
if (!empty($fields)){
$fields=json_decode($fields);
}
?>
<?php echo t("Contact")." $website_title";?>
<?php echo t(“We are always happy to hear from our clients and visitors, you may contact us anytime”)?>
<!hi mate
you need to change the code and add condition if the fields is = Country then display dropdown
and this is the code for the dropdown
<?php echo CHtml::dropDownList('country_code',
getOptionA('merchant_default_country'),
(array)Yii::app()->functions->CountryListMerchant(),
array(
'class'=>'grey-fields full-width',
'data-validation'=>"required"
))?>
instant of country we are planning for topics like support, sales like dropbox so give me the code and where we can replace the file please guide me asap
hi mate
you can change the file in views/store/contact.php
change the condition to this
<?php if ( $val=="message"):?>
<div class="row top10">
<div class="col-md-12">
<?php echo CHtml::textArea($val,'',array(
'placeholder'=>t($placeholder),
'class'=>'grey-fields full-width'
))?>
</div>
</div>
<?php elseif ($val=="country"):?>
<div class="row top10">
<div class="col-md-12">
<?php echo CHtml::dropDownList($val,
getOptionA('merchant_default_country'),
(array)Yii::app()->functions->CountryListMerchant(),
array(
'class'=>'grey-fields full-width',
'data-validation'=>"required"
))?>
</div>
</div>
<?php else :?>
<div class="row top10">
<div class="col-md-12">
<?php echo CHtml::textField($val,'',array(
'placeholder'=>t($placeholder),
'class'=>'grey-fields full-width',
'data-validation'=>$validate_default
))?>
</div>
</div>
<?php endif;?>
i want isntand of country i want type of contact like topics in dropdown list i will use country field or add onemore field topic customer can use like support, sales, restorent like that .. please help me asap
sorry what do you mean? if you want to modify the contact page you need to have knowledge in php this is not easy for non developers
i already give you the code about for dropdown country
Cason Delivery We are getting error website name: www.dostawaexpress.com admin access: demo / demo please help me asap
hi mate
can you give more info about the errror?
also next time don’t post your access here as everyone can read it
let me know the issue so i can check also send me your ftp access
it’s not compleating the order its showing error please create account and try some product items
there is errror in your ajax can you send me your ftp access so i can check?
also did you change anything on the code?
did you fixed this issue ?
check again you have driver app modules but you did not run the driver app update db
Hi!
Question 1: Can I change how the prices/tax are displayed when ordering? I can see alot of people asking this.
Prices in menu should be with tax. And I want to enter the menu items with the tax price.
At right side (my order) The total should be the total of all items in order. Tax row should only be showed there and not added to the total.
Like this: 1x Pizza 3.5€ 1x CocaCola 1€
Sub total {price without tax} Tax {tax} Total: 4.5€
Question 2: A Merchant does not have any online payment options, only pay cash at delivery. I can not proceed order because no payment option it says, what am I doing wrong?
hi mate
1. you can set the tax in merchant ->settings ->Tax
sorry but that is not how this works
it will be the sub total will be the based of the tax
you will need to modify the code to achieve this one first you need to add a field for food item tax
and modify the code that computes the tax in components/functions.php and look for functions displayOrderHTML
btw in your example can you give me a full example with sample tax input? so i can add this on future update
2. check the admin -> Payment Gateway Settings
To make this change in script, I understand there will be hard if there is alot of items in database allready. There is a way to achive this without break the old data. There should be a checkbox on merchant page that asks if prices are filled with or without tax. If with tax (my option would be like this), All prices saved on items has the tax applied. Then the tax entered in setup of merchant will be subtracted in cart and specified like this:
1x item 4.5€ 2x item 1€
Tax 12% = 0,66€ Total 5.5€
Is that possible? I do not want to edit the php pages, will be alot of work when update comes.
Payment gateway is working now. How can user communicate with merchant after order is placed?
you are correct cause the design its not like that you will need to change the code to achieve this one
in your example it does not make sense to me can you give more info on how do you arrive with the tax total and total ?
what do you mean communicate ? they can contact the merchant contact number? or email ?
every time merchant change the status of the order merchant have options to send email or sms to customer telling them the status of the order
Ok, sorry… I will try to explain better:
Menu item price with tax. Example from my new setup
1x Lamb Vindaloo 119SEK (Of this price, 14,28SEK tax) 1x Chicken Vindaloo 115SEK (Of this price, 13,80SEK tax) 1x Cola 18SEK (Of this price, 2,16SEK tax)
items without tax 221,76SEK Tax 12% (30,24SEK) <- Total: 252SEK (with tax)
We need to have tax amount on receipt and in the reports. If i set all items in menu without tax price, It will look cheaper than it really is. At cart there will show right information thou. I will have to use this method if there is no way to easy display the price in menu with tax.And the output I decribed to you above.
hi mate
its ok mate i just want to understand this kind of setup
i make sense to me know but how this will appear in the receipt? can you send a details screenshot on the receipt?
sorry am asking to much
i just want to understand this kind of setup
{#of items}x {itemname} {price with tax} {#of items}x {itemname} {price with tax}
Tax {tax procentage}% {tax amount} Total: {total amount + tax}
If you want I can design an image with a sample output on how I want it. Problem is I need this change on system and in app before I can set it live. I can help with whatever needed to fix this issues. Just contact me and tell me in what way I can help.
hi mate
thanks but can you give me screenshot
like on the receipt ?
that would be great
in detailed
thanks mate really appreciated
just quick question what does delsuma means? and moms?
Delsumma= “sub total” and moms = tax. The correct calculation would have 2 decimals om sub total and tax to bring correct value to the total. In some checkouts they do not write the sub total at all. They Just write:
Tax: 12%
Total: ${total amount} (from witch ${tax amount})
awesome!! thanks mate
last question on the backend is there any changes for this specially the tax?
When creating a food list (menu) it would be better to add all items with tax included. In woocommerce for wordpress there is an option in admin settings if you want to enter prices with or without tax. This has effect on all items in system. Can you add this to next version? think there is alot of people that want to show their menu with tax included on all items. Then like my prev screenshot, subtract the tax from amount instead.
noted mate cheers
Hello,
I just wanted to know if we can have the menu item images shown. It looks clean as it is, but maybe too clean. Images help sales. So right now the user has to click the plus sign to see the item and there he sess an image.
Is there a way to change that through the settings?
Thank you
Also…do you share anywhere what are your future works for this script? I wanted to have the merchants websites and apps separately while keeping all the administration and workflow the sameway. Any chances?
hi mate
you can try the different menu one of them has image go to admin -> settings -> Menu Options choose Activate Menu 1 or Activate Menu 2
for future updates it will have a options to print with thermal printer,
yes i do have plans to release an addon for that
it will be my priority after i update one of my item 
Great, the printer is a must really….nice work, thanks.
thanks and cheers 
If we need someone to work on it for custom modification could you recommend anyone?
hi mate
sorry but i don’t know someone 
Hi, question, about teh data file, I do see this restaurant_name,restaurant_phone,contact_name,contact_phone,contact_email,country_code,street,city,state,post_code,active , will this add google map dots? or can we add more like lat and long? I am using craper to get from google the info, so can build very well data file to be imported. can you tell me how thsi works? thank you
hi mate
sorry you are looking for lat and long fields? right now it saveds in options table it will be move to merchant table in future updates
yes, for example your import file has no fileds, and my data has that info , so I can add them too .. I think not hard update , right?
sorry what do you mean? your data should be match with the current tables
for example you have this .. restaurant_name,restaurant_phone,contact_name,contact_phone,contact_email,country_code,street,city,state,post_code,active and I ask if we can add 2 more fileds for lat and lgn
so when I import I have map as well created
yes you can but this will only work in your files not mine in future update i will add those as well but it should be match with the naming of the fields to mine
yes I can write my data the way it can match, but for the map? do we have the lat and lgn? I think you have it
I use google places scraper, so can get all my info and map as well
cheers
Hi Basti. I’m using Mailgun SMTP for the SMTP settings in the system. But when i click Test Mail. It shows Error.
What to do?
hi mate
does mailgun use port? if yes them make sure that mailgun port for sending email is open in your server
Hi,
i’ve buy your Karanderia script and i have a question now: How can i change the meta? For example from www.mypage.com/merhant to www.mypage.com/partner
My purchase code is: 7c1d4697-106f-4139-a85c-cd18acf17d91
Best regards
Elmir
hi mate
sorry right now i don’t advice to change the url of the merchant as it will break the code
you will need to change many reference for the link to work
i have plans for future updates to add this one
hello, basti we have some issues with karenderia multiple restaurant system codecanyon and Karenderia Order Taking App (Merchant Receiving Orders). 1. there is missing theme settings and post codes options although we have checked in user list but its still missing from admin panel. 2. we have install merchant app as you provided your documentation we have completed five steps but its not visible as you mentioned in sixth step.
hi mate
1. edit your admin account and tick the access to theme settings then relogin again to see the theme settings
2. send me your ftp access and i will fixed it for you
cheers
leave a comment here once you send it so i will be notified
Hi!
Few questions:
About payment methods: Is it correct that each merchant need to setup own stripe account to accept credit card? The commission fee will calculate in admin panel and I send invoice to merchant or use paypal to get the commission? Both merchant and me need to setup paypal to achive automatic transactions?
Image sizes The merchant logo and images of dishes gets really squeezed.. is there some information about standard size? Images in mobile is really tiny.
When ordering food Timepicker in 24h format is still showing AM and PM, is it possible to change that picker to another without it?
Whitelabel Can I whitelabel the applications for mobile phone easy or do I need something special/knowledge to make that change?
Size My merchants have not that many dishes with different size. Is it possible to remove the size from a dish and only display single price?
Third option: Eat here Is it possible to just add merchant to show a menu and then only have book table option? I have some merchants that serves plates (luxary restaurants) and do not have takeaway or delivery. We also have restrictions here so we cant deliver wine, beer and I want to add the drinks list to the menu but not possible to order them. Just browse option for customers.
Great work with the script! Really enjoying setting it up!
hi mate
there are 2 types of merchant 1. membership = this type of merchant will receive all the payments directly and they will just pay your monthly yearly for membership
2. commission = all payments will go directly to website owner or you and merchant will need to request a payout to get there earnings
image try around 500×500
you can change it via admin -> settings ->Time Picker Format
just change the logo of the mobile app that its
yes you can when you create a food item just dont’ select any size
yes you can in merchant -> settings -> Disabled Ordering?
i want to set in merchant min delivery order for example from 0-5 km from merchant 5 euro minimum order and from 5-6km 10 euro minimum order and when i have a new register in customer not receive e-mail verification the settings is correct i check them
hi mate
you can have that in merchant – > Delivery Charges Rates make sure you have a default delivery fee in merchant -> settings -> Delivery Charges
try to send email first to your email so that you will know your server is sending email you can do that in admin -> Mail & SMTP Settings -> click here to send email
and make sure you have default email sender in admin -> settings -> Global Sender email
Hello Basti, i want to ask a question, i changed the webhosting provider to another, and i upload full backup, but all merchants not apear on browse page, why? Is this a bug script or?
its not a bug mate
its how you export the database
when you export the database make sure you did not include all the view tables
and after you import make sure you run the update database example http://bastisapp.com/kmrs/update if you cannot see the word FINISH UPDATE then you have issue in your databasehow to update yii framework?
just overwrite all the folder yiiframework with the latest file you downloaded here in cc
sir i visited yiiframework but i don’t know what to do?!!! i am not a developer i bought from just 5 days why it’s not updated in the package? if there is a link to download the project with the latest framework this will be good
i downloaded composer-setup.exe to my xampp
any they require me to apply this order to update
php -r “copy(‘https://getcomposer.org/installer', ‘composer-setup.php’);” php -r “if (hash_file(‘SHA384’, ‘composer-setup.php’) === ‘55d6ead61b29c7bdee5cccfb50076874187bd9f21f65d8991d46ec5cc90518f447387fb9f76ebae1fbbacf329e583e30’) { echo ‘Installer verified’; } else { echo ‘Installer corrupt’; unlink(‘composer-setup.php’); } echo PHP_EOL;” php composer-setup.php php -r “unlink(‘composer-setup.php’);”
i don’t know where to run this order please help
hi mate
if you just download the files here in cc then your yiiframework is fine its already updated yiiframework
you cannot use yiiframework 2 cause am using version 1
hope that helps
what do you mean with cc? sorry i am new
its oke mate
cc = codecanyon 
shortcut for codecanyon
thank you my friend
i want to change the word restaurant to pastry in all fields(find restaurant ,reaturant signup’....)
how to do that?
how to remove one or more from the the advanced search (name address food cuisine)? how to allow restaurant signup without choosing any package?
hi mate
it will be better if you use php IDE such as atom http://atom.io/
you can search for a word in the entire code
to hide search option in advance search go to admin -> theme settings -> Advance search options
if you cannot find the theme settings just edit your admin account and tick the access to theme settings
enabled the commission signup in admin -> Commission Settings -> Enabled Commission? and Disabled Membership Signup?
hi mate how to change pictures i got your answer before through assets images but i want to add a picture as a banner what after downloading the picture in the folder images? how th assign it as banner or any other place on the website?
you will need to modify the templates found in views/layouts/store_tpl.php
i got inside but i didn’t understand anything e-mail to send screen shot please
urgently please
it will depends in where you will place the banner on the page
you just need to add the img tag and pointed to your picture found in assets/images
btw what again you trying to achieve change the banner image or add another banner ?
change the banner image
just replace the image found in assets/images replace it with same filename and size
how size? sure it will differ!
when you click the image you will see the details dimension : 1600×650
ok i know but i mean my new picture will not be the same 1600*650 how to modify that
its fine mate as long as its a large picture it will be fine am using parallax in the banner
thanks Basti
cheers
hi Basti when i change the word restaurant with the word pastry through atom and test the website the site appear in a bad way and there is no word appear at the up right corner(home-browse restaurant-contact-login and sign up) and most of the bottom sections disappear what is the problem?
what do you mean? can you send screenshot?
i solved was my wrong thanks Basti
but i have a question what is restaurant Slug in restaurant information what is this for?
and how to make the restaurant signup process without choosing a package? i mean i don’t want the package to be public ? the restaurant register his restaurant and enter all his details without choosing package
hi mate
the restaurant slugs is the url of the merchant example
http://bastisapp.com/kmrs/menu-mcdonaldsthe restaurant slug is mcdonalds
and for signing up without choosing package enabled the commission signup but your merchant type will be comission
ok but some merchants doesn’t have url and i can’t make saving to uncomplete data what is the solution?
i want to change from left to right on changing language to arabic does this code suitable?
<?php $dir_ar = “dir=’rtl’”; $dir_en = “dir=’ltr’”; ?>
<html lang=”<?php Yii::$app->language?>” <?php if(Yii::$app->language==’ar’) echo $dir_ar; ?> >
if yes where to put it?
what do you mean does not have url ? every merchant must have merchant slug else you cannot view it on front end the merchant slug is created automatic
you need to change it via css if you want to left to right
BASTI please your e-mail to send screen shot
css just paste the code and save and that’s it?
hi mate
just upload your screenshot to http://imgur.com/uploadsorry i cannot give you a code for the css you will need to change the template for this i did not try doing a css change for left to right
Hi Basti can i add more than one avatar to choose from? if yes how?
i want to add search by city (drop down menu to choose from? how that?
Basti i have changed some pictures in assets images and i made the same name of the deleted pic but they doesn’t appear in the website what is the problem? please reply urgently
how to disable external website on merchant panel? my website will work with the system cash on delivery and the merchants are the one who collect money so how to set my withdrawls from merchant method and time periods to collect(ex.every week)
hi mate
1. you will need to modify the files views/store/index.php
to add your own by dropdown
2.
try to hard refresh your browser 
3. what do you mean external?
this is the problem with cod there is no way the website owner can get the money since the merchant collected the money you will need to have external agreement with the merchant
or we can add a service fee in next update?
i face this issue while importing my database in go daddy how to solve?
1. you will need to modify the files views/store/index.php
to add your own by dropdown would you please give more details for this modify
and what about adding more than one avatar for coustmers to choose from?
dear Basti i am stuck here how to solve this issue? urgently please
3.Change the htaccess file if necessary. note: this will depends in your new server like example if you install the demo on a folder and you copy all the files to your new server with no folder then you will need to change your htaccess file
can’t understand this point please more details
hi mate
when you export the database don’t include view tables cause the view table is not ordinary table the view tables are the following
driver_order_view driver_task_view mobile_registered_view points_trans view_merchant view_order_details view_ratings
after you import run the update database those table will be created again
i cannot give you more details cause its not been added in the current kkms take note this is for non developers you need to have knowledge in programming
what do you mean adding more avatars?
database loaded successfly
when i loaded website folder i recive this
http://imgur.com/a/unyqAwhat is the problem
multi acatar for woman man like hat
sorry ?
i winzip the folder of the website folders and upload to html puplic in go daddy and when extract it nothing appera from the folders
just upload all the files don’t zip the files use filezilla to transfer your files
hi Basti
chfat.com is the website
when the home page open if i chose any thing in the website i have this error http://imgur.com/a/cgiRjwhen i try to log in or signup i receive error
the site is loading very slowly
my hosting is go daddy linux hosting with cpanel
what i have to do?
send me your ftp access and website
usually i don’t go with goddady almost 99% of my customer have issue with this hosting so i should stay away from this hosting
email me here https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
e mail sent
reply sent
check inbox
inbox urgently please
reply sent
why you are not replying to my e-mails? i can’t start the site working what is the solution for hosting problem?
please check your mail
the customer has bluehost does not reply back
again and again for the tenth time what is the code problem that i have to mention to godaddy?!!!!!
and in which side it affects my website?!!!!!!!!!!!!!!
reply sent
please check inbox
reply sent
inbox please
reply sent
nothing sent?!!!!!!! i want to disable external website link for the merchant page and disable social links for the merchant also how that? another issue basti in the main website page when a customer choose for example indian food and in the merchant account he can create his category how the search lead to the merchants?!!!!!! i think merchant should choose from the categories or the cuisine that i create not other else? how to solve that
urgent Basti
1. disabled external link = sorry there is no options to disabled that you can remove it manually in the file views/merchant/settings.php
2. disable social links for the merchant = there is no social links for merchant this is remove from the latest version
3. categories and cuisine is dfiferent cuisine can be defined in admin -> Cuisine while merchant can select type of cuisine in merchant -> merchant info -> Cuisine
how it comes?
it’s there in merchant panel but you cannot find that in front end
thanks basti for quick reply
1-basti first one is customer signup second is the required fields to approve the customer to be active how to fill required fields instead of the custmer?!!!!!! and i can’t press activate unless i fill this red fields?!!!!
http://imgur.com/a/TnskS http://imgur.com/a/ffRVf2-the customer e-mail doesn’t have any verification? how could he verify?!!!!
3-emails take too long time to be sent may be 2 or 3 hours is this a modification in your code? if no how to solve this issue?
waiting for your reply thanks Basti
still waiting
urgently
the website is down urgently please
inbox urgently the site is down
inbox basti urgently
the site is down for 2 days please reply
basti after adding another admin the website come down and i sent you a screen shot even backup failed to reload what is the issue?
reply sent
inbox please
reply sent
inbox
basti i sent you ftp why you are not solving my issue till now?!
would you please give any reply the site is down for a week?!!!!!
reply sent btw am not feeling well that is why i did not answer you right away
inbox please Basti urgent
reply sent
thanks Basti for great support please inbox
reply sent
inbox please
please check your inbox
reply sent
thank you Basti great support and great theme 
cheers 
urgently please inbox
thanks Basti i solved thanks for your previous support that helped me solving
Basti please check in box how to hide the 10% commision in merchant commission register that the normal users can’t see? i want the commissiion option to be available but i don’t want the normal customer know how much the commisiion is how that? and please check inbox urgently
inbox urgently please
you can remove that in views/store/merchant-signup-selection.php
reply sent
inbox Basti please
urgently please
are you there why not replying?!
can you send me again your email?
inbox
reply sent
inbox please
please basti reply to the sent email and log to the site with the user and password i gave to finish this issues
basti inbox
basti inbox
sent
inbox please
reply sent
inbox please
still waiting your reply
basti still waiting for reply inbox please
how much days more than 10 days should i wait to solve email and password issue?!!!!!!!
mate please be patience your not the only one needs help and you have ask so many question every now and then which i answer just be patience cause am supporting many buyers as well
inbox
reply sent
inbox please i sent detailed email for the issue please give a reponse
reply sent
inbox please
the site is down

reply sent
no reply sent !!!!!!!!! you sent reply saying every thing fine nothing is fine !!!!! please check and sent me solve to the issue
hey hey did you check your website? its loading fine on my end mate
inbox please i hope to solve now not waiting one more day
still waiting
mate its like every day you have problems i email you the problems its because your admin login has no permission
inbox
i haven’t change anything the site and admin features not working since your last change the site is dowwwwwwwwn
inbox
hey mate am not sure but you are making me insane why would i do such thing making your website down?
why would i do that i don’t have time for this i have many buyer to support to
maybe you edit the user i did not include the permission to user list that is why you don’t have access to user list
please and please think about it first before emailing me
i didn’t edit any thing i sent three issues in three scetions you chose the simple one and ignore the other i am thinking well i can’t change any thing in currency, language and userlist and i haven’t change any thing from 10 days the only change was yours
i didn’t edit any thing i sent three issues in three scetions you chose the simple one and ignore the other i am thinking well i can’t change any thing in currency, language and userlist and i haven’t change any thing from 10 days the only change was yours
mate just check your website
BASTI FORGOT PASSWORD FOR MERCHANT AFTER RECEIVING THE CODE AND ENTERING IT AND THE NEW PASSWORD IT SAYS PASSWORD SUCCESSFULY CHANGED AFTER ENTERING THE NEW PASSWORD IT SAYS WRONG PASSWORD
can you double check again
those are only forgot password
ok solved thanks for support
cheers
Good day Basti please check inbox urgent issue
inbox please
urgently please please check your inbox
reply sent
inbox please Basti
please inbox
would you please reply urgently to solve the security issue!!!!
reply sent
done
i want to buy your mobile app for customers
how many days i need to modify it? and should i make all the changes i made to the website or it’ll be applied automatic to the app?
i already answer this ?
inbox please
reply sent
no reply sent!!!!!!!!! i asked why the admin url not forcing https: and you answered because the url is not https !!!!!!!!! do you call this reply!!!!!! how to make the admin and merchant url force https?
i already replied if you put the htaccess i send you it should redirect your site to https else just search in google
i already applied the htaccess youe sent and www.example.com work fine and https is forced but www.example.com/admin and www.example.com/merchant are not forced
just google it mate
inbox urgently pre order issue
urgentl please pre order not working
please check inbox urgently
Bastiiiiii
are you there?! please check that issue inbox please
reply sent
reply sent asking me to be polite?!!!!!!! 6 emails ask you to login and you saying what is the problem!!!!!!!!!!! login and you will see with your eyes and realise with your brain
we are discussing this in email no need for harsh comment
check inbox please
reply sent
inbox please
please inbox
reply sent