kasun955
New member
- Nov 18, 2020
- 27
- 7
- 3
https://babiato.tech/threads/active-ecommerce-cms.8917/post-350505 check with this update it all works fineany one have image upload solution
https://babiato.tech/threads/active-ecommerce-cms.8917/post-350505 check with this update it all works fineany one have image upload solution
Any one have updated paytm addon ...please share
No thats 1.0 but latest is 1.1 because 1.0 not support 3.6 version of script and that link also not worksIt is available.....
H8 dear, did you find the solution?? I am also facing same issue, did you also check product category deleting works or not?after update... Browse button stopped working ........anybody else facing the same issue??
Browse button where in project??after update... Browse button stopped working ........anybody else facing the same issue??
H8 dear, did you find the solution?? I am also facing same issue, did you also check product category deleting works or not?
<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>
Thanks for reply dear i just paste this code into admin_sidenav.blade.php file..??![]()
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
in file admin_sidenav.blade.php located at /public_html/resources/views/backend/incHTML:<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>
Whats the problem dear please shareMine working i know whats the problem
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??
to send mail for smtp to work try sendmail instead of smtp first then save then again do smtp configuration...Whats the problem dear please share
Plz gyz help me to solve these two problems i am using 3.5 and its working fine but when i upgrade to 3.8 browse option and category deleting option stop working thanks@Montygarg910 Please tell...
mine deletion of category works already![]()
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
in file admin_sidenav.blade.php located at /public_html/resources/views/backend/incHTML:<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>