Populate the images of a product

When you query a single product, the images associated with it are populated in the Images collection. When you query multiple products using the GetProducts method of the CatalogManager, the images associated with the products are not populated. In this case, you must load them manually when you need them.

To populate the images of a product, you must perform the following:

  1. Create an instance of the ProductImagePopulator class.
    This class is located in the Telerik.Sitefinity.Modules.Ecommerce.Catalog.Implementations namespace. It allows you to populate the images of single or multiple products.
  2. Populate the images.
    Call the SetProductImages method for a single product or the PopulateImages method for a collection of products and pass as an argument the instance of the product or the collection, respectively.

Populate the images of a product

Increase your Sitefinity skills by signing up for our free trainings. Get Sitefinity-certified at Progress Education Community to boost your credentials.

Web Security for Sitefinity Administrators

The free standalone Web Security lesson teaches administrators how to protect your websites and Sitefinity instance from external threats. Learn to configure HTTPS, SSL, allow lists for trusted sites, and cookie security, among others.

Foundations of Sitefinity ASP.NET Core Development

The free on-demand video course teaches developers how to use Sitefinity .NET Core and leverage its decoupled architecture and new way of coding against the platform.

Was this article helpful?