Product

The Product server controla server control uses API language to interact with the CMS and Framework UI to display the output. A server control can be dragged and dropped onto a Web form and then modified. lets customers view the details of a product and add it to their cart. To display a product on a Web page, drag and drop a Product server control on a template and enter a product ID in the DefaultProductID property. You could also dynamically pass a product’s ID to the control by setting DynamicProductParameter property to the QueryString parameter used for product IDs.

This control handles each class of product Ektron provides such as Products, Kits, Bundles or Subscriptions without having to make any adjustments to the control.

Customers typically reach this server control when they click a product from either the ProductSearch or ProductList server control. When customers clicks a product, title or image in either of these controls, they are forwarded to the Product server control.

In addition, customers can reach this control from the Cart server control. In that control, customers click a product’s title and are taken to the Product server control.

When a customer has viewed the product and decided to purchase it, they click Add to Cart in the control.