{ERROR}
{TITLE}
Name: * The name of the component.
Replace: * The string this component will replace.
{SECOND_REPLACE} Second Round Replacement: The replacement for this component will occur after the first group. This allows components to be placed within the redered code of conditional fields.
{THIRD_REPLACE} Third Round Replacement: The replacement for this component will occur after the second group. For when we must go deeper!
Data Type: {DATA_TYPE} Field: Pulls Information from a specific field.
Conditional Field: Only Displays if data is found in the field. Can have static data that wraps it.
Conditional Display (List): Displays specified code if data is found in the list.
Conditional Display (Field): Displays specified code if data is found in the field.
Get Data: Displays the data contained within a get field.
List: Renders a List with optional perameters.
Click for larger Image: Opens up a larger version of the image when it is clicked on.
Execute Function: Allows for the execution of a custom function. The function needs to return a string which will be used to replace the replacement string.
Count: Counts the number of items displayed, and displays the current count.
Add to Cart Button: Creates a button with the appropriate fields for adding this item to the website shopping cart.
Field Options
Conditional Field Options
Sublist Options
Click for larger Image Options
Conditional Display (List) Options
Conditional Display (Field) Options
Execute Function
Get Data Options
Variable Name:
List:
Sublist:
Above Field:
Field:
Display Image:
Function to Execute:
{LIST}
{SUBLIST}
{FIELD}
{DISPLAY_IMAGE}
The name of the variable to pull data from.
* Data will be pulled from this list.
* Data will be pulled from this list.
This will be rendered before the field data.
* Data will be pulled from this field.
* That image that will be displayed on the page.
* Executes the listed function. Parameters can be dynamic.
Example: my_function({category}) -where {category} is the MySql field name for some data within the current list item.
List Options:
Field:
Larger Image:
{CONDTIONAL_FIELD}
{LARGER_IMAGE}
Additional MySQL command to give the sublist, using WHERE.
This command can be specific: (name='something')
Or this command can be dynamic: (name='{cpindex}')
Where {cpindex} is replace with the index value of the current PRIMARY list item
* Data will be pulled from this field.
* That image that will be displayed when the smaller one is clicked on.
Below Field:
Display Type:
Code To Display:
{DISPLAY_TYPE}
This will be rendered after the field data.
New Window: Opens the Larger image in a new window.
Centered Div: Opens the Larger image within the current window, using a floating, centered div, and greying out the rest of the page.
This will be displayed on the page if at least one result was found in the list.
Formatting:
Code To Display Alt:
{FORMATTING}
Formats the field data in a specific way.
New Window: Stops diplaying after a certain number of characters adds a "..."
This will be displayed on the page if no results were found.
Formatting Option:
Type in the maximum number of characters to display before cutting off display and adding "..." .
CSS Class:
Adds a CSS Class to the data in this field.