How can I get all FeaturedProducts on a page?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 anni tempo fa
Hi
How can I get all FeaturedProducts on a page?
From the home page I can get GetAllProductsDisplayedHomePage and GetProductById(or GetProductsByIds), but is there any default ways to get all featuredProducts that displayed on the page?

thx
5 anni tempo fa
Yes you can.

look at this image and this one .

you can copy
   @await Component.InvokeAsync("HomepageProducts")
and place on your custom page.

Hope you will understand.
5 anni tempo fa
Thx I will try.

is it gonna work for another page? not for homepage.
Because I wanna get featured products on every single page
5 anni tempo fa
slvmlnkv wrote:
is it gonna work for another page? not for homepage.

This is only for Home Page


slvmlnkv wrote:
Because I wanna get featured products on every single page

For display in all page You can paste this line in Layout page for display same location in all pages or put individual page wise where you need to display.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.