Your cart is empty.
Simple but powerful theme primarily provided as a developer resource and base theme. This theme contains 3 color variations: green, blue, and orange. Implements the following features:
- Product carousel on the home page
- Featured product list on the home page
- On sale product list on the home page
- Profile area for your customers
- Newsletter signup box
- News section (based on LemonStand blog module)
- Image gallery page
- Simplified checkout page
- Unlimited storefront category listing
Links
Requirements
This theme requires the following modules:
Instructions
Payment methods which are self-hosted (send POST request to the server) will need to have their payment form partials edited. Change this:
<?= open_form() ?>
to this:
<?= open_form(array('action' => root_url($site_settings->store->pay_path . '/' . $order->order_hash))) ?>
Configuration
These instructions assume that you already have this theme imported into your LemonStand store.
Much of this theme can be customized through the site:settings CMS partial. This includes company
title, social networking links, theme color, meta data, image dimensions, page paths (must match
existing pages), products per page, product title length, and more.
Site settings can be accessed in the following way, for example: $site_settings->company->title or
$this->render_partial('site:settings')->company->title.
Variations
This theme contains 3 color variations: green, blue, and orange. You can change the color by
changing the theme->color word in the `site:settings` partial.
Sections
- In order to modify products in the cycle area of the home page, please use a Product Group with
an API code of `frontpage`. Product Groups can be found under the Shop Products section.
- In order to modify products under the `Featured Products` section of the home page, please use a
Product Group with an API code of `featured`.
- In order to modify products under the `Products on Sale` section of the home page, please use a
Product Group with an API code of `sale`.
Structure
- Gallery images can be located in the `resources/images/gallery` folder.
- Color related variations can be found in `resources/css` folder, and `resources/images/colors`
folder. - Dialog message box text is located in the `resources/js/main.js` file.
Notes
- If you are using newsletter software or a service, do not forget to change the form on the home
page. - The `payment:braintree_transpredirect` partial has been included as a style reference for your
payment form. - Any PSDs used to create the layout, are in the `design` folder.

