Ucommerce for Sitecore
Release Notes

Ucommerce 9.3.1.20275

October 1, 2020

Bug Fixes

  •  When editing a product variant, if no primary or thumbnail image were selected, the loading indicator would spin forever.

 

 

Ucommerce 9.7.0.23075

March 16, 2023

Main Features

  • The application content area now utilise the full width of the browser instead of being restricted to 1000 pixels
  • Headless custom order properties and orderline properties can now be added through the endpoints, and will also get returned
  • Legacy link back to the old orders UI is added
  • Beta banner is removed from the back office UI
  • Sitefinity Widgets `Product` is now using Bolt to fetch products
  • UpdateLineItem Pipeline now supports setting custom price and VAT rate
  • `Headless` It is now possible to enable HttpContext input stream buffering (HttpContext rewind) by adding an `AppSetting` entry to your `web.config` called `Ucommerce:EnableHttpRequestRewind`. *REMARK* Enabling rewind interferes with GraphSQL in sitecore.
  • `Headless` Delete Orderline endpoint was added that deletes the order line by its guid and basket guid
  • `Headless` Get Promotion Codes endpoint was added, that returns the list of promotion codes applied to a given basket
  • `Headless` Apply Promotion Code endpoint was added, that apply the promotion code to a given basket
  • `Headless` Remove Promotion Code endpoint was added, that removed the promotion code from a given basket
  • `Headless` All endpoints modifying the basket state can now return a specified view. In initial release, the available views are None and MiniBasket.
  • `Headless` Added CRUD endpoints for basket custom properties. State changing endpoints trigger basket recalculation
  • `Headless` Added CRUD endpoints for basket order line custom properties. State changing endpoints trigger basket recalculation
  • `Headless` Baskiet view models now return `customProperties` list at Basket and Order line level
  • `Uccli` New installation tool for Ucommerce on Sitecore.

Bug Fixes

  • If the product name of an order line has been truncated, it is now possible to see the full name by hovering it
  • Setting a `Custom Price` with add to basket pipeline adds the property `_hasCustomPrice` to the order line
  • In a system with many baskets and orders the back office UI would timeout
  • Very slow discount calculation when there were many deleted campaigns, because all campaigns were loaded
  • Sitefinity widgets memory leak has been resolved
  • Scratch indexing was not respecting the Published property
  • DontStore option in Elastic Search, is now working
  • Headless `api/v1/shipping-methods` now refreshes when updated in the back office
  • Properties on a variant is now copied to the parent
  • `Exchangeratesapi` is no longer free offer, the service will fallback to an exchange rate on zero. This will make it possible to make your own exchange rate service of your choice
  • Product prices can now be set to a value of 0
  • Multilingual Enum and Enum Multi Select editors now show the language that they are currently editing
  • When switching language, any multilingual properties that did not had a value within the given language, would still show the value from the previously selected language.
  • Media/Content pickers now properly inform when no media/content is available instead of showing an "Empty folder" message.
  • `InvalidOperationException` from `OrderContext` when resolving default `PriceGroup` for creating a new basket.
  • Customer information from billing address is now searchable in order list in back office.
  • Evict Collection cache when a relation is updated.

Ucommerce 9.6.4.22011

January 16, 2023

Bug Fixes

  • Cors attribute was not limiting Ucommerce Headless Cors to only Ucommerce endpoints.​

Ucommerce 9.6.3.22094

April 7, 2022

Bug Fixes

  • Enum and Enum Multi Select now drop up, if there is not enough space underneath to drop down.
  • User-defined fields like `ShortText` is not indexed on products.
  • Some discount criteria did not apply as expected, caused price group discounts not to apply.
  • On Firefox, image pickers would not display all the images within a folder, e.g. if a folder contained 200 images, only the first 32 images would be shown.
  • `CatalogLibrary.GetRootCategories` now returns the correct SortOrder which has been selected in the back-office.
  • `CatalogLibrary.GetCategories` now returns the correct SortOrder which has been selected in the back-office.
  • Enums values are now storing their display name in the index instead of the internal value, e.g. Definition field "color" has the value Blue which was stored in the index before. Now it will store the translated display names instead: in Danish, it would store "blå", while in the English one it would be "blue".
  • The "Render in editor" checkbox on a definition field is now respected in the UI. So if "Render in Editor" is unchecked, the property editor will not be rendered out when editing an entity with the given definition. The property will however still appear in its read-only state within lists, e.g. if you add a custom definition field to a product definition and set its "Render in editor" to unchecked, the property will not show up when editing the product but it will show up as a column when listing products.
  • Since 9.6.0 it has not been possible to delete variants, this is now possible again
  • SlugService throws an enumeration exception.

