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

6amMart - Multivendor Food, Grocery, eCommerce, Parcel, Pharmacy delivery app with Admin & Website 2.9.1 (Nulled)

No permission to download

Version 1.7.1 13 December 2022​

- Fixed parcel order delivery men earning related issues
- Store-wise item search issues fixed
- Fixed some pages export issues
- Social login issue fixed
- Recaptcha and zone-wise module filter issue fixed in the registration page
- Wallet and digital payment canceled order issue fixed
- Nearby stores issue fixed
- Chatting issues fixed
- Fixed some notification issues
- Fixed some other small issues

Kindly Update
 
Not Nulled, Asking for purchase code after installation when admin log in. Kindly help
Please, Log in or Register to view quote content!

Please search in App -> Http -> Middleware And modify ActivationCheckMiddleware.php

With this code:

<?php

namespace App\Http\Middleware;

use App\CentralLogics\Helpers;
use Closure;

class ActivationCheckMiddleware
{
/**
* Handle an incoming request.
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @return mixed
*/
public function handle($request, Closure $next)
{
$data = Helpers::requestSender();
if ($data['active']) {
return $next($request);
}
return redirect(base64_decode('aHR0cHM6Ly82YW10ZWNoLmNvbS9zb2Z0d2FyZS1hY3RpdmF0aW9u'));
}
}

Not
 
Kindly updated nulled version of

Version 2.0 13 February 2023​

- Complete reorganized admin panel with module-wise business operation
- Admin panel compatible with RTL and multi-language
- Tax included/excluded option
- Fixed some issues in the admin panel, user app, and web
 
Please, Log in or Register to view quote content!

Make this change in the code it will work.

It will still ask for a purchase code add any dummy purchase code and it will work

Please search in App -> Http -> Middleware And modify ActivationCheckMiddleware.php

With this code:

<?php

namespace App\Http\Middleware;

use App\CentralLogics\Helpers;
use Closure;

class ActivationCheckMiddleware
{
/**
* Handle an incoming request.
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @return mixed
*/
public function handle($request, Closure $next)
{
$data = Helpers::requestSender();
if ($data['active']) {
return $next($request);
}
return redirect(base64_decode('aHR0cHM6Ly82YW10ZWNoLmNvbS9zb2Z0d2FyZS1hY3RpdmF0aW9u'));
}
}

Not
 

Latest resources

Members online

No members online now.

Forum statistics

Threads
6,209
Messages
14,977
Members
6,596
Latest member
Eliyas
Back
Top Bottom