Code

Discussion on 6amMart - Multivendor Food, Grocery, eCommerce, Parcel, Pharmacy delivery app with Admin & Website

Discussion on 6amMart - Multivendor Food, Grocery, eCommerce, Parcel, Pharmacy delivery app with Admin & Website

Cart 3,626 sales
Recently Updated

7222 comments found.

Poderia colocar o sistema de franquias? Poderia deixar o App compatível com o drivemond?

Sir, If you want to hire us for any customization service then kindly submit a ticket here- https://support.6amtech.com/ . Our team will assist you accordingly. Thank you.

Hi Team, I can see that you guys have updated admin panel and vendor panel to V 3.6 but not other apps and i have noticed it since 3 days approx, is there issue with the updates

Sir, The admin panel version also has been updated with the current version 3.5 and currently we are working on the next update 3.6. Thank you.

The AI content generator currently only works in English. It fails to generate descriptions in French or other languages, even when asked. This is a major limitation for international users. Do you plan to fix this?

Thanks for your concern sir, we have plan for this but can’t promise any ETA right now. Stay following and supporting us sir. Have a good day.

You said you will release an update within this month. May I know when you are planning to release ?

Sir trying within end of this month but kindly take your purchase decision based on currently we have. Thank you.

Can we sell service booking process? Can we add products and services – do you have a Service selling module with Appointment so i can sell products and services ( like Painter for 1 hour Plumber for 1 hour) ? Do we have a product with inventory option plus service booking in one script

Is there a bidding/auction system for jobs, or is it only fixed pricing?

Does the admin/vendor panel have separate sections for managing products vs. services?

Does it include a Wallet, Referral system, WhatsApp integration, and live Maps tracking? Can we also book for service / product for a certain location so the global vendors wont show up

Sir, the 6amMart script is a product-based multi-vendor marketplace and does not support service booking or appointments (like hiring a painter or plumber per hour). It supports products with inventory, but combining products and services with time-based booking is not included and would require custom development. Pricing is fixed only, and there is no bidding system. The Admin and Vendor panels manage products only. The script includes Wallet, Referral system, and Live Maps tracking, while WhatsApp integration and location-specific service booking would require customization. Thanks

what we hav eseen is you have a script named – https://codecanyon.net/item/demandium-provider-app/40225047 – what we need is to integrate demandium with 6am so we can sell both physcial and on demand booking. is this something you are offering / one app to manage all

Sir, we can do this integration as a custom work for you. for that kindly create a ticket here – https://support.6amtech.com/. Thanks

I have some important suggestions for the Customer App and React Web. Currently, the UI is a bit difficult, especially for village and non-technical customers. Many users face issues in finding their required products. Most of the time, they do not want to search; they want to see products directly and purchase quickly. However, with the current UI, maximum products are not visible, which reduces purchase intent.

Strategic Plan: Design the UI to display maximum products on the home and category screens to improve visibility and accessibility.

Goal: Maximize product visibility to maximize the product purchase experience for customers.

Thank you for your valuable suggestion.

We truly appreciate you taking the time to share this idea with us. Your feedback has been forwarded to our product team for review and consideration. While we’re unable to guarantee that this feature will be implemented, suggestions like yours help us evaluate future improvements to the system.

Thank you for your understanding and continued support.

As this project is one of the best seller in this category, I am astonished to see that no customer has written here about the issue of adding VEHICLE CATEGORY. how you are managing different type heavy weight orders with a identical vehicle (eg: bike)?

I have suggested the developer team here to consider to implement adding and managing delivery man with vehicle category based on DISTANCE+MODULE+WEIGHT CAPACITY lets see do they consider this. just hopping.

Thank you for your valuable suggestion.

We truly appreciate you taking the time to share this idea with us. Your feedback has been forwarded to our product team for review and consideration. While we’re unable to guarantee that this feature will be implemented, suggestions like yours help us evaluate future improvements to the system.

Thank you for your understanding and continued support.

Hi team, I’m interested in purchasing this and wanted to share a suggestion that could add more flexibility to the platform. It would be great to give admins control over how the ordering system works they could choose to keep it as a single-store setup like it currently is, or enable a multi-store shopping experience for their customers. If they enable the multi-store option, customers would be able to add items from different stores and even different categories into a single order, making their shopping experience more convenient. This would create two distinct order types: standard orders (single store) and combined orders (multiple stores). For combined orders, the delivery driver would see all the requested stores listed together in one consolidated view, making it easier to plan the pickup route and fulfill the entire order efficiently. This feature would give admins the flexibility to adapt the app to their specific business model while offering customers a more seamless shopping experience.