Ucommerce 9.6.2.22047

February 17, 2022

Bug Fixes

  • `Headless` remove orderline was returning a status code 500.
  • Set the first catalog to `DisplayOnWebsite` would give a null exception if you tried to resolve it later.
  • Default JSON responses have unfortunately been camelCase after upgrading to 9.6.x
  • Products area breaks if database default collation is different from `SQL_Latin1_General_CP1_CI_AS` (Since 9.6.0)

Ucommerce 9.6.1.22033

February 2, 2022

Main Features

  • `ProductsBuiltInPropertiesQuery` in `Ucommerce.NHibernate.Impl` now has an overrideable method `FilterProductsBySearchTerm` which can be overriden to search based on custom properties.
  • `NullReferenceException` from `UrlPaymentExtractor` in `Ucommerce.Transactions.Payments` when no Payment found now includes the URL from which the Payment cannot be found.
  • It is now possible to clear DatePicker and DateTimePicker.
  • Headless Ucommerce APIs for an end-to-end checkout flow. A brand new set of carefully crafted APIs to be used for headless solutions.
  • A new user interface for administrators to manage access to the new Headless API. Available under Settings>Security>Api Access.
  • The Order Management interface has been completely revamped for project Kondo. Complete visual overhaul with a new information architecture, to make everyday work with orders much more efficient. It looks great too!

Breaking Changes

  • The "GetProductPrice" method on "CalculateUnitTaxTask" in the UpdateLineItem pipeline changed signature to only require a PriceGroup GUID instead of a Pricegroup for a related performance improvement.

Bug Fixes

  • `GetProductTask` will now throw the correct exceptions for "The Product/Variant with GUID not found".
  • `CatalogContext` in `Ucommerce.Api` resolved the wrong product when having two products with the same name in different Categories.
  • `TransactionLibrary.GetShippingMethods` will no longer return deleted ShippingMethods.
  • `Ucommerce.Transactions.NumberSeriesService` no longer throws `InvalidOperationException` if you have OrderNumberSerie with the same name, where one or more is deleted.
  • `CreateBasket` on `Ucommerce.Api.OrderContext` no longer throws `InvalidOperationException` if you have ProductCatalogGroups with the same name, where one or more is deleted.
  • InventoryOnHand App will now correctly re-index the products modified in the checkout.
  • `CatalogContext.CurrentCategory` now correctly fetches the Category if multiple Categories of the same name are present in different Catalogs.
  • Product variant will show correct property values when viewed through the Backoffice.
  • Product variant will no longer show properties that aren´t marked as `Variant property`.
  • Legacy link is available on a store.
  • Ability to view orders, without any language permissions.
  • The Order list column headers are no longer overlaying the Order filters dropdown.
  • The checkboxes for selecting a currency within the Dashboard settings dropdown are now displayed correctly.
  • Dashboard basket and promotion links are now updated to redirect to the new UI
  • Obsoleted `ITargetingContextPopulator`, `ITargetingContextAggregator` and `IDiscountService.ApplyAwards`. If you are using the Headless APIs and have your own implementations of one of them, it is required to update to the new interface.
  • Obsoleted `BasketPipline` in favor of `BasketV2Pipeline`, to support explicit arguments.
  • Obsoleted `Campaign.IsActive` and `Campaign.IsWithinTimeRange` due to wrong time zone handling.
  • ICatalogLibrary CurrentCatalogGroup, CurrentCatalog, and CurrentPriceGroup will throw a NullReferenceException if not found with an improved error message.
  • Improved performance on listing variants and related products in the product editor for scenarios with a large number of price groups.
  • Improved performance on listing products in the products app for scenarios with a large number of price groups.
  • SlugHelper now contains a public Dictionary StringReplacements, where more StringReplacements can be added if needed. This can be used to alter behavior for slug and url generation.

 

Ucommerce 9.5.2.21284

October 18, 2021

