Skip to content

JanakaEPiServer/Quicksilver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 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.1 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

  • 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

About

EPiServer Commerce MVC Reference Architecture

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Classic ASP 34.2%
  • JavaScript 25.2%
  • C# 18.3%
  • CSS 16.6%
  • HTML 5.1%
  • XSLT 0.5%
  • Other 0.1%