Thank you for your valuable suggestion.

We truly appreciate you taking the time to share this idea with us. Your feedback has been forwarded to our product team for review and consideration. While we’re unable to guarantee that this feature will be implemented, suggestions like yours help us evaluate future improvements to the system.

Thank you for your understanding and continued support.

When can this merged product be released? In one of your responses I see you have responded like as below :

TheNinkon1 8 days ago Flag

One more inquiry Sir hope to add an Uber-like module or join Drivemond with 6ammart.

Do you have anything planned for it? and if so it will be soon or do you plan to add a new service module similar to demandium or a pay module similar to 6cash sixamtech

Sir kindly contact our support team, we already working on a merge version –

Understood, When will it get release? I want to buy it!

Can you please respond to my question? @sixamtech When will the merged product be released?

Sir no plan to release the merged version. If you need kindly open a ticket here – https://support.6amtech.com/ our business team will get back to you. Thank you.

⚠️ Issue: VAT on Admin Commission & Store Disbursement (EU / Spain)

We’ve identified a structural issue in SixamMart when operating under EU VAT rules, specifically when the platform acts as an intermediary charging a service commission to stores (Glovo / Uber Eats model).

Current behavior

Admin commission is treated as a final amount

No VAT is applied or retained on the admin service

During disbursement generation, stores can withdraw:

total_earning – admin_commission

This means the VAT portion of the admin service is effectively paid to the store

As a result:

The platform later invoices VAT on the commission

But the VAT amount has already been withdrawn by the store

The platform ends up paying the VAT out of its own margin

This makes the current model not compliant for EU countries where VAT must be:

charged on B2B services

collected by the service provider

retained and declared, not passed to the merchant

✅ Expected behavior (standard EU / Glovo-like model)

When charging a commission as a B2B service, the flow should be:

Admin commission is treated as net (base amount)

VAT is calculated on top of the commission

During disbursement, the system should retain:

admin_commission + admin_commission_VAT

The store can only withdraw:

order_total – commission – VAT

VAT:

is not admin revenue

is not withdrawable by the store

is later declared by the platform

Root cause

SixamMart currently:

Does not track VAT on admin commission

Does not distinguish between:

admin revenue (net)

admin tax liability (VAT)

Allows full earnings to be withdrawable by stores

This works for non-VAT markets, but breaks in EU fiscal contexts.

Proposed solution (addon-friendly, non-core breaking)

A clean approach without modifying core files:

Add an addon/module that:

Calculates VAT on admin commission per order

Stores VAT in a separate ledger table (audit-safe)

Intercepts disbursement generation to reduce withdrawable amount by VAT

Overrides admin/store statements to display:

commission base

VAT

total

This keeps:

core logic untouched

backward compatibility

update safety

EU tax compliance

Why this matters

Without this:

Platforms in EU lose 21% of their commission

Or become non-compliant with VAT regulations

Or must manually adjust accounting outside the system

This is a structural limitation, not a configuration issue.

If needed, I can provide:

database schema for VAT ledger

event/observer approach

disbursement interception logic

UI examples from Glovo / Uber Eats

Sir, Our current system works with that logic of the VAT/TAX feature. Thank you for your valuable suggestion.

We truly appreciate you taking the time to share this idea with us. Your feedback has been forwarded to our product team for review and consideration. While we’re unable to guarantee that this feature will be implemented, suggestions like yours help us evaluate future improvements to the system.

Thank you for your understanding and continued support.

Next update date?

Sir, We, the support team, do not have any information regarding the next update. Please be connected with us for the future updates. Thank you.

HI @Developer,

I am currently using the 6amMart system and have identified a critical limitation in the Vehicle Management logic that prevents us from operating multi-vendor stores effectively (specifically for Electronics, Hardware, or Furniture modules).

I would like to suggest a “Triple-Filter” logic update. Here is the outline:

THE CURRENT LIMITATION Currently, the system validates vehicle uniqueness based strictly on Distance Range. - The Constraint: If I add a “Bike” for 0–5 km, the system blocks me from adding a “Truck” for 0–5 km, citing an “Overlapping” error. - The Problem: This assumes distance is the only factor. However, for an Electronics store selling both a USB Cable (0.1kg) and a Refrigerator (60kg), we need different vehicles for the same distance.