Breaking Changes

  • `Ucommerce.Infrastructure.Logging.ILoggingService` constructor parameter added to the `Ucommerce.Search.ElasticSearch.IndexWriter` and `Ucommerce.Search.ElasticSearch.Serializer` types.

 

Bug Fixes

  • Indexing bug introduced in Ucommerce 9.5.0 when you have Elastic enabled as the active Search Provider.
    Indexing would fail when having variant definition fields on a product definition that were not added to the index definition. A workaround for this issue is adding all variant definition fields to your index definition.
  • Upgrading Ucommerce with ElasticSearch enabled will no longer break, due to search provider apps not being cleaned up correctly.

Ucommerce 9.5.0.21245

September 8, 2021

Main Features

  • New and redesigned Promotions app replaces the legacy Marketing node. An entirely new experience for working with Campaigns and Promotions (formerly known as campaign items).

Breaking Changes

  • ILoggingService received a small overhaul:
    - Introduced logging levels for Information, Debug, and Error.
    - Methods have been renamed to reflect the log level they will be logging at.
    - All log levels support message templating.
    - Furthermore, all out-of-the-box non-error logging has been converted to Debug log level to prevent unnecessary entries.
    - This also eliminates the excessive logging from the Lucene search provider.

  • `CatalogLibrary.GetCategory` returns `null` when category is not found.
  • Removed `ApiCatalogContext` component has been removed. Use `CatalogContext` component instead.

 

New

  • Support for Sitecore 10.1. For an accompanying Accelerator version visit our download page.
  • Improved error messages when indexing fails and the stack trace now includes more descriptive information in the specific platform logs.
  • Adding source context to Umbraco logging.
  • Adding property values to Umbraco logging.
  • Improved ways of getting DisplayName of ProductCatalog and Category, by providing a culture as a parameter to the extension methods.
  • Increased getting products performance in larger multilingual datasets.
  • 2 new Data Types shipped out-of-the-box for picking multiple images (media) or multiple content nodes on the same field. This was possible before but it required setting up the Data Type manually.
  • Upgraded Lucene version to 4.8.0-beta00014 which contains bug fixes for several issues reported.

 

Bug Fixes

  • 'Ucommerce.Search.Fetchers.Products.ProductFetcher' is no longer responsible for calculating taxes instead 'Ucommerce.Catalog.ITaxService' is used.
  • Adding a new 'data enum type' to an existing product variant does not override the existing structure of the index.
  • Update variant SKU when product SKU is updated.
  • Open product without a category in the old UI.
  • PayEx TestMode endpoint reference has been updated to avoid 'EndpointNotFoundException'
  • Changing 'data enum type' within an existing product variant yields incorrect faceted search results.
  • Null object reference exception when creating new enum data type, attaching it to the product variant, and using it to filter on.
  • Using EnumMultiSelect fields in Lucene now returns all options instead of the first one. E.g: If the shirt is both blue and green, the variant will now return a list containing blue and green instead of just blue.
  • Using EnumMultiSelect fields in Elastic now creates facets with all values instead of pipe-separated strings.
  • Support for IEnumerable type in Elastic.
  • Facets, RangedFacets, and AutomaticRanges are now supported for nullable number properties.

Ucommerce 9.4.2.21145

May 26, 2021

New

  • 'Ucommerce.Api.CatalogLibrary' methods that return multiple items now default to returning 64 items instead of 300.

