Skip to content

The Products sample project is a module that provides product listings built on top of a native content-based module in Sitefinity. Content-based modules themselves are based on Generic Content and reuse much of the functionality available for generic content.

sarahmertzatpariveda/Telerik.Sitefinity.Samples.Products

 
 

Repository files navigation

Telerik.Sitefinity.Samples.Products

Build Status

The Products sample project is a module that provides product listings built on top of a native content-based module in Sitefinity. Content-based modules themselves are based on Generic Content and reuse much of the functionality available for generic content.

The Products sample demonstrates comprehensively the features of a content-based module that has all built-in functionality of a native Sitefinity module.

Using the Products sample, you can:

  • Set up the solution
  • Build the model
  • Implement the data access layer
  • Implement the module class
  • Implement services
  • Implement module configuration
  • Provide localizable resources
  • Create the UI of ContentView
  • Creat Widget definitions

Requirements

  • Sitefinity license
  • .NET Framework 4.5
  • Visual Studio 2012
  • Microsoft SQL Server 2008R2 or later versions

Prerequisites

Clear the NuGet cache files. To do this:

  1. In Windows Explorer, open the %localappdata%\NuGet\Cache folder.
  2. Select all files and delete them.

Nuget package restoration

The solution in this repository relies on NuGet packages with automatic package restore while the build procedure takes place.
For a full list of the referenced packages and their versions see the packages.config file.
For a history and additional information related to package versions on different releases of this repository, see the Releases page.

Installation instructions: SDK Samples from GitHub

  1. In Solution Explorer, navigate to SitefinityWebApp » App_Data » Sitefinity » Configuration and select the StartupConfig.config file.
  2. Modify the connectionString value to match your server address.

For version-specific details about the required Sitefinity NuGet packages for this sample application, click on Releases.

Login

To login to Sitefinity backend, use the following credentials:
Username: admin
Password: password

Additional resources

Sitefinity documentation

About

The Products sample project is a module that provides product listings built on top of a native content-based module in Sitefinity. Content-based modules themselves are based on Generic Content and reuse much of the functionality available for generic content.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 59.3%
  • HTML 37.2%
  • CSS 1.2%
  • Classic ASP 1.2%
  • JavaScript 1.1%