358 comments found.
Hi Very nice script. Well in your next update please consider create categories from backend for services like (Graphics & Design, Digital Marketing, Programming & Tech, etc..)
Hello,
I will consider that in the next updates. thank you
Thanks for the replay, reCAPTCHA V2 is working but reCAPTCHA V3 is not support so please look into your next updates. 
Hi I have contacted you privately please check and let me know.
I replied.
cPanel and admin details has been sent please check your email.
I checked and replied, please see your inbox
Hi bro I replied. 
Hi! I love your script. I will like to change the .icon-business-agent fo a custom one. I kindly ask how can I change it? What line do I have to change for customizing that icon? Thank you.
Hi,
I am using custom fonticons, and I added only limited number of icons for performance purpose. I am not sure how hard or easy is to add new icons yourself.
Is there any “multivendor” feature?
unfortunately no.
I try to do an order and this error message is showed Client Authentication failed {error Authentication failed”}
it is clear message, your api keys are incorrect.
I don’t use the API for login so i don’t understand. Please tell me how to fix also privately. I wirte to you in reply now. Thanks
Hi, i wait your reply. I have contacted you privately right now. thanks
hello,
I have replied
Hello, It can be translated easy with language file or need to be translated file by file?
Hello,
1 language file, you just copy the english language folder and rename it to spanish and translate the file inside it
Can your script allow users to post and sell their own digital product?
No, only admin can sell and users can buy
Thanks for the quick response. Do you have a script that can do mult marketplace?
you are welcome, unfortunately no. but there are some script in codecanyon that do that.
multivendor is a must feature thou.
there are too many scripts in codecanyon with multivendor feature, I am not planning to add it to Microncer.
Hi,
I request to add the following:
1. Admin can add customers/users manually. 2. Admin can view Logo/Favicon after uploading 3. Live chat channel between admin & customers 4. System API 5. Purchased History, Activity Logs, Two-factor security, Ban Users, Approved Users, Custom Payment (Bank Payment) 6. Custom Footer section (Edit, Delete, Add, Customize) 7. Homepage Section (Add, Edit, Delete, Customize, Font, Color, Preset) 8. Email marketing (Send email to one user/all users or select a user) 9. Developer team & Design team (Admin can assign a task to any designer or developer). Then a designer or developer can communicate with a customer. 10. Custom form builders (admin can create more forms and assign it to login/signup form to collect more details from customers 11. Review/feedback form (admin or designer or developer can ask a customer to get feedback or review in order to improve service) 12. Service Preview (admin can preview a service before publishing or saving a draft) 13. Custom menu (Edit, Add, Delete, Customize, Hide, Show, Position)
These are my suggestions to improve this script. Hopefully, these features will be released soon.
Thanks,
Samith
Hello Samith,
I will consider those requests in new updates.
Thank you
Hello i am intrested to purchase but i have some presale question can we integrate indian currency and paytm payent gateway also rajorpay in this
you can use Indian Rupee but there is no payment methods more than Paypal and Stripe
Hi can you sell music/mp3 with the script
yes, just put the file in zip folder.
Hey,
is it planned to add a multi-vendor function in the future?
Hello,
unfortunately no plan to do that.
Would you do it on assignment for money?
I don’t mind but it will cost too much
How much?
it can exceed 150 working Hours * 30$ Per Hour
Thanks for your wonderful support and quick response times!
I noticed that when I de-activate a service (or not publish it), it disappears from the Services list. The only way to re-activate them and make them show on the list is to manually enter the mysql database in my hosting control panel and change the variable there. Once I do that (changing from 0 to 1, or 1 to 0), the active services are listed on the page.
Is there a way to view inactive services from the admin area so that they can be edited and re-published again?
Hello,
open the file : admin/services.php
at line 230 and 242
you will find :
WHERE active='1' AND deleted='0'
replace it with
WHERE deleted='0'
Also, I’d like to make a suggestion for the “Support” area of the admin. At the moment, you can reply to service inquiries and support messages via the admin side of the script, but there is no way to check the responses left by admin for each client.You can only see that you have replied and the date that you did so for each support inquiry, in addition to the original question or message that the client left. If there are lots of service inquiries, that may cause confusion for the admin since there is no data on admin responses that are visible on the script. Is it possible to enable all admin support responses to CC to admin email for later reference? Unless of course you can find a better alternative (such as saving the response on the database and displaying them)—although a CC of the response message would be enough for me in case I need to refer back to what I said to each client.
Thank you. I made the code changes as instructed for lines 230 and 242 and that worked perfectly!
Thank you for your feedback, I will consider that in next updates.
I was trying to modify the email templates. However, when I add my logo or other graphics, the image URL changes to relative links when I view the source code on the editor. I wanna keep it as specified with the full image URL. When the image hyperlink becomes relative, I get blank image files when the emails are sent/received to customer/admin.
I will check that and fix it.
by the way, I have added CC to support emails, would you review it please and tell me if it is working for you.
I just uploaded version 3 update and noticed the CC to support emails when I went to do a test support reply. Thank you so much!!! I had to go to the following folder ”/admin/include” and edited “functions.php” file on line 434 where you placed the default address. Don’t know if you had setup a different way via admin settings, but I was able to change the address manually on that file.
the default address is your email that you insert to receive incoming emails.
Is everything else good, I appreciate any feedback or suggestions.
Thank you
The CC went to “somebody@domain.com”—but it worked fine after I manually edited the functions file and replaced “somebody@domain.com” with my email address… but I just now noticed that there is an additional email address input area on the “Mail Settings” of admin. That’s great!!!
By the way, I noticed that in some mobile devices like Samsung S7, the service gallery images are 100% responsive (image file is seen at 100% ratio, same as the original image) when the services are listed on the Service pages or on the Homepage. However, when each service is clicked and viewed in its unique service description page, those gallery images are not at 100% ratio of original image. Some of the left and right portions of the gallery image files gets cut off from the view. Don’t know why it does that. Have you noticed the same in other mobile devices?
object-fit: coverto ensure that the image won’t be deformed.
for absolute/relative url problem fix in email templates editor : - I can’t release an update just for this issue, so I will include it with some other issues and release an update.
to fix that :
open the file : admin/themes/default/js/tinymce/tinymce-function.js
and replace its content with the following :
tinymce.init({
selector: ".wysiwyg",
plugins: [
"advlist autolink link image lists charmap preview hr anchor pagebreak",
"searchreplace wordcount visualblocks visualchars code fullscreen insertdatetime media nonbreaking",
"save table contextmenu directionality emoticons template paste textcolor"
],
menubar: "edit insert format table view tools",
toolbar: "undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image | preview media | forecolor backcolor emoticons",
content_css : "themes/default/css/editor-font.css",
relative_urls: false
});
Thanks for your time! I tried that, and it still converted to relative links or folder (”/images/imagename.jpg”)... However, I noticed that if I use ”//www.domain.com/images/imagename.jpg” then the editor does not auto-covert to relative and it stays as I have specified. It only auto-converts to relative when I start with “https://” on my image url. Probably a tinymce issue? I guess I don’t mind starting my image links as ”//www.” for now instead of “https://”
You are welcome, if you need further help don’t hesitate, just contact me.
Hello, downloaded this …and i installed it. But am receiving error code on the login. 500 error code. Please help my developer Malik fix this!
simsommax12@gmail.comMy ID
38a9ae90-cd18-4d20-a3d5-4dfa873c1b51
done.
I sent him an email.
which framework have been used?
No frameworks, just pure PHP
In demo website, i see only services option but where is products? Products are not displayed anywhere?
Service and product are the same, but when you add the service you have choice ( digital download ) if you choose it the service become product and you can upload file to that service and customer will download it after purchase.
I could see a notification from Codecanyon about UPDATE . Since I had updated the site using your file a day before , so now which file , I should overwrite or advise for now .
all files from update folder, just replace
One Another Issue Found : When website visited through mobile / cell phone , all the options from header i.e. signup , login , services disappears and only login icon left . Please fix this issue also.
I will consider that too.
Ok! as without signup client will not able to place order .
I am working on all bugs to be fixed as soon as possible. I appreciate feedback from customers, they help me fix all possible bugs and improve the product.
I am working now on many thing in the script and there will be an update today that fix all those issues.
Thank you.
I just updated the script . It appears login is no more working. For your reference a screen recording is attached here . https://jumpshare.com/v/bbw2s4YN4mBW5dyir9eN
I will investigate as soon as possible.
Hello,
I tested the script and everything is working good for me, the login is working very well.
I don’t know what is the problem with your installation but I can help you if you share your website details with me video records don’t help because it may be a problem with your browser or cache or any other issue with your computer (not even a server).
if you need further help please send me your website details in private message and I will support you happily.
Thank you.
Thanks for answering my questions. I purchased your script!
There is no Themes in the download, so I couldn’t change the settings (logo, sliders, etc)... which is probably why the homepage wouldn’t load and gives me an http 500 error message instead. There was a “default” folder under the “themes”—however, all it contained was a JS file. Am I missing something?
Thanks!
Hello, you are welcome.
it seems that there is a problem with codecanyon in files, I noticed that the script is missing too many files
please send me your site details in private message and I will install the script for you till codecanyon fix this issue.
I sent the updated file to codecanyon and waiting their approval, you may also send me a private message and I will send you the updated zip file till codecanyon approve it.
sorry for that 
Do I use this https://codecanyon.net/user/teedeskdev to private message you? I am assumming it is the “Email teedeskdev” section on the right sidebar? I’m sorry, I haven’t PMd anyone through this site before, so I don’t know if there’s a different method. Thanks!
exactly. the item is approved. please download it now.
if you will need any help I am here to help.
Need support For following
1. If visitor is on any other page except Home page, there is no way to see all services. As there is no link for it except the home page.
How can I add a link for all services page , next to login , signup at header?
2. There is no way to change currency in admin panel. I wanted to use my local currency INR , please tell me how can I add this new currency.
3. In services head under Admin panel , edit & delete both option are next to each other . If I wanted to edit & by mistake “delete was clicked , services will be deleted . BEFORE DELETE IT MUST SHOW A WARNING AS IN OTHER OPTIONS LIKE SLIDER. It’s very dangerous. So please consider it too.
4. Except paypal there is no other payment gateway . Please include at least 1 or 2 more options like Bank Transfer (Where we can show account details) , Custom payment option , where I can upload QR code image for wallet payment etc.
Hello,
1) to add the link to header : open the file : themes/default/header.html go to line 61 :
<ul class="right d-none d-md-block">
<li><a href="javascript:void();" data-toggle="modal" data-target="#login-modal" class="user-button" data-backdrop="static" data-keyboard="false">{$lang_login}</a></li>
<li><a href="./signup">{$lang_signup}</a></li>
</ul>
replace it with :
<ul class="right d-none d-md-block">
<li><a href="./signup">{$lang_signup}</a></li>
<li><a href="javascript:void();" data-toggle="modal" data-target="#login-modal" class="user-button" data-backdrop="static" data-keyboard="false">{$lang_login}</a></li>
<li><a href="./signup">{$lang_signup}</a></li>
</ul>
2) to add currency it must be accepted by both Paypal & Stripe
go to : admin/include/functions.php
function currencies() {
$currencies = array(
'Australian dollar' => 'AUD',
'Canadian dollar' => 'CAD',
'Euro' => 'EUR',
'United States dollar' => 'USD',
'Pound sterling' => 'GBP',
'Russian ruble' => 'RUB',
'Swedish krona' => 'SEK'
);
return $currencies;
}
add your currency and its symbol based on Paypal and Stripe standards :
Indian Rupee
function currencies() {
$currencies = array(
'Australian dollar' => 'AUD',
'Canadian dollar' => 'CAD',
'Euro' => 'EUR',
'United States dollar' => 'USD',
'Pound sterling' => 'GBP',
'Russian ruble' => 'RUB',
'Swedish krona' => 'SEK',
'Indian Rupee' => 'INR'
);
return $currencies;
}
3) where is that ?! would you please send a screenshot !
4) the script support Paypal and Stripe (Debit/Credit Card). and it is created to sell online and accept money online.
maybe in next updates I will find a way to add manual payments.
Ref 1 : The code you provided is creating one another signup option in place of All Services .
=== > codecanyon is not allowing me to put code <==== [
- {$lang_signup}
- {$lang_login}
- {$lang_signup}
Ref 3 : To replicate the issue Login to Admin panel goto services click on DELETE . Service will be deleted without any other warning popup. However it’s supposed that , it should open a popup & once I click “Yes Delete” Then it should be deleted.
<li><a href="./services">{$lang_services}</a></li>
I am reviewing the admin panel now, I will make changes and send update. I am testing everything.
Thank you for your feedback.
Hello, the delete service popup is working for me. it shows a confirmation message before deleting.
what browser you are using ? would you please send me your site details in private message to review and see what is the problem ?!!