How to add sub category in the home screen
-
Hello
i want to add sub category products in the home screen
this code doesn't work@include('shop::home.category', ['category' => 'sheets'])
while the sub category name is sheets and the main category name is home
-
Hello @shw2y,
You can achieve this objective by adding the below code in Admin->velocity-> meta data->HomePageContent.
@include('shop::home.category', ['category' => 'home/sheets']).
-
@prateek-webkul Thank you very much it's working