Bug Fixes

  • Updated the debug pipelines that were using the "ScratchIndexer" component to use the "DefaultScratchIndexer" component.
  • Deleted selection options (enum) values will no longer be displayed in the UI.
  • ObjectDisposedException when using Elasticsearch clusters. Introduced a new way of configuring our Elasticsearch search provider (see this article).
  • Selecting the "Default" domain in the Stores app would result in failing to resolve the ProductCatalogGroup resulting in a NotSupportedException.
  • Indexing and searching in user-defined fields with the value `null` now works as expected.
  • Not Found exception when a present MVC or Web API controller would have a naming clash with an existing Ucommerce API Controller by prefixing them with "Ucommerce". Freeing up names such as "ProductController" or "CategoryController".
  • The "ProductCatalogGroup" property was not mapped to the ProductCatalog search model, breaking URL generation for multiple product catalogs.
  • Translated values for products are now correctly displayed for non-admin users.
  • Product properties marked as "Variant property" were being displayed on the parent product editor in the Products App.
  • 'Ucommerce.Api.CatalogLibrary.GetCategories' ignored the skip and take parameters, always returning all results without pagination.
  • 'Ucommerce.Api.CatalogLibrary.GetProducts' when called with a categoryId ignored the skip and take parameters, always returning all results without pagination.
  • 'Ucommerce.Api.CatalogLibrary.GetProducts' when called with a list of productIds ignored the skip and take parameters, always returning all results without pagination.
  • Lucene search APIs now return 64 documents by default instead of 100.
  • Performance drastically improved on checkout operations while using Marketing rules.
  • Added support for non-Latin characters in the product titles and the slugs associated with them.
  • Variants will no longer be indexed, when the ParentProduct's DisplayOnSite is set to false, and when the ParentProduct's DisplayOnSite is set to true, only variants whose DisplayOnSite is also set to true will be indexed.
  • Fixed indexing and de-indexing of relationships. Eg. Removing the relationship between a ProductCatalog and a ProductCatalogGroup, if the ProductCatalog has been deleted.
  • GetRateForAllCurrencyExchangeRatesTask no longer floods the log files with null reference when a currency code is missing.
  • Changing the language when editing a product variant now correctly updates the value of multilingual product variant fields.
  • Creating a store or catalog as a non-administrator user will now correctly grant permissions to the newly created entity.
  • Trying to access the Lucene indexes (e.g. via creating an order) before the index files have been created (by indexing from scratch) no longer results in a "no segments* file found" error.

Ucommerce 9.4.1.21068

March 9, 2021

Bug Fixes

FIX: Pricegroups not indexing to Lucene or Elasticsearch when saved, edited or removed.
FIX: Perpetual loading indicator if no primary or thumbnail image were selected when editing a product variant.
FIX: Inherited definition fields were ignored when editing stores in the Stores App.
FIX: Search results in the Products app is now correctly filtered by catalog permissions.

 

Ucommerce 9.4.0.21057

February 26, 2021

Breaking Changes

  • Type parameter now constrained to a reference type for the 'Ucommerce.Search.IIndex<T>.IRawSearch<TProjection> FindRaw<TProjection>()' method.
  • When using the Lucene search provider, empty facets with 0 hits will be returned.
  • Removed obsoleted method 'Ucommerce.Api.ITransactionLibrary.RequestPayments' and 'Ucommerce.Api.TransactionLibrary.RequestPayments', use 'Ucommerce.Api.TransactionLibrary.GetPaymentPageUrl(Payment payment)' and do a redirect manually with the return value.
  • Removed obsoleted 'Ucommerce.Catalog.IPricingService' and 'Ucommerce.Catalog.PricingService', use 'Ucommerce.Catalog.IProductPriceCalculationService' and 'Ucommerce.Catalog.Impl.ProductPriceCalculationService' or read it from the Bolt product index.
  • Removed obsoleted method 'Ucommerce.EntitiesV2.PurchaseOrder.AddProduct', use 'Ucommerce.Api.TransactionLibrary.AddToBasket' or AddToBasket pipeline.
  • Removed obsoleted method 'Ucommerce.EntitiesV2.PurchaseOrder.CreateShipment', use the CreateShipment pipeline instead.
  • Removed obsoleted method 'Ucommerce.EntitiesV2.PurchaseOrder.RemoveShipment', use the RemoveShipment pipeline instead.
  • Removed obsoleted method 'Ucommerce.Transactions.Payments.AbstractPageBuilder.GetCallbackUrl', use 'Ucommerce.Web.ICallbackUrl' interface instead.
  • Removed obsoleted method 'Ucommerce.Transactions.Payments.AbstractPageBuilder.GetAbsoluteUrl', use 'Ucommerce.Web.IAbsoluteUrlService' interface instead.
  • Removed obsoleted method 'Ucommerce.Transactions.Payments.ExternalPaymentMethodService.GetParameter(string parameterName, string exceptionMessage, params string[] list)', use 'Ucommerce.Transactions.Payments.ExternalPaymentMethodService.GetParameter(string parameterName, string exceptionMessage)' instead.
  • Removed obsoleted method 'Ucommerce.Infrastructure.Globalization.Globalization.CultureCode', use instance property CurrentCultureCode instead.
  • Bolt: Removed specific price facet syntax (IIndexDefinition.PricesField() and IRawSearch.PriceGroup() methods) from index definitions and replace with generalized auto range facet syntax. For more info, visit https://docs.ucommerce.net/ucommerce/v9.4/search-and-indexing/index-definitions.html

