Understanding 2.2's Theme Engine

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
Hello Friends

I am attempting to move my current themes over to nopCom v2.2.

I have the following code:


<a href="@Url.RouteUrl("Product", new { productId = Model.Id, SeName = Model.SeName })" title="@Model.DefaultPictureModel.Title">
        <img style="border-width: 0px;" alt="@Model.DefaultPictureModel.AlternateText" src="@Model.DefaultPictureModel.ImageUrl" title="@Model.DefaultPictureModel.Title" />
    </a>


I am expecting it to get the required view from [ Themes/Theme00/Views/Catalog/Product.cshtml ] .. but it isn't doing that any more !!

Any help would be greatly appreciated.

Thank You.
12 years ago
Never mind, I figured it out by looking at the Product method in the Catalog controller.

Thanks
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.