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

Want to learn more?

Sign up for our free beginner training. Boost your credentials through advanced courses and certification.
Register for Sitefinity training and certification.

Was this article helpful?