EPiServer.Commerce.UI.ManagerIntegration by: Episerver
  • 14,349 total downloads
  • Latest version: 11.4.1
  • EPiServer Commerce UI Manager
Contains the integration between EPiServer Commerce UI and Commerce Manager. This is not the Commerce Manager itself, it's just the integration between it and UI that runs on the EPiServer Commerce site. Do not use this package on the Commerce Manager site. Assemblies in this package are not part of the public EPiServer API, and may change without notice.
EPiServer.Commerce.UI by: Episerver
  • 15,488 total downloads
  • Latest version: 11.4.1
  • EPiServer Commerce UI
Contains the resources used by the user interface that runs on the EPiServer Commerce site (not Commerce Manager). Commonly you would not update this directly, instead use the EPiServer.Commerce package. That package will handle both this and the EPiServer.Commerce.UI packages as well as the dependency to EPiServer CMS. Do not use this package on the Commerce Manager site. Assemblies in this package are not part of the public EPiServer API, and may change without notice.
EPiServer.Commerce.SolrSearchProvider by: Episerver
  • 489 total downloads
  • Latest version: 11.4.1
  • EPiServer Commerce SolrSearchProvider
EPiServer Commerce Solr Search Provider
EPiServer.Commerce.Solr35SearchProvider by: Episerver
  • 558 total downloads
  • Latest version: 11.4.1
  • EPiServer Commerce Solr35SearchProvider
EPiServer Commerce Solr 3.5 Search Provider
EPiServer.Commerce.Security by: Episerver
  • 607 total downloads
  • Latest version: 11.4.1
  • EPiServer Commerce
This is the package for EPiServer Commerce to allow for self registering users. Use this package if you want to use mixed authentication or use OWIN for authentication.
EPiServer.Commerce.FindSearchProvider by: EPiServer AB
  • 3,073 total downloads
  • Latest version: 9.0.1
  • EPiServer Commerce FindSearchProvider
EPiServer Commerce FindSearchProvider
EPiServer.Commerce.Core by: Episerver
  • 17,119 total downloads
  • Latest version: 11.4.1
  • EPiServer Commerce Core
Contains the assemblies needed for EPiServer Commerce. Commonly you would not update this directly, instead use the EPiServer.Commerce package. That package will handle both this and the EPiServer.Commerce.UI packages as well as the dependency to EPiServer CMS. For the Commerce Manager site, use the EPiServer.CommerceManager package.
EPiServer.Commerce.Azure by: Episerver
  • 33,215 total downloads
  • Latest version: 12.3.0
  • Azure
Database and setting updates required for EPiServer Commerce to run on Azure.
EPiServer.Commerce by: Episerver
  • 15,344 total downloads
  • Latest version: 11.4.1
  • EPiServer Commerce
This is the main package for EPiServer Commerce. It adds EPiServer Commerce to a web project, with the exception of the Commerce Manager integration in EPiServer.Commerce.UI.ManagerIntegration which is optional and has to be added separately. Do not use this package on the Commerce Manager site. Instead, use the EPiServer.CommerceManager package.
EPiServer.ChangeApproval by: EPiServer
  • 212 total downloads
  • Latest version: 1.0.3
  • EPiServerModulePackage EPiServerAddon EPiServer ChangeApproval
EPiServer ChangeApproval
Epinova.QuickExport by: Espen Lønnkvist
  • 735 total downloads
  • Latest version: 10.0.4
  • Epinova EPiServer Export
Enables quick export/import from the pagetree
Epinova.JsResourceHandler by: Arve Systad
  • 461 total downloads
  • Latest version: 10.0.26
  • Epinova Episerver Javascript Resources
Module to serve language XML files as JSON into a separate HTTP request. Easily enables translated resource texts within Javascript files. Change log: 2017-09-05 Fix ResourceNamespace 2017-08-26 Typo 2017-08-26 Simplified, removed polyfill and adding function from js file. 2017-08-24 Update readme.md 2017-08-24 Added jsl10n.translate and Array.prototype.reduce polyfill 2017-03-09 Updated nuspec. It's proper now 2017-03-09 Updated nuspec 2017-03-09 Updated nuspec 2017-03-09 Updated nuspec 2017-03-09 Updated to CMS10 2016-09-19 Readme update 2016-09-19 Cache now depends on file changes instead of time. Time is silly. 2016-09-13 Ok, another try... 2016-09-13 Eh... screw you VS, stop "fixing" my project refs. 2016-09-13 Updated readme to reflect latest change 2016-09-13 Now adds variable to window property. Slightly cleaner IMO. 2016-09-13 Module now takes care of ignoring its own route => no more conflicts with mvc default route 2016-01-19 Updated some file paths, might this work...? 2016-01-19 Fixed readme file path... 2016-01-19 Added readme to project folder to get auto updates 2016-01-19 Some nuspec updates 2016-01-19 Updated assemblyinfo 2016-01-19 initial commit
Epinova.InRiverConnector by: Optimera Epinova inRiver - Arve Systad
  • 1,141 total downloads
  • Latest version: 1.2.0.37
  • EPiServer Epinova inRiver PIM Commerce
