The Layout Scriptlets are used to control the overall layout of your page. Most Layout Scriptlets can be used with any AbleCommerce display page, however, there are a few Layout Scriptlets that are designed specifically for certain pages of the store.
Managing Layouts
From the Manage Scriptlets page, or from the top-menu, go to Website > Manage Scriptlets.
Apply Layout to Store
From the Editor Zone, select the Active Layout scriptlet and click the APPLY button.
Each Scriptlet may or may not have some defining HTML to control the layout. Most Scriptlets will use one or more control objects. These control objects are customizable and will some have properties that can be used to offer some additional features.
As development of AbleCommerce software is always progressing. You should check the Help > ConLib Reference page from within the software to find the latest updates available.
One Column
Displays header, footer, and a main content area.
Original Scriptlet Location:
..\App_Data\Scriptlets\Default\Layout\One Column.htm
|
|
|
Content Only
Only displays the content, no sidebars, headers, or footers.
Original Scriptlet Location:
..\App_Data\Scriptlets\Default\Layout\Content Only.htm
|
|
|
Checkout
Displays header, footer, and a main content area.
Original Scriptlet Location:
..\App_Data\Scriptlets\Default\Layout\Checkout.htm
|
|
|
Right Sidebar
Displays header, footer, the main content area, and a right sidebar.
Original Scriptlet Location:
..\App_Data\Scriptlets\Default\Layout\Right Sidebar.htm
|
|
|
Account
Layout used for pages in the member "my account" section.
Original Scriptlet Location:
..\App_Data\Scriptlets\Default\Layout\Account.htm
|
|
|
Left Sidebar
Displays header, footer, a left sidebar, and the main content area.
Original Scriptlet Location:
..\App_Data\Scriptlets\Default\Layout\Left Sidebar.htm
|
|
|
Three Column
Displays headers, footers, a left sidebar, a right sidebar, and a main content area.
Original Scriptlet Location:
..\App_Data\Scriptlets\Default\Layout\Three Column.htm
|
|
|
View Order
Layout used for pages where an order is being viewed in the member "my account" section
Original Scriptlet Location:
..\App_Data\Scriptlets\Default\Layout\View Order.htm
|
|
|