Active eCommerce CMS By ActiveITzone 23471405

Active eCommerce CMS By ActiveITzone 23471405 v9.8.1

No permission to download

seintitus

New member
Sep 5, 2020
9
-2
1
Does anyone have seller subscription addon version 1.2 since the version 1.0 is not compatible with latest active ecommerce 3.8
 

BlueShark

Member
Nov 3, 2019
70
33
18
Hey guys, SMTP Configuration doesn't work for me, Couldn't configure/save mail settings. Any way to configure it in the backend?
 

nullbabloo

Active member
Oct 15, 2019
178
79
28
Anonymous Proxy
babiato.tech
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
 

code999

Active member
Oct 14, 2020
197
27
28
near you
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??
 

Montygarg910

Member
Nov 1, 2020
199
23
18
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
 

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