• 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.1

No permission to download
Alternatively you can replace this in the InstallController:

Code:
public function step3($error = "") {
        CoreComponentRepository::instantiateShopRepository();
        if($error == ""){
            return view('installation.step3');
        }else {
            return view('installation.step3', compact('error'));
        }
}

with this:
Code:
public function step3($error = "") {
        //CoreComponentRepository::instantiateShopRepository();
        if($error == ""){
            return view('installation.step3');
        }else {
            return view('installation.step3', compact('error'));
        }
}
 
  • Like
Reactions: Djobeni and genxer
Seems this script very buggy, you make edits to pages and then new errors arrive. Can you direct me on this one?
 

Attachments

  • header-blade-error.jpg
    header-blade-error.jpg
    70 KB · Views: 21
Please. i need help? After installing the shop app, I tried to log in to the admin page but unfortunately the error 419 / expired page is displayed. How to solve this problem
 
isaacongoma updated The Shop - PWA eCommerce cms with a new update entry:

The Shop - PWA eCommerce CMS - Version - V1.4

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

Read the rest of this update entry...
 
Anyone can help to nulled this?
I cannot activate after upgrade.
Thanks,
go to vendor\mehedi-iitdu\core-component-repository\src and open CoreComponentRepository.php then replace the "bad" with "good" at line 28 and it'll work like magic😉....check screenshot
doing this also skip the activation redirect everywhere including during installation at Step3
1653050402894.png
 
Alternatively you can replace this in the InstallController:

Code:
public function step3($error = "") {
        CoreComponentRepository::instantiateShopRepository();
        if($error == ""){
            return view('installation.step3');
        }else {
            return view('installation.step3', compact('error'));
        }
}

with this:
Code:
public function step3($error = "") {
        //CoreComponentRepository::instantiateShopRepository();
        if($error == ""){
            return view('installation.step3');
        }else {
            return view('installation.step3', compact('error'));
        }
}
How much for vue.js unbuild version?
 
can you help this error after upgrade 1.4
 

Attachments

  • eader-blade-error.jpg
    eader-blade-error.jpg
    76.7 KB · Views: 11
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