首页 [ 电子商务 ] NopCommerce商城系统2.2正式版源码
一键分享

NopCommerce商城系统2.2正式版源码

  • 免费

2011-10-20 09:12:36

收藏 284 次|关注 5638 次|下载 215 次

免费


交付物: 源码包
    商家已实名认证
  • 分享者:wxc50***
  • 成交次数:   69 次
  • 访问次数:   22724 次
  • 源码数量:   122 套
  • 通过比率:   94%
  • 活跃于:   三个月前
  • QQ:   402****
  • TEL:   18*******81
  • 最新IP属地:上海市
  • 微信扫码咨询
.net

源码介绍

源码参数

  • 源码类别:【电子商务】
  • 源码类型:B/S
  • 适合人群: 高手研究
  • 授权类型:免费版
  • 开发语言:C#
  • 数据库:SQL2005
  • 源码大小:29.87MB
  • 相关网址: 【免费浏览】
  • 源码指数:
  • 完整度:
  • 网站首页
  • 购物车
  • 后台管理
  • 商品详细
  • 网站首页
  • 购物车
  • 后台管理
  • 商品详细
  • Aspx.Query.CodeImageQueryModel
  • Aspx.Query.CodeImageQueryModel
  • Aspx.Query.CodeImageQueryModel
  • Aspx.Query.CodeImageQueryModel
 

NopCommerce商城系统2.2正式版源码

Highlight features
  Significant performance optimization.
  One page checkout.
  'Web service' plugin (Web Services API).
  RTL (right-to-left) support.
  Added category and manufacturer templates.
  Allow store owner to manage address fields on 'Register' and 'My account' page.
  Added a generic event system.
Improvements

  Updated jQuery to 1.5.1.
  Allow customers to complete a payment after order is placed but not completed (for redirection payment methods).
  PDF now works in medium trust.
  Installation wizard. Added an option to create database if it doesn't exist.
  Products can require that other products are added to the cart (Product X requires Product Y).
  SEO optimization. Filenames of uploaded images are SEO friendly now
  Canonical URL support added (disabled by default).
  Product searching. Support searching of the localized values.
  More advanced product import/export support. Added category/manufacture mappings and images (up to 3 images).
  Added a setting to hide admin menu items if the access control list limits access to certain functionalities. Just set 'SecuritySettings.HideAdminMenuItemsBasedOnPermissions' setting to 'true'.
  Added 'Store closed' option.
  Rich editor. Added image browser.
  Added a setting to display home page products with prices. Setting name is 'catalogsettings.usesmallproductboxonhomepage'.
  Performance optimization. Use a stored procedure for loading products.
  Performance optimization. Minified CSS files.
  Performance optimization. Compress dynamic requests (if supported).
  Performance optimization. It allows you to enable static file caching and compression for IIS 6 in web.config file (commented by default). Compressing could reduce their transfer size by about 400Kb (70% reduction).
  Performance optimization. Added the following settings: ignore tier prices (sitewide), ignore discounts (site-wide), and ignore featured products (site-wide). Tick them in order if you don't use these options on your site.
  Performance optimization. Don't use slow 'SearchProducts' method for loading related products on product details page.
  Performance optimization. 'GetSpecificationAttributeOptionFilter' implementation is quite slow. So let's ensure that we have at least one filterable product specification attribute mapping before using it. It's useful when you DO NOT have filterable specification attributes. Just set 'CatalogSettings.EnsureWeHaveFilterableSpecAttributes' setting to 'true'.
  Performance optimization. Placing order took several minutes using big databases.
  CSS changes. Removed some hard-coded styles.
  CSS changes. Added a print.css stylesheet file (used for printing order details).
  Uploaded browserCaps.config file to prevent adding of guest records for each request made by search engine
  Log error details when generating a promotion feed.
  Allow store owner to view current wishlists (similar implementation as sales > current shopping carts)
  Added a setting to allow Unicode chars in URLs (SeoSetting.AllowUnicodeCharsInUrls).
  Fixed all compilation warnings.
  Admin area. Added 'Restart application' button.
  Moved the 'products by tag' page size into the catalog settings instead of hard coding it.
  Show product images in admin area. Set 'AdminAreaSettings.DisplayProductPictures' to 'false' in order to disable it.
  Localized some hard-coded resources.
  New product templates implementation. Allow developers to set layout in templates.
  Allow the store owner to set a certain number of days that the Return Request Link will be available in the Customer "My Account" area (365 days by default).
  Allow store owner to reset the download count for a specific downloadable order product variant. It can be useful when a download has failed multiple times.
  PayPal Standard. Allow store owner to specify IPN address (override the default one specified in PayPal control panel). It's useful when you have more than one store using same PayPal account.
  Allow store owner to deleted selected log records (Admin area > System > Log).
  Added 'Show a share button' settings in Configuration.
  Optimized the order of styles and scripts. Correctly ordering external style sheets and external and inline scripts enables better parallelization of downloads and speeds up browser rendering time.
  Load '/Scripts/slimbox2.js' file on product details page only.
  Reduced the size of Facebook and Twitter images.
  Admin area. Customers page. Made an 'Email' column clickable because the customer list does not have an 'Edit' column in the grid on some machines.
  Validation. Ensure that currency exchange rate is greater than 0.
  Set period of 'DeleteGuestsTask' to 10 minutes.
  Added several new unit tests.
  Store relative database file path in Settings.txt when using SQL Compact.
  Added several new SQL CE database initializers.
  Register the MemoryCacheManager implementation of ICacheManager as a SingleInstance (DependencyRegistrar).
  PluginManager class refactoring.
  Added one more value to 'PaymentMethodType' enum. It's 'Redirection'. Use it when a customer is redirected to a third-party site in order to complete the payment.
  Allow developers to use admin views from within a plugin.
  Allow overriding of Layout (master page) in themes.
  BaseNopController (public store) refactoring.
  Added RemotePost helper class (can be used by redirection payment methods).
