increase the no of products
-
In default theme, home page, only 4 products are showing for both new products and featured products, How can we increase the no of products there??
and Also how can we put our category in homepage in default theme of bagisto????? -
@Rahul74
Locate to this file;
https://github.com/bagisto/bagisto/blob/master/packages/Webkul/Product/src/Repositories/ProductRepository.php here you can increase the count for featured products or new products in default theme.You need to create the category from the admin end to display in default/velocity theme. https://prnt.sc/u8cl6i
-
@Vaishali-Agarwal Thank u so much for that, the second question abt category, i have already several categories created from admin, what i meant was, how can we show some category in home page like featured products and new products in default theme.
rite now the categories are showing in menu nav bar at the header -
-
@Rahul74
Allow me some time I am looking into its feasibility then will get back to you. -
-
@Rahul74
Currently, this functionality is not available for default theme, you may configure it in velocity theme. -
@Vaishali-Agarwal ok thank you. Can u tell me how to show the wishlist count at the account for logged in customer (default theme)??
in velocity theme, its showing, but not in default theme. -
@Rahul74
In default theme only logged in customer can able to add the product in wishlist, not available for Guest user.In velocity theme, guest as well as logged In user may add products to wishlist.
If you wanted to implement it for the default theme as well then you need to customize it for default.
-
@Vaishali-Agarwal yeah, so how to show wishlist count for logged in customers in default theme?
-
@Rahul74
do you want to show it on the header bar likewise velocity theme? https://prnt.sc/u9kv5c -
@Vaishali-Agarwal yes like velocity or like the screenshot below, any possible solution is ok.
-
@akhtarkhan Can u plz help me with this ??
-
Dear Rahul,
U can customize the header as per your requirement in default theme.