• 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"

Active eCommerce CMS By ActiveITzone 23471405

Active eCommerce CMS By ActiveITzone V8.6

No permission to download
I Need the Database with demo content......

Can anyone Help me.... its too Hard to create cat/subcat/sub subcat/ brand one by one...
Thanks...
 
Changelog:
- added documentation folder in install
- Fixed definition and use of Str class

Edit: in the left is the new version 2020-08-03 20_48_51.png

All changes are related to Illuminate/Support/Str class and use from str:: to Str::
Have this fixed payment page error 500 issues?
 
hello, I try to install but I can go forward because ask me codcanyon code
 
3.1 Small Patch

Changelog:
- reverted changelog of August 3rd
- this version is identical with the one released on July 31st

Expect more patches in the next days
 
3.1 Small Patch

Another issue I found is that if you type & sign it doesn't show on frontend.
so eg. If you have a category named Fitness & Health, it will show on frontend as Fitness Health. The & sign will not display.
 
I was able to bypass ADMIN redirect and clean installation if you need help regarding the installation contact me.
Now to fix the problem with admin redirection you need to go to

/public_html/vendor/mehedi-iitdu/core-component-repository/src/CoreComponentRepository.php
and change

"
protected static function finalizeRepository($rn) {
if($rn != 'nice') {
return redirect('https://activeitzone.com/check/')->send();
}

"
to
"
protected static function finalizeRepository($rn) {
if($rn != 'nice') {
return redirect()->route('admin.dashboard');
}
"

This is the quickest way ;)
 
I was able to bypass ADMIN redirect and clean installation if you need help regarding the installation contact me.
Now to fix the problem with admin redirection you need to go to

/public_html/vendor/mehedi-iitdu/core-component-repository/src/CoreComponentRepository.php
and change

"
protected static function finalizeRepository($rn) {
if($rn != 'nice') {
return redirect('https://activeitzone.com/check/')->send();
}

"
to
"
protected static function finalizeRepository($rn) {
if($rn != 'nice') {
return redirect()->route('admin.dashboard');
}
"

This is the quickest way ;)
Thanks mate
 
I was able to bypass ADMIN redirect and clean installation if you need help regarding the installation contact me.
Now to fix the problem with admin redirection you need to go to

/public_html/vendor/mehedi-iitdu/core-component-repository/src/CoreComponentRepository.php
and change

"
protected static function finalizeRepository($rn) {
if($rn != 'nice') {
return redirect('https://activeitzone.com/check/')->send();
}

"
to
"
protected static function finalizeRepository($rn) {
if($rn != 'nice') {
return redirect()->route('admin.dashboard');
}
"

This is the quickest way ;)


Hi Mate,
Thanks for you Guide after changing above code in required file its giving an 500 error on step 3 after putting the purchase code when i am going to fresh installation of the script.
Can you please help me out how it will be fix ?

Here is the Screenshot

1597664149539.png

waiting to help me out :)

Thanks in Advance
 
tuton012 updated Active eCommerce CMS with a new update entry:

V3.2

version: 3.2 (17/08/2020)

Improvements & Bug solving
- Google captcha in user registration + seller registration
- Forcefully https redirect option.
- Email change option for the user
- Product details meta fallback to product title
- Login as seller/customer from admin
- Meta information issue fixed for custom page, seller shop
- Email for :
-- Support ticket reply email
-- New conversation message for the seller
- Minimum order quantity field for products

I HAVE ADDED 2 PLUGINS IN...

Read the rest of this update entry...
 
  • Love
Reactions: arkobd
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