eConstruct ver. 5.0 documentation
For help or questions, please call 1-877-493-2832 or visit us at http://www.cf-acs.com
TAG NAME: CF_eConstruct_CATEGORIES
DESCRIPTION: A custom tag, which will display your eConstruct store categories or departments. There are 8 formats or styles to choose from.
SYNTAX:
<cf_eConstruct_categories
[style="[0|1|2|3|4|5|6|7]"]
[type="[MAIN|SUB|ALL]"]
[tableBgColor=""]
linkhref="##" (required)
[target="[frame]"]
>
DEFAULTS:
style = 0
type= "Main"
tableBgColor = "White"
NOTES:
Colors may be entered as named colors (ie. Black, White, etc.) or Hexadecimals. Make sure to use double pounds when entering colors hexadecimal (ie. ##FFFFFF)
ATTRIBUTES:
STYLE - Optional. Possible values are "0,1,2,3,4,5,6, or 7". Default is "0".
- Style 0 example:
<cf_eConstruct_categories style=0 linkHREF="myProducts.cfm"Will result in:
Luggage
Computer Cases
Sportbags
Handbags
Small Leather
Gift Items
- Style 1 example:
<cf_eConstruct_categories style=1 linkHREF="myProducts.cfm"Will result in:
Luggage
Computer Cases
Sportbags
Handbags
Small Leather
Gift Items
- Style 2 example:
<cf_eConstruct_categories style=2 linkHREF="myProducts.cfm"Will result in:
Luggage
Computer Cases
Sportbags
Handbags
Small Leather
Gift Items
- Style 3 example:
<cf_eConstruct_categories style=3 linkHREF="myProducts.cfm"Will result in:
Luggage Computer Cases Sportbags Handbags Small Leather Gift Items
- Style 4 example:
<cf_eConstruct_categories style=4 linkHREF="myProducts.cfm"Will result in:
Categories:
- Style 5 example:
<cf_eConstruct_categories style=5 linkHREF="myProducts.cfm"Style 5 will return a variable called 'eConstructCategories' containing a comma-delimited list of your store categories. For example: 1|Luggage,2|Computer Cases,3|Sportbags,4|Handbags,6|Small Leather,5|Gift Items
Each list item is formatted in the following manner: categoryID|categoryName
- Style 6 example:
<cf_eConstruct_categories style=6 linkHREF="myProducts.cfm"Will result in:
- Style 7 example:
<cf_eConstruct_categories style=7 linkHREF="myProducts.cfm"Will result in:
TABLEBGCOLOR - Optional. Default is "White".
VIEWBAGHREF - Required. You must provide the CF template name to use in the 'View Shopping Bag' HREF. The template must be in the same folder or directory. The template must reference the <cf_eConstruct_shoppingCart> tag.
TARGET - Optional. Default is "". For use in frames.