Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Releases: VirtoCommerce/vc-storefront-deprecated

v2.14.3

22 Aug 14:42
Compare
Choose a tag to compare
  • Add Vendor.Products lazy loading collections
  • Add Order.Transactions to Shopify Order object
  • Support SEO routing for Vendor

v2.14.2

16 Aug 14:41
Compare
Choose a tag to compare
  • Add support 'aliases' for static content (Blog and Pages). All requests specified in 'aliases' will be redirected to the URL of the main content.
  • Now possible to cache null values. Previously, this has led to serious perfomance problems.
  • Complete checkout localization

v2.14.1

15 Aug 16:11
Compare
Choose a tag to compare
v2.14.1 Pre-release
Pre-release
  • Add WorkContext.CanonicalUrl
  • Handle 500 server error on production (display special page)
  • Fix minor bug in checkout
  • Serve static files in application folders (robots.txt or other)
  • Add support of Application Insight
  • Fixed error on vendor details page

v2.14

29 Jul 16:02
Compare
Choose a tag to compare

Improvements

  • completely redesigned checkout with ussing AngularJS components:
    https://docs.angularjs.org/guide/component
  • new liquid Sort filter allow to sorts the elements of an array by a given attribute of an element in the array.
    {% assign sorted = pages | sort:"date:desc;name" %}
  • add Vendor to context and view '/vendor/{vendorId}
  • new route /assets/{*asset} for handle all static content assets requests
  • rework assets file resolving and processing for better Shopify compatibility

Bug fixing

  • storefront login with empty fields cause server error
  • default theme not showing featured products on the homepage
  • implement all collections storefront routing

v2.13

05 Jul 08:45
Compare
Choose a tag to compare

Improvements

  • Extending to getting page_size from query string mutually with liquid paginate tag {% paginate collection.products by 20 %}. Now page_size=30 from query string will have higher priority than liquid tag value by 20 .
  • Possibility define CatalogSearchResponseGroup, ItemResponseGroup enums values in resp_group query sting parameter

Bug fix

  • Zero prices when API returning empty taxes when enabled theme setting show_prices_with_taxes : true

v2.12

02 Jul 15:44
Compare
Choose a tag to compare

Improvements

Bug fix

  • Checkout payment method callback
  • Blog minor bug fixes

v2.11

09 Jun 15:49
Compare
Choose a tag to compare
ContentConnectionString fix