Jump to content

ShopKing - eCommerce App with Laravel Website & Admin Panel with POS | Inventory Management v1.7

(0 reviews)

1 Screenshot

Introducing ShopKing, an innovative eCommerce application and business management solution crafted to elevate the performance of retail businesses. ShopKing offers a comprehensive suite of tools, including a dynamic Point of Sale (POS) system and intuitive applications for users, coupled with robust inventory management.

What's New in Version v1.7

See changelog

Released

Version 1.7 (19 Aug 2024)
- Customer app latest version update (flutter 3.24.0, dart 3.5.0)
- Added midtrans payment gateway
- Cart minor bug fix
- Notification minor bug fix
- Responsive minor bug fix
- Coupon minor bug fix

User Feedback

Recommended Comments

youssefDev

Members

please update the script,

version 1.8 is released

Priyanka Kumari

Members

On 10/26/2024 at 11:32 PM, Tasipur Salman said:

Please update Shopking 2.6 

 

download.jpeg

HidyBro

Members

(edited)

Here is the guide to null the script!

Step 1: Modify licenseCodeChecker Method

Replace the content of the licenseCodeChecker method to always return a successful response.

public function licenseCodeChecker($array)

{

    return (object)[

        'status' => true,

        'message' => 'License verification bypassed.'

    ];

}

Step 2: Modify withValidator Method

Remove the call to licenseCodeChecker and the related validation logic.

public function withValidator($validator): void

{

    $validator->after(function($validator) {

        $request = $validator->validated();

        $envService = new EnvEditor();

        $envService->addData([

            'MIX_API_KEY' => $request['license_key'],

        ]);

    });

}

These changes will bypass the license verification process in your application.

Edited by HidyBro

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Add a comment...