Code

Discussion on Martvill - A Global Multivendor Ecommerce Platform to Sell Anything

Discussion on Martvill - A Global Multivendor Ecommerce Platform to Sell Anything

Cart 765 sales
Recently Updated

techvillage1 supports this item

Supported

This author's response time can be up to 2 business days.

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

@tgg1061 @TechvillageSupport A https://prnt.sc/In1m-UGL0OZ2 List of all sellers/ vendors, I already developed it :D

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.

https://support.techvill.org/ is down please check with hosting. My Ticket has not replied and I have limited time to complete my project.

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.

Огромная недопустимая проблема. При изменении языка. При смене языка на тот, который нужно и удаление языков других особенности, если хочется удалить язык английский-то. Возникает проблема. Полностью перестаёт функционировать и работать. Нужно полностью удалить английский язык, так как она нам не нужна и нужно установить тот язык, который нужен основным, если Удалить английский язык и установить тот, который нужен он полностью перестаёт работать. Прошу исправить эту проблему, так как это недопустимо. Английский язык никому не нужен. Особенности нам не нужен английский язык.

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.

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” !

“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.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey