Best and Cheap nopCommerce 3.70 Cloud Hosting
Best and Cheap nopCommerce 3.70 Cloud Hosting
What is nopCommerce?
nopCommerce is an open source ecommerce software that contains both a catalog frontend and an administration tool backend. nopCommerce is a fully customizable shopping cart. It’s stable and highly usable. From downloads to documentation, nopCommerce.com offers a comprehensive base of information, resources, and support to the nopCommerce community.
What is New in nopCommerce 3.70?
Highlight features and changes
- Full support for web farms and Windows Azure and (multiple instances).
- Conditional product attributes.
- ACL (access control list) for topics.
- Allow users to apply for vendor account in public store.
- Allow a store owner to add notes to “Vendor” record. For example, this functionality can be used to record vendor payouts so that you always have you bookkeeping organized.
- Added a setting indicating customers should see “discontinued” message when visiting details pages of unpublished products. For example, “Sorry – this product is no longer available” or “We’re sorry but this product has been discontinued.”
- Significant performance and security enhancements.
Brand new default theme
nopCommerce 3.70 has been released with a brand new modern theme. This new theme will certainly give many online store sites a functional and professional look irrespective of what industry the retail store belongs to. In the new theme, HTML have been refactored, which is a great news for many developers as it makes it easier to work with the design / layout while making any kind of changes or customization.
Predefined (default) product attribute values
This was always been a missing piece of puzzle as in previous nopCommerce versions, a store owner had to add all the product attribute values repeatedly even if several products had common attribute options. The good news is that in nopCommerce 3.70, a store owner can “pre” define all the product attribute values once and simply link the attribute with the product(s). This is a big time saver feature when it comes up adding hunders (or even thousands) or products to the store site.
Discounts based on manufacturers
This new option has been added to nopCommerce 3.70 version in which discounts can be added to the store site for specific manufacturer (or a list of manufacturers). Another great feature is that all the discounts can be managed within “Discounts” section from administration section rather than going to each product and category to apply various discounts. This will certainly make a store owner’s job much easier in managing discounts / promotions.
Enhanced Security
Prevent XSRF attack for all admin area pages. Several note for developers – Now each admin area page should has @Html.AntiForgeryToken() line. Also have a look at how KendoUI grids and AJAX calls are protected with “addAntiForgeryToken ” javascript method. You can also use “AdminAntiForgery(true)” attribute if you want to skip such validation for some action for some reasons.