Note that all links to custom tags in the menu will open a new page for additional width.
Some parameters will use hex values to specify table cell and font colors. Enter only the 6 character hex value. Do not enter the pound symbol.
The cartpage parameter that you pass to any tag will be the page that any link or form within that tag goes to.
Each custom tag also passes a common parameter called "page". This will be either the name of the page to call in the ezcart directory, if appropriate, or a value that you may use to call other tags with.
Example: cf_searchform, which we cover in the "Search Tag" link, passes a hidden input field name "page" with a value of "list.cfm". This will automtically load list.cfm into the cartpage template. list.cfm is the page that searches for and shows products.
Some tags cannot be used to call the ezcart pages directly, such as the cf_welcome and cf_login tags. In which case we pass the page parameter as a value and not an actual page/file name. We will tell you what the value of the page parameter is and which values being passed may be appropriate. Some tags, such as the cf_welcome tag and the cf_categorymenu tag may be appropriate to show all the time.
Any tag may be shown at any time by either not placing it in a cfif statement, or by placing it in a cfif statement or a cfswitch/cfcase statement.