New

  • Bolt: New search provider ElasticSearch
  • Bolt: Any number of price-fields (Dictionary<string, decimal> type) can be range faceted.
  • Bolt: Any number of numeric fields can be range faceted.
  • Bolt: New syntax for automatic range facets.
  • It is now possible to configure SQL read batch size for each indexer by overriding the following Castle Windsor properties: "productFetcherBatchSize", "categoryFetcherBatchSize", "productCatalogFetcherBatchSize", "productCatalogGroupFetcherBatchSize", "priceGroupFetcherBatchSize". The default has not changed from 3000.
  • The Rich Text editor now supports creating and editing links, creating and editing tables, editing HTML source, and full-screen mode.
  • Search APIs now return 64 documents by default instead of 300.
  • Creating a store with the name of a deleted store will now resurrect it.
  • The DeleteProductCatalogGroup pipeline no longer soft-deletes underlying catalogs.
  • ICreateStore argument now accepts an optional hostname parameter.
  • Store and language selectors are moved to the top, so they are always accessible.
  • Language selection is persisted across the solution.
  • It is now possible to search within the language selector.
  • It is now possible to search within the store selector.
  • Search is now available in the products app as an alternative mode of navigation and can be toggled on top of the page.
  • New and redesigned Stores app with search capabilities and lazy-loading making it lightning fast when working with many stores.
  • It is now possible to reorder nodes in the content editor/picker and image picker with drag and drop.
  • IndexDefinition syntax has been updated please visit https://docs.ucommerce.net/ucommerce/v9.3/search-and-indexing/index-definitions.html
  • It is now possible to set per-culture display names for fields in the IndexDefinition using the .DisplayName(string cultureCode, string displayName) extension method. For more information on usage and examples visit https://docs.ucommerce.net/ucommerce/v9.3/search-and-indexing/index-definitions.html
  • Braintree payment integration has been upgraded to v5.2.0 to enable 3DS2 - legacy "Transparent Redirect" integration replaced with "Drop-in UI".

Bug Fixes

  • When editing a product variant, if no primary or thumbnail image were selected, the loading indicator would keep spinning.
  • Using CatalogContext.TryUpdateToMatchNewPriceGroup would remove products that have a price in the new Price Group.
  • Using CatalogContext.CurrentPriceGroup would throw an error if the PriceGroupCookie was already present.
  • Querying for products with null values is now more streamlined.
  • Having duplicate entries in the database tables Ucommerce_Role and Ucommerce_UserGroupPermission would break the back-office.
  • Campaign item UI no longer throws null reference exception after changing the user language.
  • The Ucommerce Dataprovider for Sitecore would throw an exception if it encountered a ProductCatalogGroup with no associated OrderNumberSerie.
  • The number of facets was capped at 100.
  • The CMS UI language is no longer used as the default content language - instead it now defaults to the first available content language.

Note

  • Obsolete Ucommerce.Catalog.IUrlService, use 'Ucommerce.Search.Slugs.IUrlService' instead.
  • Obsolete Ucommerce.Catalog.UrlService, use 'Ucommerce.Search.Slugs.UrlService' instead.
  • Permissions: One user can have maximum 2100 unique stores permissions assigned.

Known Issues

  • Publishing website to an IIS folder doesn't publish Ucommerce DLLs.
  • Search providers: Changes to entities are not reflected in their parent entities until scratch indexer is run. For example: Newly created product is not automatically added to it's category index, run scratch indexer in order to update the data.

Ucommerce 9.3.2.20280

October 8, 2020

Bug Fixes

  • Perpetual loading indicator if no primary or thumbnail image were selected when editing a product variant.

 

 

Ucommerce 9.3.0.20265

September 22, 2020

New

  • The new content pickers return guids instead of ints. In case of existing Ucommerce ids stored in the cms, it's now possible to search for products, categories, catalogs, pricegroups and catalog groups by legacy integer id using Bolt. To search for an item by legacy integer Id, use this form: index.Find().Where(p => p["Id"] == 42).Single(). You will need to rebuild your indexes first.

