Reacted by:
@raz0r While Installing Plugins its asking for license. I tried to enter the random value in license code its not working.raz0r updated zCart Multi-Vendor eCommerce Marketplace incevio with a new update entry:
zCart 2.17.1 NULLED
Read the rest of this update entry...

Open app\Http\Requests\Validations\PackageInstallationRequest.php and replace code:@raz0r While Installing Plugins its asking for license. I tried to enter the random value in license code its not working.
View attachment 47480
<?php
namespace App\Http\Requests\Validations;
use App\Http\Requests\Request;
use App\Rules\License;
class PackageInstallationRequest extends Request
{
/**
* Determine if the user is authorized to make this request.
*
* @return bool
*/
public function authorize()
{
return $this->user()->isAdmin();
}
/**
* Get the validation rules that apply to the request.
*
* @return array
*/
public function rules()
{
return [];
}
/**
* Get the error messages for the defined validation rules.
*
* @return array
*/
public function messages()
{
return [
'license_key.alpha_dash' => trans('app.invalid_license_key'),
];
}
}
@raz0r I Tried It after entering the random license details, the following error is observed.Open app\Http\Requests\Validations\PackageInstallationRequest.php and replace code:
Code:<?php namespace App\Http\Requests\Validations; use App\Http\Requests\Request; use App\Rules\License; class PackageInstallationRequest extends Request { /** * Determine if the user is authorized to make this request. * * @return bool */ public function authorize() { return $this->user()->isAdmin(); } /** * Get the validation rules that apply to the request. * * @return array */ public function rules() { return []; } /** * Get the error messages for the defined validation rules. * * @return array */ public function messages() { return [ 'license_key.alpha_dash' => trans('app.invalid_license_key'), ]; } }

LINK PROTECTION PASSWORD FOR THIS UPDATE
Version 2.18.0 (21 March 2025)
+ Changed PDF generation for customer invoice, transaction invoice to custom template-based solution.
+ Custom shipping label generation
+ Update Inventory information in bulk (title, quantity and price)
+ Option to hide slider when no slider image is uploaded.
+ Auction bids section added to customer dashboard
=...
Any detail? I specifically checked it and it worked.Plugin activation not working, license corrupt
great product, amazing platform hereraz0r submitted a new resource:
zCart Multi-Vendor eCommerce Marketplace - Multi-Vendor eCommerce Marketplace (Codecanyon Item ID: 22751042)
Read more about this resource...
LINK PROTECTION PASSWORD FOR THIS UPDATE
Version 2.19.0 (29 May 2025)
+ Bulk upload vendors/shops/sellers using CSV with all basic configurations
+ Bulk inventory CSV upload even when the catalog is disabled
+ Admin can upload inventories for vendors using CSV
+ Configuration to customize the vendor's "verified badge" requirements.
+ Bank name field added to the vendor's bank info
+ Message...
Open app\Http\Requests\Validations\PackageInstallationRequest.php and replace code:
Code:<?php namespace App\Http\Requests\Validations; use App\Http\Requests\Request; use App\Rules\License; class PackageInstallationRequest extends Request { /** * Determine if the user is authorized to make this request. * * @return bool */ public function authorize() { return $this->user()->isAdmin(); } /** * Get the validation rules that apply to the request. * * @return array */ public function rules() { return []; } /** * Get the error messages for the defined validation rules. * * @return array */ public function messages() { return [ 'license_key.alpha_dash' => trans('app.invalid_license_key'), ]; } }

