Recent Topics
How to add hot category?
-
Is there a way to add this on my home page of my store.?
-
@tluanga
You can easily add the hot category from the admin backend.
Just go this route velocity->meta data->Home Page Content and add the below line of code @include('shop::home.hot-categories', ['category' => ['category_slug1', 'category_slug2', 'category_Slug3', 'category_slug4']])
-
@Vaishali-Agarwal thank you so much...