Bug Fixes

  • Selected catalogs not being displayed in the "Selected items" list in a catalog picker.
  • Orphaned products would not show up in search results in the new UIs.
  • When querying using our Lucene provider, OrderBy methods will now ignore boost values when called.
  • Missing user and user group permissions for creating and deleting stores.
  • InvalidOperationException when initializing Ucommerce on some cloud environments.
  • Image not found icon not displayed properly.
  • Languages in language selector are now sorted alphabetically.
  • Clearing a price on a product would change the price to 0.
  • Dropdown selectors would break if the selected value had been removed.


Ucommerce 9.2.0.20196

July 15, 2020

New

  • Support for Sitecore 9.3 (Please refer to installation instructions)
  • It is now possible to manage relations on a product or variant in the updated product/variant editors.
  • In the updated user interfaces, the selected store will now persist when switching between Ucommerce apps and when the browser is closed.

Bug Fixes

  • No longer display the "Variants" section on products that are not product families.
  • NullReferenceException occurred in TaxService.CalculateTax when no fees were set up for a payment provider.
  • Compatible versions of all payment providers are now included in the Ucommerce packages.
  • Enum multi values used in facets are now correctly stored and queried in the index.
  • Products with empty facet values missing from the index and would not be displayed in the storefront.
  • Price section not showing up on all product types.
  • Renaming a product no longer visually renames the category it resides in.
  • Renaming a catalog with a name that already exists properly prompts the user with an error.
  • Renaming a catalog/category/product that results in an error no longer prevents the user from trying to submit again.
  • Moving a category to a new parent (category or catalog) would not update the Lucene index until a re-index.

 

Ucommerce 9.1.0.20154

June 3, 2020

General

  • Important: Upgrading to a major version requires a new Ucommerce license.

Breaking Changes

  • Ucommerce.Money and Ucommerce.Api.Money consolidated into Ucommerce.Money, which now takes a string for ISO code instead of a Currency object.
  • Ucommerce.Search.Extensions.CollectionExtensions is now Ucommerce.Extensions.CollectionExtensions.

New

  • Support for Sitecore 9.0, 9.1 and 9.2.
  • It is now possible to add products to a category in the updated category editor.
  • It is now possible to edit product and variant pricing in their respective updated editors.
  • Added loading indication for "Rename", "Change SKU" and "Change definition" dialogs.
  • Store and language selectors are now always displayed, regardless of the number of options available.
  • When trying to query an empty index, a helpful error message is now shown.

Bug Fixes

  • Adjusted size of submit button for "Rename", "Change SKU" and "Change definition" dialogs.
  • Renamed "sku" to SKU in "Change SKU" dialog.
  • Dropdown rows are clickable across the entire width of the list.
  • Variant list now keeps its state without the need of reloading.
  • Enum Multi Select editor now remains open after toggling an option, making it easier to toggle many items at once.
  • Rich Text values no longer overflow product/variant list rows if the value is too long to be contained within the cell.
  • Ucommerce.Search.Slugs.UrlService now generates the correct URL for two identical, consecutive slugs.
  • Maximum length validation error when working with imported products, categories and catalogs.
  • Product, Category and Catalog properties not saving while there are other validation errors displayed.
  • Product list and editor would break if a definition was inherited from, but not used as a definition on a product.
  • When adding a product to the basket, in some locales, the price got multiplied with 10000
  • Users who had their personal language set to a language not in the list of site languages were not able to add an order through the Ucommerce Back Office.
  • Licenses failed to activate for V9 installations
  • Enum fields could not be saved when the definition was inherited
  • Multi-language product properties could not be saved in other languages than the default language (en-US)

Ucommerce 8.4.1.19353

December 20, 2019

Bug Fixes

  • Support Sitefinity version 12.2 by turning off integrated pipeline validation in web.config

 

Ucommerce 8.4.0.19345

December 12, 2019

Breaking Changes
  • ISecurityService extended with additional method: 'bool UserCanAccess(guid)'.
  • Language Roles are now globally defined instead of store specific.
  • Price Group Roles are now globally defined instead of store specific.
