Skip to content

SmartStore.NET 2.1.1

Compare
Choose a tag to compare
@Michael-Herzog Michael-Herzog released this 22 Jan 10:53
· 1476 commits to 2.x since this release

Highlights

  • Html to PDF converter: PDF documents are created from regular HTML templates now, therefore radically simplifying PDF output customization.
  • New payment plugin Payone
  • Html widgets: added option to create a wrapper around widget content

New Features

  • Html to PDF converter: PDF documents are created from regular HTML templates now, therefore radically simplifying PDF output customization.
  • Html widgets: added option to create a wrapper around widget content
  • SEO: added new settings Canonical host name rule. Enforces permanent redirection to a single domain name for a better page rank (e.g. myshop.com > www.myshop.com or vice versa)
  • SEO: added support for <link hreflang="..." ... /> in multi-language stores. The tags are automatically rendered along with the language switcher.
  • (Developer) Implemented new HtmlHelper extension AddLinkPart: registers <link> tags which should be rendered in page's head section
  • (Developer) Implemented new HtmlHelper extension AddCustomHeadParts: registers whatever head (meta) tag you wish
  • (Developer) Added SmartUrlRoutingModule, which can pass static files to UrlRoutingModule if desired (e.g. used by MiniProfiler). This way static files can be handled by regular actions or filters, without polluting web.config.
  • New payment plugin "Payone"
  • Option to set a delivery time for products available for order with stock quantity < 1
  • Option to disable product reviews on product detail page
  • Option to supress display of sub category picture links

Improvements

  • (Perf) Faster application warmup
  • (Perf) Faster product list rendering
  • Reworked routing: removed static file security barrier again (caused too much problems)
  • #545 Made all (applicable) settings multi-store-enabled
  • #579 Make all relative urls absolute prior sending email
  • The display order of attribute values are considered in the sorting of backend's attribute combination grid
  • Optimized error handling and redesigned error pages
  • Removed PageNotFound topic. Text is a simple locale resource now.
  • PayPal settings are multi-store-enabled
  • #555 Product edit: Improve category select box. Add history (last x selected items) above all others.
  • #510 Payment plugins: Qualify configuration(s) for multistores
  • #556 A negative value should be possible for additional payment fees
  • Dashboard: Order items linked with order list
  • Security: Missing http-only flag for some cookies set

Bugfixes

  • PayPal Express: corrected basket transmission by eliminating tax transmission
  • Fixed password recovery redirection
  • #552 Left navbar should stay expanded on product detail pages
  • #538 Specification attribute labels in product filter mask are not displayed localized
  • #540 AmazonPay: Multistore configuration might be lost if "All stores" are left empty
  • #532 AmazonPay: Reflect refunds made at amazon seller central when using data polling
  • #577 Exception thrown because of missing TaxRate table when opening tax by region provider configuration
  • Added IIS rewrite rule for /productreviews/{id} > /product/reviews/{id}
  • Email a friend redirects to "not found"
  • #567 Products marked as 'Featured' should also be included in regular lists
  • Fixed some missing company information in order to PDF export
  • #583 Fixed "The property rate with the value x is malformed" when creating products
  • Fixed ignored discount and tier price when product has attribute combination price
  • PayPal Standard provider now using shipping rather than billing address if shipping is required