The Shop  - PWA eCommerce cms

Nulled The Shop - PWA eCommerce cms 3.1.0 Nulled

No permission to download
Author work
Creation date
  • Featured
  • - Now Favicon can be managed by Admin.
    - Frontend search option is given.
    - Important bug fixing.
    - Club Point introduced in The Shop.
    - Sellers will now recieve an email following Admin confirmation.
    - Seller registration confirmation messages are now dynamic.
    - Maintenance mode option has been added.
    - 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 "nullproru"

    Those interested with uncompiled vue files (Extended license) can contact me.

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

    For the License code, enter "nullpro.ru"

    Enjoy!!!!
    • Like
    Reactions: codbinar
    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();
    }
    }
    • Like
    Reactions: codbinar
    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.
    • Like
    Reactions: 0micron
    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.
    Back
    Top