New
  • Support for Sitecore 9.1 and 9.2
  • Updated Castle.Core version from v4.2.1 to v4.4.0.
  • Updated Castle.Windsor version from v4.1.0 to v5.0.0.
  • Updated target framework to .NET Framework v4.6.1.
  • Updated FluentNHibernate version from v2.0.1 to v2.1.2.
  • Updated NHibernate version from v4.0.0.4000 to v5.2.5.0.
  • Updated NHibernate.Caches.SysCache2 version from v3.3.1.4000 to v5.5.0.0.
  • Definition field descriptions are now displayed as tooltips in the new Catalogs app.
  • It is now possible to create new categories using keyboard shortcuts inside an empty catalog or category in the new Catalogs App.
Bug Fixes
  • StackOverflowException when Product was used both in act and as a free gift.
  • The same product can now be used multiple times as a free gift allowing the same free gift being added multiple times.
  • FacetedQueryable.Count() now takes facets into account when showing amount of results for a query.
  • Undoing the removal of an image in the Catalogs app would not restore the image until the page is reloaded.
  • Icons in the security tree was missing.
  • Improved experience when selecting media and content in the new Catalogs app.
  • Improved experience when selecting media and content in the new Catalogs app.
  • Some of the dropdowns in the new Catalogs app would not display options if there was only one option available.
  • The value of a custom property of Rich Text data type is now saved correctly.
  • Added missing label for indicating the language when the property of Rich Text data type is multilingual.
  • Definition inheritance page would not show properly.
  • Image picker dialogs save button will no longer be scrolled out of view.
  • Image picker preview now correctly displays the image in the dialog.
  • "Create Product Relation" save button dialog will no longer be scrolled out of view.
  • Ucommerce Feed links, if applicable, will now open in the same window instead of a new tab, enabling actions to work as intended.
  • Improved performance when loading products for a category in the Ucommerce administration interface, especially with large data sets.
  • Multilingual labels are now correctly displayed for the User's selected language in the new Catalogs and Products apps.
  • Some multilingual descriptions were erroneously encoded (sanitized) in their respective text fields.

 

 

Ucommerce 8.3.1.19271

October 2, 2019

Bug Fixes

  • FIX: Potential maximum SQL parameter limit exception during indexing to RavenDB.
  • FIX: Potential maximum SQL parameter limit exception in the DataProvider.
  • FIX: Potential maximum SQL parameter limit exception during full-text search in the "Catalog search" widget.
  • FIX: Potential maximum SQL parameter limit exception in Campaign Item listing in the tree navigation.
  • FIX: Potential maximum SQL parameter limit exception in Category listing in the tree navigation.
  • FIX: Potential maximum SQL parameter limit exception in Definition listing in the tree navigation.
  • FIX: Potential maximum SQL parameter limit exception in Definition listing in the tree navigation.
  • FIX: Potential maximum SQL parameter limit exception in Product listing in product pickers.
  • FIX: Potential maximum SQL parameter limit exception in Product search.

Ucommerce 8.3.0.19193

July 15, 2019

New

  • Catalogs (Beta) app, a new way of navigating and building a catalog structure, and working with categories and product catalogs.

Bug Fixes

  • InvalidOperationException on checkout if multiple campaign items with the same name were applied to the order.

Ucommerce 8.2.0.19157

June 6, 2019

Bug Fixes

  • Removed dependency on recently unlisted "Microsoft.CompilerServices.AsyncTargetingPack.Net4.dll" NuGet package.
  • Some dynamic property values were erroneously saved to the database sanitized.

Ucommerce 8.1.0.19093

April 4, 2019

New

  • The GUID columns introduced in Ucommerce 8.0 are now all mapped to the NHibernate entities.
  • New "Dashboard" Speak App on the Launchpad for quickly accessing a full-width view of the new Dashboard introduced in v8.

Bug Fixes

  • UpdateLineItemPipeline removes the orderline from the basket if the quantity is less than 0.
  • The Analytics role is now used to determine which statistics show up on the store dashboard. Numbers are now only aggregated and shown for users with A) access to the store, and B) the Analytics role set explicitly. Stores to which the current user is lacking the Analytics role, will not count in the totals. If you find users reporting that their numbers are less than they expected, check that the Analytics role is enabled for that user.
  • The mapping for the GUID column on all entities will now automatically assign a new GUID unless one is provided when saving the entity, preventing duplicate default GUIDs in the database which caused an exception.
  • When creating a new product catalog through the Ucommerce backoffice, it will be assigned a new sort order, instead of 0.
  • When creating a new category through the Ucommerce backoffice, it will be assigned a new sort order, instead of 0.
  • Soft-deleted campaigns and campaign items were not excluded from the FeedCampaignTriggeredTask pipeline task, causing an "InvalidOperationException" if multiple campaigns/campaign items would exist with the same name.
  • SelectFreeGiftProduct dialog now has a scroll bar when the content is too high.
  • SelectProductCatalogGroupTarget dialog now has scroll bar when the content is too high
  • SelectCategoryTarget dialog now has scroll bar when the content is too high.