Connector between Episerver and inRiver PIM [revision:ef8e7ce ] Change log: 2017-12-12 Ok, why all the fuzz? Let Episerver create the URL segment itself, ensuring it's unique 2017-12-12 Logging when duplicate filenames happen 2017-12-12 Ok, simplified what it looks for in ze exception message 2017-12-12 Duplicate blob-filenames causing issues should now be handled well 2017-12-06 Updated nuspec 2017-12-06 Flush caches also when it crashes, to get a clean start without restarting it 2017-12-05 Added request object for pushing catalog xml too, no longer relying on text/plain 2017-12-05 All config keys should now align with the moon and the stars 2017-11-30 Fixed log statement 2017-11-30 Fixed some log statements 2017-11-30 We only have "IsMainImage" true/false, so explicitly setting the main image first by the SortOrder property 2017-11-27 No longer adding an item to the channel if its parent is not present 2017-11-27 Order things correctly. Items with multiple parents now get the correct one 2017-11-27 Removed unused dependency from ChannelHelper 2017-11-27 Show the actual name 2017-11-27 Readme update 2017-11-27 Removed the extra loop to get "distinct entities". No need, as all stuff added to the output is checked for duplicates. 2017-11-27 Readme update + version number bumping, yay 2017-11-27 Readme update 2017-11-27 Nuspec update 2017-11-24 Uh yeh lets keep naming consistent 2017-11-24 Assemblyinfo updates 2017-11-24 Updated config keys + degree of parallelism is now configurable 2017-11-24 Parallelising the resource import, quickening it up quite a bit. 2017-11-24 Reduced some duplication and moved resource xml parsing into episerver. No need to save xml file, read it back in and then post it somewhere else. 2017-11-23 Fixing stuff 2017-11-23 No need to run this in a separate thread. Original behaviour maintained, but removed return value from http call + removed periodic checking status... 2017-11-23 Just check every ten seconds, no need to delay the entire thing by minutes for large imports 2017-11-23 Simplified error display slightly 2017-11-23 More logging and duplication-reduction
EPiBootstrapArea.Forms by: Valdis Iljuconoks (Tech Fellow Consulting)
  • 2,508 total downloads
  • Latest version: 2.0.2
  • Twitter Bootstrap EPiServer ContentArea ContentAreaRenderer CMS Content Area Forms EPiServer.Forms
Twitter Bootstrap aware EPiServer Forms
EPiBootstrapArea by: Valdis Iljuconoks (Tech Fellow Consulting)
  • 6,374 total downloads
  • Latest version: 4.3.2
  • Twitter Bootstrap EPiServer ContentArea ContentAreaRenderer CMS Content Area
Twitter Bootstrap aware EPiServer Content Area Renderer (and much more)
EPi.Libraries.QnaMaker.ContentArea by: Jeroen Stemerdink
  • 844 total downloads
  • Latest version: 1.0.0
  • qna faq
Connect your site to the QnA maker api.
EPi.Libraries.QnaMaker by: Jeroen Stemerdink
  • 835 total downloads
  • Latest version: 1.0.0
  • qna faq
Connect your site to the QnA maker api.
EPi.Libraries.Favicons.ImageResizer by: Jeroen Stemerdink
  • 301 total downloads
  • Latest version: 3.0.2
  • icons seo imageresizer
Image resizing service for use within EPi.Libraries.Favicons
EPi.Libraries.Favicons by: Jeroen Stemerdink
  • 300 total downloads
  • Latest version: 3.0.2
  • icons seo
Create Favicons from within EPiServer
eGandalf.Epi.Validation by: James Stout (@egandalf)
  • 67 total downloads
  • Latest version: 1.0.6
  • Validation
A series of attribute-based validators for Episerver Page, Block, and Media types.