The Shop - PWA eCommerce cms By ActiveITzone

The Shop - PWA eCommerce cms By ActiveITzone v3.6

No permission to download

hfx2022

Member
May 5, 2022
30
5
8
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?
 

isaacongoma

Active member
Trusted Uploader
Mar 23, 2019
130
241
43
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
 
  • Like
Reactions: ihsan786

hfx2022

Member
May 5, 2022
30
5
8
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
 

isaacongoma

Active member
Trusted Uploader
Mar 23, 2019
130
241
43
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.
 

Pokerman

New member
May 30, 2021
19
1
1
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.
 

Pokerman

New member
May 30, 2021
19
1
1
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
}
 

isaacongoma

Active member
Trusted Uploader
Mar 23, 2019
130
241
43
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"
 

Pokerman

New member
May 30, 2021
19
1
1
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?
 

isaacongoma

Active member
Trusted Uploader
Mar 23, 2019
130
241
43
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

Forum statistics

Threads
69,228
Messages
908,456
Members
237,096
Latest member
jhonwick08

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu