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

No permission to download
Does anyone have seller subscription addon version 1.2 since the version 1.0 is not compatible with latest active ecommerce 3.8
 
Hey guys, SMTP Configuration doesn't work for me, Couldn't configure/save mail settings. Any way to configure it in the backend?
 
H8 dear, did you find the solution?? I am also facing same issue, did you also check product category deleting works or not?

1609773242538.png

I updated again using Filezilla and browse issue fixed...
category delete was not working cause subcategory and subsub category links went missing...

try adding this

HTML:
<li class="aiz-side-nav-item">
                                <a href="{{route('subcategories.index')}}" class="aiz-side-nav-link {{ areActiveRoutes(['subcategories.index', 'subcategories.create', 'subcategories.edit'])}}">
                                    <span class="aiz-side-nav-text">{{translate('Sub-Category')}}</span>
                                </a>
                            </li>
                             <li class="aiz-side-nav-item">
                                <a href="{{route('subsubcategories.index')}}" class="aiz-side-nav-link {{ areActiveRoutes(['subsubcategories.index', 'subsubcategories.create', 'subsubcategories.edit'])}}">
                                    <span class="aiz-side-nav-text">{{translate('Sub-SubCategory')}}</span>
                                </a>
                            </li>
in file admin_sidenav.blade.php located at /public_html/resources/views/backend/inc
 
1609773242538.png

I updated again using Filezilla and browse issue fixed...
category delete was not working cause subcategory and subsub category links went missing...

try adding this

HTML:
<li class="aiz-side-nav-item">
                                <a href="{{route('subcategories.index')}}" class="aiz-side-nav-link {{ areActiveRoutes(['subcategories.index', 'subcategories.create', 'subcategories.edit'])}}">
                                    <span class="aiz-side-nav-text">{{translate('Sub-Category')}}</span>
                                </a>
                            </li>
                             <li class="aiz-side-nav-item">
                                <a href="{{route('subsubcategories.index')}}" class="aiz-side-nav-link {{ areActiveRoutes(['subsubcategories.index', 'subsubcategories.create', 'subsubcategories.edit'])}}">
                                    <span class="aiz-side-nav-text">{{translate('Sub-SubCategory')}}</span>
                                </a>
                            </li>
in file admin_sidenav.blade.php located at /public_html/resources/views/backend/inc
Thanks for reply dear i just paste this code into admin_sidenav.blade.php file..??

and for the browse option what i will do ?? Install through filezilla??
 
1609773242538.png

I updated again using Filezilla and browse issue fixed...
category delete was not working cause subcategory and subsub category links went missing...

try adding this

HTML:
<li class="aiz-side-nav-item">
                                <a href="{{route('subcategories.index')}}" class="aiz-side-nav-link {{ areActiveRoutes(['subcategories.index', 'subcategories.create', 'subcategories.edit'])}}">
                                    <span class="aiz-side-nav-text">{{translate('Sub-Category')}}</span>
                                </a>
                            </li>
                             <li class="aiz-side-nav-item">
                                <a href="{{route('subsubcategories.index')}}" class="aiz-side-nav-link {{ areActiveRoutes(['subsubcategories.index', 'subsubcategories.create', 'subsubcategories.edit'])}}">
                                    <span class="aiz-side-nav-text">{{translate('Sub-SubCategory')}}</span>
                                </a>
                            </li>
in file admin_sidenav.blade.php located at /public_html/resources/views/backend/inc
mine deletion of category works already
 
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