Bugs

  Deploy.bat file issue fixed (configuration wasn't set).
  Tier price issue fixed. When there is just one tier (with min qty 1), the "buy more and save" table shouldn't be shown up. Since it only has one tier, with the price for unit 1+, there are no actual savings in the list.
  Admin area grid issue fixed. Current page number is not reset when doing search.
  Tax calculation issue fixed for customer roles with 'Tax exempt' flag. Ensure that a role is active.
  Fixed 'LocalizedRoute' issue when running a site on an aliased domain.
  Password recovery html issue fixed. Removed an extra div's closing tag.
  Fixed 'Password recovery' and 'Account activation' email routes (didn’t work on some machines)
  Customers were logged out after changing email or username (the authentication cookie wasn't updated)
  Product tag issue fixed (unpublished products should not be considered).
  Issue fixed. 'Address 1' field should be required.
  Forum signature fields should not be visible when forums are disabled.
  Product search issue fixed. Sorting took the first category/manufacturer found for OrderBy, whereas it should take the currently selected category/manufacturer for OrderBy.
  Fixed 'Copy product' issue when you have attribute combinations.
  Issue fixed. Don't load deleted product variants in PdfService.PrintProductsToPdf and ProductService.AdjustInventory methods.
  Ensure that only registered customers can login.
  "The requested service Nop.Data.IEfDataProvider has not been registered" issue fixed.
  Reward points minor issue fixed (cancelling not completed order).
  Vat number validation issue fixed. Call to check vat using the EU-vat service will fail if the country code isn't followed by a whitespace.
  Russian ruble currency code should be RUB (RUR is outdated).
  Added missed 'Manage Plugins' permission record.
  You couldn't delete an email account with associated queued emails.
  'languageId' parameter passed to 'ProductListToHtmlTable()' method wasn't used when getting localized product name.
  CSS. ‘Remove discount’ button was not displaying image in IE8
  Search Page. Updated search page to not search or displaying search term min length warning message on /search page load, added message for searches with no results (restores 1.90 functionality)
  Issue fixed. Advanced Search - blank search term - no error, but does not search.
  Trailing space in setting or localization name should be trimmed.
  Admin area. It was possible to leave 'Password' field blank when creating a customer.
  App_Data/GeoIP.dat file wasn't copied after solution deployment.
  Euro currency character issue fixed (didn’t work on some machines)
  Updated Australia post shipping rate computation method to use 'GET' instead of 'POST' (HTTP method).
  Delete address issue fixed (admin area).
 
   nopCommerce 是一个由ASP.NET多层模式开发的开源电子商城系统,可以自行设置模板、配置灵活、功能强大,它内含一个目录前端和一个管理
工具后端。前端包括用户注册、商品购买(可以进行评论)、投票、Blog等,后端有类别管理、产品管理、客户及角色管理、订单管理、纳税管理、
国家(地区管理)、邮件发送、消息模板、新闻发布、blog管理,可以对列表数据进行XML导出。

第一次运行前需要安装数据库(sql2005及以上版本)。

责任编辑:wxc

下载记录(Only Recent 100)

用户名 推荐指数 下载时间

源码评论

单击更换

评论列表

全部评论
  • 暂无评论 …

最近更新

      下载排行