These docs are for v1.14.0. Click to read the latest docs for v2.0.0.

View Pages

Documentation for MerchelloTemplatePage and MerchelloViewPage

Merchello ships with a couple of base views that can be used to extend the standard Umbraco views which provides instantiated Merchello objects.

Each view exposes Merchello's CurrentCustomer (ICustomerBase) and the MerchelloHelper as Merchello.

@inherits Merchello.Web.Mvc.MerchelloTemplatePage
@inherits Merchello.Web.Mvc.MerchelloViewPage<TModel>