What's new
  • The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked! For more information about rules, limits, and more, visit the Help page.
    Found a dead link? Use the report button!
zCart Multi-Vendor eCommerce Marketplace incevio

NULLED zCart Multi-Vendor eCommerce Marketplace incevio 2.19.0 NULLED

@raz0r While Installing Plugins its asking for license. I tried to enter the random value in license code its not working.

View attachment 47480
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'),
        ];
    }
}
 
raz0r 's signature
Reacted by:
  • Like
Reactions: WhiteAngel
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'),
        ];
    }
}
@raz0r I Tried It after entering the random license details, the following error is observed.
1746533220612.png
 
Reacted by:
raz0r updated zCart Multi-Vendor eCommerce Marketplace incevio with a new update entry:

zCart 2.18.0 NULLED

🔑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
=...

Read the rest of this update entry...
 
raz0r 's signature
Reacted by:
raz0r updated zCart Multi-Vendor eCommerce Marketplace incevio with a new update entry:

zCart 2.19.0 NULLED

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

Read the rest of this update entry...
 
raz0r 's signature
Reacted by:
It's a really good script, I've already used that for testing, but the counter part is that it has plenty of configuration features... I need to study the script more to understand better. Thanks for sharing.
 
Reacted by:
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'),
        ];
    }
}

@raz0r Its asking for license while activation of plugins. please check

1755957683989.png

1755957779182.png
 
Reacted by:
Top