Table of Contents

Class EcomPageTemplateExtender

Namespace
Dynamicweb.Ecommerce.Frontend
Assembly
Dynamicweb.Ecommerce.dll
Represents the extender for the page template.
public class EcomPageTemplateExtender : PageTemplateExtender
Inheritance
EcomPageTemplateExtender
Inherited Members

Methods

ExtendTemplate(Template)

Extends the template.
public override void ExtendTemplate(Template template)

Parameters

template Template
The template.
To top