• 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
Nice. Check there's no 'slug' entry for the about us page. So in your database "pages" table enter "about" for the "About Us" page. That's it!
AWESOME!! That did the trick. THANK YOU!!! Are there any addons on here for the shop? besides multivendor? Wondered if there is a delivery addon?
 
I only shared the multivendor..incase I get the refund addon..I will share. Currently only two are available. Cheers
OK THANKS....i want to try and setup woo delivery or something for the shop, i see active ecsommerce has it but seems alot of messing around everyone is going through
 
IIf
OK THANKS....i want to try and setup woo delivery or something for the shop, i see active ecsommerce has it but seems alot of messing around everyone is going through

OK THANKS....i want to try and setup woo delivery or something for the shop, i see active ecsommerce has it but seems alot of messing around everyone is going through
If Active e-commerce has delivery option then it's easy to implement in the "shop" just copy the required files.
 
Check your composer.json file and replace this repository mehedi-iitdu/core-component-repository with "isaacongoma/core-component-repository": "dev-master"

Then hit composer update
I tried but it still there.
I can login and it work normally except the Setting menu will redirect to the activation page.
 
Show me your composer.json file
HERE IT IS BRO

{
"name": "laravel/laravel",
"description": "The Laravel Framework.",
"keywords": ["framework", "laravel"],
"license": "MIT",
"type": "project",
"require": {
"php": "^7.1.3",
"anandsiddharth/laravel-paytm-wallet": "^1.0",
"fideloper/proxy": "^4.0",
"guzzlehttp/guzzle": "^6.5",
"kingflamez/laravelrave": "^4.2",
"laracasts/flash": "^3.0",
"laracon21/colorcodeconverter": "1.2",
"laracon21/timezones": "1.2",
"laravel/framework": "8.*",
"laravel/passport": "^10.1.3",
"laravel/socialite": "^5.0",
"laravel/tinker": "^2.6.1",
"laravel/ui": "^3.3",
"lcobucci/jwt": "^3.4.5",
"league/flysystem-aws-s3-v3": "^1.0",
"maatwebsite/excel": "^3.1",
"isaacongoma/core-component-repository": "dev-master"
"niklasravnsborg/laravel-pdf": "^4.1",
"paypal/paypal-checkout-sdk": "dev-master",
"razorpay/razorpay": "2.*",
"spatie/db-dumper": "^2.17",
"spatie/laravel-permission": "^5.1",
"stripe/stripe-php": "7.*",
"unicodeveloper/laravel-paystack": "^1.0"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.6",
"barryvdh/laravel-ide-helper": "^2.10",
"beyondcode/laravel-dump-server": "^1.0",
"filp/whoops": "^2.0",
"fzaninotto/faker": "^1.4",
"mockery/mockery": "^1.0",
"nunomaduro/collision": "^5.6.0",
"phpunit/phpunit": "^7.0"
},
"autoload": {
"classmap": [
"database/seeds",
"database/factories"
],
"psr-4": {
"App\\": "app/"
},
"files": ["app/Http/Helpers.php"]
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"extra": {
"laravel": {
"dont-discover": [
]
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"post-create-project-cmd": [
"@php artisan key:generate --ansi"
],
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover --ansi"
]
},
"config": {
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true
},
"minimum-stability": "dev",
"prefer-stable": true
}
 
HERE IT IS BRO

{
"name": "laravel/laravel",
"description": "The Laravel Framework.",
"keywords": ["framework", "laravel"],
"license": "MIT",
"type": "project",
"require": {
"php": "^7.1.3",
"anandsiddharth/laravel-paytm-wallet": "^1.0",
"fideloper/proxy": "^4.0",
"guzzlehttp/guzzle": "^6.5",
"kingflamez/laravelrave": "^4.2",
"laracasts/flash": "^3.0",
"laracon21/colorcodeconverter": "1.2",
"laracon21/timezones": "1.2",
"laravel/framework": "8.*",
"laravel/passport": "^10.1.3",
"laravel/socialite": "^5.0",
"laravel/tinker": "^2.6.1",
"laravel/ui": "^3.3",
"lcobucci/jwt": "^3.4.5",
"league/flysystem-aws-s3-v3": "^1.0",
"maatwebsite/excel": "^3.1",
"isaacongoma/core-component-repository": "dev-master"
"niklasravnsborg/laravel-pdf": "^4.1",
"paypal/paypal-checkout-sdk": "dev-master",
"razorpay/razorpay": "2.*",
"spatie/db-dumper": "^2.17",
"spatie/laravel-permission": "^5.1",
"stripe/stripe-php": "7.*",
"unicodeveloper/laravel-paystack": "^1.0"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.6",
"barryvdh/laravel-ide-helper": "^2.10",
"beyondcode/laravel-dump-server": "^1.0",
"filp/whoops": "^2.0",
"fzaninotto/faker": "^1.4",
"mockery/mockery": "^1.0",
"nunomaduro/collision": "^5.6.0",
"phpunit/phpunit": "^7.0"
},
"autoload": {
"classmap": [
"database/seeds",
"database/factories"
],
"psr-4": {
"App\\": "app/"
},
"files": ["app/Http/Helpers.php"]
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"extra": {
"laravel": {
"dont-discover": [
]
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"post-create-project-cmd": [
"@php artisan key:generate --ansi"
],
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover --ansi"
]
},
"config": {
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true
},
"minimum-stability": "dev",
"prefer-stable": true
}
Put a comma (,) after this line "isaacongoma/core-component-repository": "dev-master" then hit "composer update"
 
Put a comma (,) after this line "isaacongoma/core-component-repository": "dev-master" then hit "composer update"
I just wondering there has no folder (comp) name: isaacongoma/core-component-repository
Are you sure we can bypass it that way?
 
Hello, how to skip license activation step?
Check your composer.json file and replace this repository mehedi-iitdu/core-component-repository with "isaacongoma/core-component-repository": "dev-master",

Then hit composer update

Afterwhich you can enter anything for the purchase code
 
  • Like
Reactions: genxer
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