1026 comments found.
Please, is there a possibility for buyers to filter products or only see products from their location or products from vendors nearby?
Please, add a possibility for users to filter products from vendors nearby, or filter products by country, state, or City.
This will help buyers in purchasing only products within the vendor’s shipping location.
Thank you for your suggestion. We would like to let you know that in our system, we currently do not have the option where you can filter the vendors/products based on your current location. However, we have taken your suggestion into consideration and we would definitely look into it and see the possibilities of implementing it in future.
Regards.
My Ticket No: #6691. Waiting for reply last 4 days. kindly reply else approve my refund.
Refund request ID 51aeff3c-ca7f-41a2-8623-d1c4f8c448b9.
Our support portal was under maintenance which created a disruption. Currently, our support portal is working completely fine. You can create support ticket and get support assistance from us. We are extremely sorry for the inconvenience. We would like to request you to consider it.
Regards.
No proper reply for the ticket. send a document link only. I follow all the steps. still unable to build the apk. kindly help me. Approve my refund else I raise the dispute against the issue to codecanyon
Kindly reply to my ticket no 6250
We have replied you via your support ticket. Please follow up there.
Regards.
Author support page not opening frequently. waiting for the author reply for more than 4 days. They not ready for virtual support. I wish to lunch the project on 15th December 2024. Still my issue not resolved. Kindly approve my refund request.
Refund request ID 51aeff3c-ca7f-41a2-8623-d1c4f8c448b9
Refund request ID 5044aaf1-3b66-4c31-ad25-6a2e956d9508
Our support portal was under maintenance which created a disruption. Currently, our support portal is working completely fine. You can create support ticket and get support assistance from us. We are extremely sorry for the inconvenience. We would like to request you to consider it.
Regards.
No proper reply for the ticket. send a document link only. I follow all the steps. still unable to build the apk. kindly help me. Approve my refund else I raise the dispute against the issue to codecanyon
Hello..
1- Is there Instalment system?
2- Is there additional option for Import Update products??
Thank you for your queries. Regarding your queries, we would like to let you know that-
1.In our system, we currently do not have the option where you can pay in installments. However, we have the cash on delivery option also we have the option where you can pay later on using online payment.
2.We do not have the option where you can update the product through importing the products in the system. To update the products, you have to update the products manually. If you import the same product twice, then the product will be created twice rather than getting updated.
Regards.
Support down
This page is currently unavailable If you are the webmaster for this site, please contact your hosting provider’s support team for assistance.
Our support is currently active. Please check again and let us know if you further face any issues.
Regards.
Author support page not opening frequently. waiting for the author reply for more than 3 days. They not ready for virtual support. I wish to lunch the project on 15th December 2024. But today 14th December 2024. still my issue not resolved. Kindly approve my refund request.
Refund request ID 51aeff3c-ca7f-41a2-8623-d1c4f8c448b9
Refund request ID 5044aaf1-3b66-4c31-ad25-6a2e956d9508
We appreciate your effort in displaying all the vendors available in the system. However, in our system we do not have any option to display the available vendors of the system in a page.
Regards.
If you want I can share the code with you, I have no problem
I’m just learning Laravel
The system is excellent, I love it,
We currently do not have any plan to show all the sellers/vendors of the system to the users. However, if we plan to implement such a page in our system, we would love to contact with you regarding this. We appreciate your support in this regard.
Regards.
Our support portal is live now. Please create a support ticket at our dedicated support portal and our support team will respond you accordingly.
Regards.
Hello I want to get urgent support I made a change in the section that says roles in the database. The change I made is as follows; I translated the part that says English and into Turkish, this time I try to activate the permissions from the admin panel, but it does not approve the tick mark and I am left with a cross sign. This time I cannot access the admin panel, vendor, customer panel etc. I added a new role due to this small change you made in the database, but this time when I click on create permission. It gives a warning that there is nothing to create. I couldn’t find this solution. Can you help me?
We are extremely sorry to know that you are facing some issues regarding the role due to some changes you made on the database. However, we would like to request you to create a support ticket at our dedicated support portal on https://support.techvill.org/ with all the details and our support team will assist you there.
Regards.
When i delete any user or any data from my admin/vendor panel? why it is not deleting permanently? It is just soft deleting why? How to permanentely any data from admin or vendor panel? kindly help? my database is filled us with junks
Thank you for your queries. We would like to let you know that in our system, we perform soft delete when any user or data is removed because based on those data reports are generated. So to avoid any report from not being generated or any mismatch on the reports or in the system, we generally perform soft delete rather than deleting it from the database also.
Regards.
Google translate
Another problem is how to get rid of it is unclear.
Result.blade.php
@elseif(isset($res->records->filter_applied->categories0) && $res->records->filter_applied->categories0 != ””) {{ $res->records->pagination->total }} {{ __(‘products found in’) }} “{{ $res->records->filter_applied->categories0 }}”
filter_applied->categories
categories
ProductSearchFilter.php
public function categories($value)
{
$categoryArray = explode(',', $value);
}
$category = Category::getAll()>where('slug', $value)>first();
if (isset($category->childrenCategories)) {
$children = $category->childrenCategories->pluck('slug', 'id')->toArray();
$categoryArray = array_merge($categoryArray, $children);
$childTwo = Category::getAll()>whereIn('parent_id', array_keys($children))>pluck('slug')->toArray();
}
if (count($childTwo) > 0) {
$categoryArray = array_merge($categoryArray, $childTwo);
}
return $this->query->whereHas('category', function ($q) use ($categoryArray) {
return $q->whereIn('slug', $categoryArray);
});
result – slug
need result – name
The result of the transition by category or the result after entering into the search engine.
It is unclear why. It is filtered this way. As a result, it manifests itself in this way. Slug
Wrong decision.
How to get rid of it and how to put it on the name, and not on the link?
We are looking at the screenshot, which shows in detail what the problem is.
Ещё одна проблема, как от него избавиться непонятно.
Result.blade.php
Результат перехода по категориям либо результат после ввода в поисковик.
Непонятно почему. Фильтруется таким образом. В итоге проявляется таким образом. Slug
Неправильное решение.
Как избавиться и как поставить на наименование, а не на ссылку?
Смотрим скриншот, где подробно показано, что за проблема.
Thank you for raising your query. Based on your comment, we are assuming that you are facing some issues where you are searching for some products in the system but you are unable to search that product. If that is the case, then it is not any issue but it may have occurred due to some composer dependencies.
We would like to let you know that, our support portal is currently under maintenance break so after the support portal starts working again, we request you to create a support ticket at our support portal at https://support.techvill.org/ with all the details and our support team will assist you there.
Regards.
Google translate
A huge unacceptable problem. When changing the language. When changing the language to the one you need and deleting the languages of other languages, if you want to delete the English language, then. There is a problem. It completely stops functioning and working. We need to completely remove the English language, since we do not need it and need to install the language that we need as the main one, if you remove the English language and install the one that you need, it completely stops working. Please fix this problem, as this is unacceptable. Nobody needs English. Features We don’t need English.
Огромная недопустимая проблема. При изменении языка. При смене языка на тот, который нужно и удаление языков других особенности, если хочется удалить язык английский-то. Возникает проблема. Полностью перестаёт функционировать и работать. Нужно полностью удалить английский язык, так как она нам не нужна и нужно установить тот язык, который нужен основным, если Удалить английский язык и установить тот, который нужен он полностью перестаёт работать. Прошу исправить эту проблему, так как это недопустимо. Английский язык никому не нужен. Особенности нам не нужен английский язык.
We currently do not have the option where you can delete the English language from the system. As all the other languages in our system generates text based on the English language, we did not put the option to delete English language. You can set the English language status as Inactive so that the customer will not be able to see the English language.
Regards.
Google translate
The problem is that when you install the English language as an inactive site, it stops working, and some modules completely stop working in the admin panel. The email completely stops working, as well as SMS templates, they completely disappear and they are missing. Since it is connected with the English language, therefore it completely stops working, functioning as it should.
If you delete the English language, then it more or less works, but still the modules do not work.
Therefore, I demand to correct how the site should not be linked in English, since everyone wants their own language, not every country has English as the main language, in most cases English is Hated by most.
For example, we want to set our own language. In order for it to function as the main one, there should be no other language at all. Especially for the user, it should not be possible at all to choose only the main language of our country.
Also, the main problem is that all notifications and all any. Changes to the site occur in English, the notification is sent in English, you can’t even change it. To the language that is desirable for our country. It is impossible to change the language because To do this, you will have to rewrite the entire system and build the entire system to fit your language. Delete wherever there is a foreign language and put it in your own language, so that even the notification comes in the language that is valid in our country?
Therefore, this is the main problem, it is impossible to completely change the language. Even if you disable or delete English, English is everywhere, even the notification is in English, even if you have set another language, the notification is still in English.
There are even small details on the site, like a greeting or something in other places, even here there is English, and it can’t even be changed to another, even if you changed the language anyway, It is not present everywhere, it does not work everywhere, it functions.
Проблема заключается в том, что когда ты английский язык устанавливаешь неативным сайт, перестаёт работать, а в админке перестаёт работать некторы модули полностью. Полностью перестаёт работать емайл, шаблоны также СМС, шаблоны они полностью исчезают и они отсутствуют. Так как она связана с английским языком, поэтому она полностью перестаёт работать, функционировать так, как нужно.
Если удалить английский язык, тогда более-менее работает, но всё равно модули не работают.
Поэтому я требую исправить так, как сайт не должен привязан быть на английском языке, так как каждый желает свой язык, установить не в каждой стране, имеется английский язык, как основной в большинство случаев английский язык Ненавистный для большинства.
К примеру, мы хотим установить свой язык. Чтобы она функционировала, как основная единственным и никакой другой язык не должен быть вообще. Особенно для пользователя не должно быть вообще быть возможность выбора только основной язык нашей страны.
Так же основная проблема заключается в том, что все уведомления и все какие-либо. Изменения в сайте происходят на английском языке, уведомление отправляется английском, нельзя даже поменять его. На тот язык, который желателен для нашей страны. Невозможно поменять язык, так как Для этого придётся переписать всю систему и построить всю систему под свой язык. Удалить везде где есть чужой язык и поставить на свой язык, чтобы даже уведомление приходило на том языке, который действует в нашей стране?
Поэтому в этом и заключается проблема основная невозможно полностью поменять язык. Даже при отключении или удалении английского языка везде присутствует английский язык, даже уведомление на английском, даже если ты установил другой язык, всё равно уведомление на английском.
На сайте мелкий даже детали, как приветствие или как-то в других местах, даже тут присутствует английский язык, и это даже нельзя поменять на другой, даже если ты поменял язык все равно Она присутствует перевод не везде, действует не везде, она функционирует.
Thank you for your queries. We would like to let you know that, when you turn the status inactive for a language you will not be able to write templates for other languages. However, you can translate the templates in other languages in the system by selecting the preferred language and changing the template according to the language.
We would like to let you know that, since we have created a global product so we kept the English language as it is considered as global language. However, we have kept the flexibility of adding multiple languages as well.
Regards.
Google translate
How to check what I’m saying above clearly you don’t understand what I’m talking about
Yes, it’s elementary to check on your platform anywhere, even a demo or whatever you can view there when you turn off the main part of your English language. Will the site function? And at the same time, you need to check on different browsers.
I assure you, I have repeatedly checked that when the English language is disabled, the site completely stops working.
And I also remind you that English is not a global language, since most countries do not fully use English.
Как проверить того что выше я говорю явно вы не понимаете о чём идёт речь
Да элементарно проверьте на своём платформе хоть где угодно, хоть демо или что там можно просмотреть при отключении основной якобы вашего английского языка. Будет ли функционировать сайт? И при этом нужно проверить на разных браузерах.
Я уверяю, я уже неоднократно проверил при отключении английского языка сайт полностью перестаёт работать.
И ещё напоминаю о том что английский язык не является глобальным так как большинство странах английский язык полностью не используется.
In our system, you can not disable the English language since the other languages are dependent on this language. So, you need to keep the English language on in order to make the other language work smoothly.
If you have any other issues on that, or any suggestion on it please raise a support ticket at our dedicated support portal at https://support.techvill.org/ with all the details after the maintenance break and our support team will assist you regarding that.
Regards.
2 major features are not available?
1. Wallet Payment 2. Staff Role for Admin Dashboard.
Kindly reply
Thank you for your queries. We would like to let you know regarding your queries that-
1. We currently do not have the option where you can have balance on your wallet. Also you can further use those balance on the system. However, we would certainly give a thought to this feature of yours and see the possibilities of implementing it.
2. We currently have the option of vendor staff management where vendor can create staff and assign tasks on them. However, for admin section you can create a separate role and assign permissions to the role to work as a staff for admin. However, we will still give a thought to admin staff feature request of yours and check the possibilities of implementing it.
Regards.
The Product Short Description feature is unavailable—this is truly surprising. It is a very common and essential option, and I am unaware of any script that lacks this feature. Without a Short Description, the product page looks incomplete and unprofessional. Please take a look at how it should appear, as shown in this screenshot: https://prnt.sc/FisHoJLLVtjp
Additionally, the “Custom Field” option is almost useless and riddled with issues. When applied, it causes a 500 Error across all other products on the website. Even your demo site experiences this issue. Please check; the 500 Error affects all products.
In our system, when you do not provide the description of the product the summary will be appeared. If the product has description in it then the summary will not be appeared.
Regarding the custom field issue, we are checking on it and will be providing you a response soon.
Regards.
If I don’t write a description, in which area will the product summary be displayed? Typically, the short description is shown above the “Add to Cart” or “Buy Now” button. I’m specifically referring to this area where the short description should appear, but it doesn’t.
If you do not provide any description for a product then the short description will appear on the description section.
Regards.
Could you please explain the method for displaying the Short Description above the “Add to Cart” / “Buy Now” button to enhance the content’s aesthetics? This feature has been beautifully implemented in another script. For reference, you can check this screenshot: https://prnt.sc/FisHoJLLVtjp
Waiting for your reply!
Waiting for your reply!
In our system, we currently do not have the option to display the summary on top of the “Add to Cart” option. In our system, if you do not provide the description then the summary will be appeared in replace of the description. However, if the description is available then the summary will not be displayed.
Regards.
Hello there, I like your script, but before I decide to purchase, I want to know that, do you have available UddoktaPay payment gateway in your script? Thank you.
Thank you for your query. We are glad and honored to know that you have liked our script. Regarding your query, we would like to let you know that we currently do not have the payment gateway name UddoktaPay in our system.
However, we have taken your suggestion into consideration and we would review it on our next updates. Till then if you need it on an emergency basis, please contact our support portal on https://support.techvill.org/ for further assistance.
Regards.
This script can’t be used for selling game top-ups, mobile balance top-ups, in-game items, etc., because this script is lacking one of the main features: “Product Option.” This product field is necessary for gathering customer information such as game IDs, mobile numbers, etc. It is really a disappointment that such a nice script does not have the feature “Product Option” !
Regarding the product option that you are referring to, we would to let you know that we do not have the option at this moment. However, you can request for a customization on that.
Regards.
I have noticed that your script allows selling virtual products. However, the products I mentioned (game top-ups, mobile balance top-ups, in-game items) cannot be sold using your script. This is because such products require collecting customer details like mobile numbers or game IDs, which can only be captured through a product field. This product field is typically found within the “Product Option,” a common feature included in almost every script. Here’s an example for reference: https://prnt.sc/f7aESk5ivk9T
Your script seemed quite promising, which is why I purchased it. Although many features are missing, I assumed they might be added in the future. However, it’s surprising that such basic and essential features are absent—features that are indispensable! It’s like completing everything only to stumble at the final step. I hope you will focus on these common and critical aspects.
Thank you for raising your queries regarding this issue. We would like to let you know that, we already have an option to add custom fields where you can collect data using custom fields from different section of the product. Please check our demo site to get further information on our custom field feature.
Regards.
Your ‘custom fields’ option does not work; I’ve already checked it. This option cannot be applied to a specific product. It only works on the checkout page and applies to all products. However, not all products require such fields.
Customer information, like game ID or mobile number, is usually needed for specific products, and this field should appear just above the ‘Add to Cart’ or ‘Buy Now’ button. Here’s an example screenshot for reference – https://prnt.sc/XaOs7rD-AYI5
Due to the absence of this ‘Product Option,’ your script is not suitable for selling digital goods. I hope you will seriously consider adding this critical feature.
Thanks for raising the concern. Though we have custom field feature which you can apply to all the existing product details page. However, if you want it to be appeared for only some specific product then it will require customization.
You can make the necessary changes on the codebase regarding it yourself or you can take assistance from us regarding it if you want. To discuss more about the customization, please create a support ticket at our dedicated support portal at https://support.techvill.org/ with all the details and our support team will assist you there.
Regards.
“Product Option” is a very basic and common feature that is built into almost all scripts. This feature typically does not require a customization order. Unfortunately, it is missing only in your script.
Due to the absence of this feature, your script is not suitable for selling digital goods. For example, please check this screenshot – https://prnt.sc/f7aESk5ivk9T
I hope you will take this matter seriously and consider adding it.
We already have the custom field feature which you can add to all products. However, we currently do not have the option where you can select add a custom field for any specific product group.
We would like to let you know that we have taken your suggestion into consideration and we would definitely give it a thought.
Regards.
Your “Custom Field” option is not functional and has several issues. Applying it causes a 500 Error across other products on the website. Even your demo site is experiencing the same problem. Please check; all products are affected by the 500 Error.
Search on Google – Vendor “Resigtration” – martvill
title of this page showing wrong spelling in every martvill customer’s website. please change “Resigtration” to “Registration” in your next update…..
Thank you for pointing out these issues in our system. We would definitely like to let you know that, we are working on figuring out these issues on our system and will fix these issues soon. But we would also like to focus you that these issues does not hamper any of our functional activities.
Regards.
Presale Question: Does this platform have PWA and the MercadoPago payment gateway?
Thank you for your query. We would like to let you know that, in our system we currently do not have the payment gateways that you have mentioned. However, we can assure you that our system is completely customizable. So you can customize the script as per your wish. You can even take our assistance regarding this matter.
Regards.
Is there partial payment system available ?
Currently, in our system we do not have the option where you can pay partially for any product you purchase. Though we have option for cash on delivery and also the option to pay later if any difficulty arrive during purchasing.
Regards.
PRESALE QUESTION DDoes this product allow different vendors sell on my site or they can create a shop and their shop can be accessed on unique URLs either subdomains or main domain redirected to their created site so they operate independently?
Thank you for your queries. We would like to let you know that, in our system multiple vendors can sell their products and create shop for them also. However, the shop they create can not be access by subdomain. You can access their shop within the main domain. Though this feature is not part of our core application. However, you can request for a customization for that.
Regards.