受欢迎的博客标签
RSS

博客文章标记 'nopcommerce'

NopCommerce Platform introduce Part 1 and part2
Article I describes install nopcommerce first on window 10.
NopCommerce Platform introduce Part 2
Article II describes config nopcommerce first on window 10
nopcommerce 4.5.x tinyMCE configuration
nopcommerce 4.5.x tinyMCE configuration
New Free Responsive Starter Bootstrap Theme for nopCommerce
Is there a Bootstrap 5 theme for nopCommerce?
Create Nopcommerce project step by step?
Create Nopcommerce project step by step?
nopCommerce 4.x-Minifying Inline Css, Js and Html using WebMarkupMin in nopCommerce 4.x
CSS Bundling in nopCommerce 4.x
NopCommerce 3.4中商品详情页面单选框、复选框的美化
http://www.cnblogs.com/baiyunchen/p/4239259.html 现在你能看到的这个页面中,尺寸、文本描述是单选框(属性是我乱写的名字),上门安装是复选框。效果就看到这里,请君跳过图片,开始看实现过程:
NopCommerce 4.x - @T
why is @T used in NopCommerce and what are its benefits / usage? It is used for localization. You can find same pattern
nopcommerce多语言:自定义Razor engine,自定义标签,就像nopcommerce里的@T("key")实现多国多语言

首先需要一个abstract class WebViewPage ,继承WebViewPage<T>

 

namespace Loyalty.MemberPor

NopCommerce 3.x源代码解读
NopCommerce是如何使用Autofac实现依赖注入的?