LemonStand Version 1 Has Been Discontinued
This documentation is for LemonStand Version 1. LemonStand is now offered as a cloud-based eCommerce platform.
You can try the new LemonStand and learn about upgrading here.
Getting Started
This section describes how to create and manage pages in LemonStand.
Unlike most other eCommerce solutions, LemonStand allows you to build your website pages from scratch. You are not bound to page templates or themes. Build your website like you usually do with HTML and PHP. LemonStand provides you with all necessary tools and API classes to access eCommerce objects on your pages.
- Understanding Themes
- Enabling Theming - explains how to enable Theming feature in existing LemonStand installations.
- The Page Basics - learn the basics about page anatomy in LemonStand
- How to Create a LemonStand Page - explains how to create a page
- Adding a Layout - explains what templates are and how to use them
- Creating a Partial - explains partials and how to use them to reuse code in your pages.
- Using the Page Head Declarations Field - explains how you can output page-specific elements in the page HEAD element.
- Using the Page Blocks Feature - explains how to inject page-specific blocks into page layouts.
- Combining and Minifying JavaScript and CSS files - explains how you can reduce the number of JavaScript and CSS resource requests on your pages
- Creating Editable Blocks - explains how to create editable content blocks on a page
- Global Content Blocks
- Managing Resources - explains how to manage a website's CSS, image and JavaScript files.
- Ecommerce Security - explains how to protect your website pages and force HTTPS protocol for specific pages.
Next: Understanding Themes
Previous: Developer Guide
Return to Developer Guide