Read this before using code from this repository.
- The samples are not supported by Litium
- The samples are not maintained and updated when new versions of Litium are released
- A sample may be created only as a demo and not for production use
- The samples may not be tested thouroghly
However, with this in mind the samples can be used as inspiration or a starting point when implementing a specific solution in a project, just remember to test thouroghly before using the code in a production environment
- Block editorial section from Demo - Block used on public Litium demowebsite
- Block hero banner from Demo - Block used on public Litium demowebsite
- Custom field type YouTube video
- Display recently visited products
- Logging with Stackexchange Exceptional (WebLog) - Restore the WebLog that was removed in Litium version 7.4
- Login with Auth0 - Use the external identity provider Auth0 to login to Litium
- Sliding date span on smart groups - Smart groups in Litium standard only support fixed date intervals
- Target group condition Login status - Target group condition to filter out all anonymous or logged in users
- Use multiple voucher codes on single order - Custom campaign condition that supports multiple voucher codes on a single order
- Use WebForms custom panel in 7.4 - Use WebForms custom panel in 7.4.
- Erp connector app - ERP Connect integration application would connect to a Litium server instance, through web api registration.
Samples hosted by others outside this repo
- Distancify.LitiumAddOns.MediaMapper by Distancify - Programmatically organize media and link media to other entities
- Litium.AddOns.GoogleMapFieldType - Use Google Map to show and edit geo location
- Litium.AddOns.SmartImage - Analyzes and extracts rich information from images, powered by machine learning, to categorize images in a better way
- Litium.AddOns.SmartImage.GoogleCloudVision - Implementation of above using Google Cloud Vision
- Litium.FieldType.Bag - Contains several custom Litium Field types
- LitiumDemoHelper - Useful tools when creating a customer demo
- LitiumLinksField - Field definition for Litium PIM to show all links where a product/category is published
- LitiumWebsiteTexts - Create and maintain website texts in code
If you have a sample hosted elsewhere just create a PR where you add a link to your sample in the External samples list above.
If you want to submit a sample to be hosted in this repository please submit a PR for review, just follow the instructions below:
- Copy the folder "Samples/_Sample template" and rename the copied folder to describe the sample
- Edit the README file in the folder to describe your sample
- Add sample code in the Resources-folder and remove the Placeholder.txt file