Skip to content

Lavrinovich13/Quicksilver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quicksilver

This repository is the starter site for EPiServer Commerce based on MVC, aka "Quicksilver".

Release Notes

This is release 1.3 of Quicksilver and more features will be added over time. The following is a list of features to be added in the future:

  • In-store pickup.
  • Multi-shipment support.
  • Package and bundle support.

Changes in this release

  • COM-122 Item in wishlist should show discounted price
  • COM-868 Inconsistent price when change currency for current market
  • COM-1086 Updated looks for login page
  • COM-454 Bad layout of product listing page in IPad landscape orientation
  • COM-586 Missing Swedish translation of Registration block
  • COM-912 Variations without price for currency are shown with price zero
  • COM-1163 Cannot apply coupon code in checkout page
  • COM-1291 Update Quicksilver to support read-only mode
  • COM-1447 Shipping form breaks when apply/remove coupon code
  • COM-1448 Keep facets during scroll
  • COM-1489 Coupon codes may be dropped
  • Updated to Episerver Commerce 9.11.1

Changes in Quicksilver 1.2

  • COM-111 Support for Commerce 9
  • COM-259 GitIgnore file on Quicksilver / GitHub excludes too much. Fixed.
  • COM-136 Inconsistent display description in Quickview dialog. Fixed.
  • COM-267 Error in console when update quantity in cart/minicart. Fixed.
  • COM-261 Should show shipping discount information in order confirmation/email. Fixed.
  • COM-138 Many buttons display as text on IPhone devices (640×1136 pixels). Fixed.
  • COM-231 Incomplete Owin Support for Projects collaboration. Fixed.
  • COM-240 Missing shipping address in order detail when select "Save address" option in checkout page. Fixed.
  • COM-137 Navigation Icon to edit mode overlay mini cart and wishlist in mobile view. Fixed.

Changes in Quicksilver 1.1

  • Improved support for ASP.NET identity in Commerce Manager.
  • Bug #126401 - Null reference exception when rendering address in some cases. Fixed.
  • Bug #129168 - Quick view in Swedish was badly formatted. Fixed.
  • Bug #129209 - After log out, still possible to access edit mode in some cases. Fixed.
  • Bug #129197 - "Continue shopping" button not working on mobile browsers. Fixed.
  • Bug #129214 - Missing EPiServer standard header/footer rendering. Fixed.

Installation

  1. Configure Visual Studio to add this package source: http://nuget.episerver.com/feed/packages.svc/. This allows missing packages to be downloaded, when the solution is built.
  2. Open solution and build to download nuget package dependencies.
  3. Search the solution for "ChangeThis" and review/update as described.
  4. Run Setup\SetupDatabases.cmd to create the databases. In the unlucky event of errors please check the logs.
  5. Start the site (Debug-Start from Visual studio) and browse to http://localhost:50244 to finish installation. Login with admin/store.

Note: SQL scripts are executed using Windows authentication so make sure your user has sufficient permissions.

Styling

The styling of the site is done in less. In order to be able to recompile the less files to css you will need to install nodejs. If you have nodejs the less files will be recompiled into css on every build. From the command line you can also execute the following command in folder "Sources\EPiServer.Reference.Commerce.Site":

msbuild -t:BuildLessFiles

Compiling the razor views

If you want to build the view to validate their correctness you can set the MvcBuildViews parameter to true.

msbuild -p:MvcBuildViews=true

About

EPiServer Commerce MVC Reference Architecture

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 40.5%
  • Classic ASP 26.7%
  • C# 14.7%
  • CSS 13.6%
  • HTML 4.1%
  • XSLT 0.4%