Laravel Marketplace Order Accept
Laravel Marketplace Order Accept Module is a component in an e-commerce or online marketplace system that handles the acceptance of orders by sellers.
- Fetch new or pending orders placed by customers.
- Allow sellers to accept or cancel orders from their order dashboard.
- Customer, Seller, and Admin receive email notifications when an order is accepted.
- Customer, Seller, and Admin receive email notifications when an order is canceled after TAT expiry.
- Admin can enable or disable notifications for Customer, Seller, and Admin separately.
- Admin can set a global Turn Around Time (TAT) for sellers to accept orders.
- Admin can set a custom Turn Around Time (TAT) for individual sellers.
- Orders that remain unaccepted beyond the configured TAT are automatically canceled.
- Enable or disable the option for sellers to cancel orders after acceptance.
- Sellers cannot generate invoices or shipments until the order is accepted.
- Automated cancellation of pending orders through a scheduled command.
- Customer can track the order status from their account panel.
- Description
- Reviews
- FAQ
- Customers ()
- Specifications
- Cloud Hosting
- Changelog
Laravel Marketplace Order Accept Extension is an add-on to the Marketplace extension. This extension allows sellers to accept or reject orders within a specified time set by the admin.
With this feature, sellers can easily manage their orders by setting clear time-based boundaries for acceptance. If the seller does not respond within the allotted time, the order is automatically canceled to ensure that customers aren’t left waiting and to maintain an efficient order processing workflow.
Note -This module is an add-on of the Marketplace Module. To use this module, you must have Laravel Multi Vendor Marketplace installed first.

Highlighted Features of Laravel Marketplace Order Accept
Enable/Disable Module
The admin can enable or disable the Laravel Marketplace Order Accept module anytime from the backend.
Order Notification Settings
Admin can enable or disable order notifications for customers, sellers, and themselves.
Set TurnAround Time
Admin can define the TurnAround Time (in days) after which the order will get auto-cancelled if not accepted.
Seller Order Approval
Sellers have the ability to accept or cancel customer orders based on availability or other criteria.
Why Do We Need Laravel Marketplace Order Accept?
Laravel Marketplace Order Accept is needed to give individual vendors control over their part of a customer’s order. In a multi-vendor marketplace, it allows each seller to review, confirm, or reject orders before processing.
This ensures accurate inventory handling, reduces fulfillment errors, supports partial order management, and improves communication between sellers, customers, and admins.
Also, if you are looking for an extension that allows the customers to return and replace the products that have been ordered by them by creating an RMA request, then checkout Laravel eCommerce Marketplace RMA extension.
Module Configuration
You can easily configure this module. To do so, go to Admin Configuration and click on OrderAccept. From this section, the admin can manage all the available functionalities.
- Enable or disable the module.
- Enable Notify Admin for order notification.
- Enable Notify Customer for order notification.
- Enable Notify Seller for order notification.
- Enable “Cancel After Accept” option.
- Set TurnAround Time (TAT) in days.

Accept or Reject Order
Once the customer places an order, the seller has the option to accept or cancel the order as per stock availability or other factors.
- Seller can accept the order.
- Seller can cancel the order.

Accept Customer Order
If the seller accepts the order, they can proceed to complete the order operations like invoice creation and shipment.
- Can create invoice.
- Can create shipment.

Cancel Order
The seller can cancel the order manually, or the system will auto-cancel it after the turnaround time (TAT) set by the admin.
- Seller can cancel the order.
- Order is automatically canceled after the set TAT.

Support
For any issue related to this module, please create a support ticket or send an email to [email protected]. You may also check our quality Bagisto Extensions.
Specifications
Frequently Asked Questions
Move to Cloud Today
AWS Free tier hosting for one year by amazon web services, for more details please visit AWS Free Tier.
GCP Free tier hosting for one year with 300 credit points by google cloud platform, for more details please visit GCP Free Tier.
Azure free tier hosting for one year with 25+ always free services, for more details please visit Azure Free Tier.
In our default configuration we will provide tremendous configuration for your eCommerce Website which is fast to load and response.
Default Configuration Details of Server
- 1 GB RAM
- 1 Core Processor
- 30 GB Hard Disk
- DB with 1 GB RAM and 1 Core Processor
* Server Configuration may vary as per application requirements.
Want to know more how exactly we are going to power up your eCommerce Website with Cloud to fasten up your store. Please visit the Cloudkul Services.
Get Started with Cloud- Features
- Bugs
- + Compatible with Bagisto v2.4.4
- ! Fixed the slugs passing across all module functionality.
- ! Fixed the seller datagrid to show in no seller cases also.
- + Added filtering via acceptance status across datagrids in admin as well as seller panel.
- + Added all the updated 22 lang files to module.
- + Enhancement: Mail dispatching when order is accepted by seller.
- ! Fixed the TAT visiblity by injecting it after setting form at admin panel.
- ! Fixed the updation of TAT in marketplace_sellers table.
- ! Fixed rejected and canceled status in seller_payout_status and acceptance_status.
- + Added migration to accept multiple acceptance status previously which was only for accepted.
- + Fixed the routes changed according marketplace for orders, transaction and payment requests.
- + Compatible with bagisto version v2.2.2
- + Order status updates correctly for customer and admin after seller cancel.
- + Fixed exception on seller's Accept button click.
- + Accept button now disables after TAT expiry.
- + Fixed default seller TAT issue preventing admin TAT application.
- + Cancel button now hides after order cancellation via command.