Silver Muru > Blog > Front-end arendus

nopCommerce themede loomine

Oma theme loomine

Creating / Writing your own theme (using current / default theme)
Creating an nopCommerce Theme the Definitive Guide

Kohandatud CSS pärast theme ja pluginate faile

@{
    Html.AddCssFileParts("~/Themes/DefaultClean/Content/styles.custom.plugins.css");
        
}
@Html.NopCssFiles(this.Url, ResourceLocation.Head)

Custom CSS after plugin’s CSS

Dünaamilised url-id

<img src="@Url.Content("~/ ?? THEME PATH ?? /Content/images/ico-facebook.png")" alt="" />

Dynamic path for themed images for NopCommerce 2.0 with MVC Razor