PROPOSED SOLUTION We need to change the vehicle selection logic from “Distance Only” to: Logic: Vehicle Selection = Distance + Module + Weight

This change allows multiple vehicle types to overlap in distance (e.g., 0–5 km) as long as they serve different Modules or different Weight Capacities.

REAL-WORLD USE CASE Scenario: A customer orders from an Electronics Store (3 km distance).

—Case A: USB Cable (0.1 kg) Current Result: System forces Truck (High cost) OR fails if only Bike exists. Proposed Result: System assigns Bike (Fast, Cheap).

—Case B: Refrigerator (60 kg) Current Result: System assigns Bike (Rider rejects order) OR fails. Proposed Result: System assigns Truck (Correct capacity).

kindly consider this.

Thank you for your valuable suggestion.

We truly appreciate you taking the time to share this idea with us. Your feedback has been forwarded to our product team for review and consideration. While we’re unable to guarantee that this feature will be implemented, suggestions like yours help us evaluate future improvements to the system.

Thank you for your understanding and continued support.

I installed admin panel on my site and worked fine for some minutes,but after some hours,the database did not found,may be removed by authors and this illegal action, i already have license and what is the aim of this ,and i submitted ticket to authors and no response,

Sir, If you are facing any technical issues then kindly submit a ticket here- https://support.6amtech.com/ . Our team will assist you accordingly. Thank you.

There is a cros issue in flutter web app, most of the images are not loading, browsee blocking it, it has no solution, I have already raised ticket for this, but iasue not resolved

I alao has goffesh, but in gofresh there does not have any cros issuse in web flutter app

Sir, If you are facing any technical issues then kindly submit a ticket here- https://support.6amtech.com/ . Our team will assist you accordingly. Thank you.

Hello 1- Could you please allow admin to define the cashback percentage for each store in the admin panel?

2- Store owners cannot edit or modify their location in the seller app. Could you please fix this?

Thanks for your feedback sir, we noted these and will forward to our product team. Have a ncie day sir.

hello, 1) Can you please add the functionality of Multi-Branch for Vendors since some vendors have multiple branches at different locations. Like MacDonald or Starbucks 2) Can you add surge pricing feature for Lunch time, Night-time, weekends and holidays set by Admin in %(percent) or amount 3) Can you please develop a ride sharing module for 6ammart as add-on with affordable price?

Thanks for your feedback sir, we noted these and will forward to our product team. And for now we don’t have any plan to add ride sharing module in this 6amMart. Have a ncie day sir.

When can this merged product be released? In one of your responses I see you have responded like as below :

TheNinkon1 8 days ago Flag

One more inquiry Sir hope to add an Uber-like module or join Drivemond with 6ammart.

Do you have anything planned for it? and if so it will be soon or do you plan to add a new service module similar to demandium or a pay module similar to 6cash sixamtech

sixamtech 3 days ago Flag

Sir kindly contact our support team, we already working on a merge version – https://support.6amtech.com/ Thank you.

One of minor request since long . script recommenced product image size 1:1 means square format , support it is 10001000 but in app product image only shows 8001000 means full image not showing . Kindly make image format to square in app also

Thanks for your feedback sir, we noted these and will forward to our product team. Have a ncie day sir.

1.Please Everyone Request for Call Kit features in Background order alert. There should we smooth System for Order notification for vendors and Deliveryman. also none of them get alert for Order Cancellation. This is the most required features since it has been developed. the other provider like Tagxi, Restart are already having best background system for order alert. But we know 6ammart have best logical edges. an alert system will improve it better. its very important for running a business seamless. 2. As you have promised that you gonna bring a Voting system for upcoming Updates please bring it ASAP.

Thanks for your feedback sir and we are trying our best to introduce feature voting system ASAP.

Only B2C enabled for e-commerce ,there is no B2B features for entrepreneurs like us. Please do something quickly

Thanks for your feedback sir, we noted these and will forward to our product team. Have a ncie day sir.

In AI Open AI ( ChatGPT) is incorporated , it is paid, Please incorporate Gemini because it is free and will be helpful for startups. And also consider attach Brand name to the product details , so that is should be shown on product page, At present it is a separate part and limited functionality, please add to whole product detail. Please also make a provision or option in admin whether to show store mobile no on store or not, At present it is not showing. A lite change will work for all, Thanks

Thanks for your feedback sir, we noted these and will forward to our product team. Have a ncie day sir.

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