Table of Contents

Class ProductTemplateExtender

Namespace
Dynamicweb.Ecommerce.Products
Assembly
Dynamicweb.Ecommerce.dll

Product template extender. Extends the rendering of a Product.

public abstract class ProductTemplateExtender : TemplateExtender
Inheritance
ProductTemplateExtender
Inherited Members

Properties

IsDetailView

Gets a value indicating whether this instance is in product detail view.

public bool IsDetailView { get; }

Property Value

bool

true if this instance is in product detail view; otherwise, false.

Order

Gets or sets the order.

public Order Order { get; set; }

Property Value

Order

The order.

Product

Gets or sets the product.

public Product Product { get; set; }

Property Value

Product

The product.

To top