Ucommerce 8.0.1.19053

February 22, 2019

New

  • This release contains an important security update to the platform.

Bug Fixes

  • The default service implementation responsible for loading up-to-date exchange rates (ICurrencyExchangeRateService) no longer fails if there are invalid currencies in the system resulting in no exchange rates being saved correctly.
  • UpdateCurrencyExchangeRatesPipeline no longer takes into account deleted currencies.
  • Custom price on orderline was overridden when TransactionLibrary.UpdateLineItem was executed.
  • Issue where IProductPriceCalculationService did not apply discounts.

Ucommerce 8.0.0.18352

December 18, 2018

General

  • Important: Upgrading to a major version requires a new Ucommerce license.

Breaking Changes

  • Any tables with a GUID colum with multiple rows with the same GUID, has a new GUID set so that all rows are unique.
  • Removed ServiceStack.

New

  • All Ucommerce tables and entities now have GUID column and corresponding indexes.
  • Introducing the new Ucommerce Dashboard, with quick metrics overview for the Digital Merchant.
  • First name property on the UCommerce.EntitiesV2.User.
  • Dashboard Feed that displays activities on the store(s).
  • Backoffice - Ordermanager dialogs resized to fit content better
  • Refreshing EntitiesV2.Product fields on EditProduct UI if there have been changes doing Save Product Pipeline.
  • Feed type, when an order is placed.
  • Feed type, when a campaign is used on an order.
  • Feed type, when a new customer checks out.
  • Feed type, when a returning customer checks out.
  • Feed type, when a customer is about to check out.
  • ICurrencyExchangeRateService interface for getting exchange rates between two currencies.
  • ICurrencyConversionService interface for converting a value from one currency to another.
  • GenericPipelineTaskAsync<T> (implementation of IPipelineTask<T>) for asynchronous task for subjects that are not an IEntity.
  • UpdateCurrencyExchangeRatesPipeline, used to update the CurrencyExchangeRates table with current values and create missing exchange rates based on currencies in the system.
  • ExecuteUpdateCurrencyExchangeRatesPipelineTask, that is executed asynchronously during the InitializePipeline.
  • "uCommerce_CurrencyExchangeRate" table to store exchange rates between two currencies.

Bug Fixes

  • Setting displayName on product definition fields would make the facets for that field disappear.
  • Products that did not have the "ModifiedOn" property set would not be indexed during indexing from scratch.
  • Product price query now has cachable per default.
  • Selected shipping countries will no longer get cleared on save when modifying shipping method access.
  • Selected available payment methods will no longer get cleared on save when modifying shipping method access.
  • Selected available countries will no longer get cleared on save when modifying payment method access.

Removed

  • BatchSave<T>(...) from System.Web.UI.WebControls.CheckBoxListExtensions.
  • ServiceStack dependency.

 

Ucommerce 7.19.0.18260

September 18, 2018

Breaking Changes

  • Payment providers are now deployed as individual apps, allowing them to be disabled individually.
  • Compatibility with Sitecore versions below 8.2 is now deprecated

What's new?

Bug Fixes

  • ExportCategoryProducts was not working due to a missing type.
  • All methods in our IDomainService implementations are now virtual and thus overridable.
  • Backoffice - Multipicker UI has been given a visual facelift
  • Backoffice - Catalog mananger dialogs have been resized to better fit the content
  • Backoffice - Ordermanager dialogs resized to fit content better
  • Refreshing EntitiesV2.Product fields on EditProduct UI if there have been changes doing Save Product pipeline.

Removed

  • Payments.config which is deployed as individual apps.

 

{{lineitem.ProductName}}

{{lineitem.VariantName}} - {{lineitem.Quantity}} x {{lineitem.FormattedPrice}} {{lineitem.FormattedPrice}}

Your cart is empty ;(
Total {{basket.FormattedProductsTotal}}
Checkout