• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

The Shop - PWA eCommerce cms By ActiveITzone

The Shop - PWA eCommerce cms By ActiveITzone 3.0.1

No permission to download
version: 2.0 (19/12/2022)

- Club Point was introduced in The Shop.
- Sellers will now receive an email following Admin confirmation.
- Seller registration confirmation messages are now dynamic.
- Maintenance mode option has been added.
Version: 1.9 (14/09/2022)

- Social Media Sharing feature is now available in Blog.
- PayFast, Mercadapago & Authorize.Net payment gateways is now included.
- Responsive UI improvement.
- Improvements in the core functionalities.
Version : 1.8 (21/08/2022)

- Added Blog System
- Minor Bug Fixing
Version: 1.7 (04/07/2022)

- Introducing Offline Payment

For the license code enter "babiato"

Happy coding!!
Hi Fam, I have re-uploaded a nulled version of the "Shop-PWA eCommerce CMS"

For the License code, enter "babiato"

Enjoy!!!!
Version : 1.6 (15/06/2022)

- Introducing POS system

HOW TO NULL THE SCRIPT
Replace the file in vendor/mehedi-iitdu/core-component-repository/src/CoreComponentRepository.php with this code
PHP:
<?php

namespace MehediIitdu\CoreComponentRepository;
use App\Models\Addon;
use Cache;

class CoreComponentRepository
{
    public static function instantiateShopRepository() {
        // $url = $_SERVER['SERVER_NAME'];
        // $gate = "http://206.189.81.181/check_activation/".$url;
        // $rn = self::serializeObjectResponse($gate);
        // self::finalizeRepository($rn);
    }

    protected static function serializeObjectResponse($zn) {
        // $stream = curl_init();
        // curl_setopt($stream, CURLOPT_URL, $zn);
        // curl_setopt($stream, CURLOPT_HEADER, 0);
        // curl_setopt($stream, CURLOPT_RETURNTRANSFER, 1);
        // curl_setopt($stream, CURLOPT_POST, 1);
        // $rn = curl_exec($stream);
        // curl_close($stream);
        // return $rn;
    }

    protected static function finalizeRepository($rn) {
        // if($rn == "bad" && env('DEMO_MODE') != 'On') {
        //     return redirect('https://activeitzone.com/activation/')->send();
        // }
    }

    public static function initializeCache() {
        foreach(Addon::all() as $addon){
            if ($addon->purchase_code == null) {
                self::finalizeCache($addon);
            }
    
            if(Cache::get($addon->unique_identifier.'-purchased', 'no') == 'no'){
                // try {
                //     $gate = "https://activeitzone.com/activation/check/".$addon->unique_identifier."/".$addon->purchase_code;
        
                //     $stream = curl_init();
                //     curl_setopt($stream, CURLOPT_URL, $gate);
                //     curl_setopt($stream, CURLOPT_HEADER, 0);
                //     curl_setopt($stream, CURLOPT_RETURNTRANSFER, 1);
                //     $rn = curl_exec($stream);
                //     curl_close($stream);
        
                    if($rn == 'no') {
                        self::finalizeCache($addon);
                        Cache::rememberForever($addon->unique_identifier.'-purchased', function () {
                            return 'yes';
                        });
                    }
                    // else{
                    //     Cache::rememberForever($addon->unique_identifier.'-purchased', function () {
                    //         return 'yes';
                    //     });
                    // }
                // } catch (\Exception $e) {
        
                // }
            }
        }
    }

    public static function finalizeCache($addon){
        $addon->activated = 0;
        $addon->save();

        flash('Please reinstall '.$addon->name.' using valid purchase code')->warning();
        return redirect()->route('addons.index')->send();
    }
}
version : 1.5 (06/06/2022)

- Full width topbar banner
- Sticky header enable/disable option in admin panel
- Sticky header enable/disable option in admin panel
- Translations are given for custom pages data
- Responsiveness improvement on custom pages
version : 1.4 (18/05/2022)

- Twitter Login Credentials UI is updated in admin panel.
- Cache Clear button is added in header navigation in admin panel.
- Product Query feature has been added to ask about the product to seller/admin.
- Admin can set setting to show full price or price like 1M, 1B
- Paytm package has been updated to resolve older version issues.
- "Home" menu has been added in website header menus.
- Forgot password & Password Reset issue has been fixed.
- Responsiveness issue has been fixed in product description to show image/video in frontend product details page.
version : 1.3 (29/3/2022)

- OTP support added
- Login, registration with mobile/email select option
- Forgot & reset password with phone number
- OTP verfication with mobile number
- Twilio & vonage sms gateway for phone verification sms.

version : 1.2 (14/03/2022)

- The shop refund addon support added.
- Tracking information adding option for orders.
- Order updates log added.
- Customer wallet log improved.
- Minimum purchase amount added in cart for shop.
- Page title switch when going to another page.
- Language can be enabled/disabled from admin panel.
- Seller registration confirm page.
- Some minor bug fixed
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock