Search Engine Safe Application.cfm Settings

Technical Notes: When using the search engine safe file system, we create 3 files for each main category and category in the category hierarchy. These are the search engine safe name plus .cfm, ~x.cfm (assuming you left ~ as request.sespageseparator) and ~1.cfm. So search engine safe name "beauty-products-cosmetics" results in the following 2 files being created.
beauty-products-cosmetics.cfm
beauty-products-cosmetics~x.cfm
beauty-products-cosmetics~1.cfm

These files are identical except .cfm includes the action "sitemap", ~x.cfm includes the action "custom" and ~1.cfm includes the action "list". Within our ezcartpagecontent.cfm file, if action is "custom", we'll show a list of manufacturers to select from. If the action is "list" we show the products and cf_ezcart will automatically duplicate and number enough pages to show all of your products at the number of products per page (attributes.maxrows) that you set.

If you are not using the search engine safe file system but are using traditional SES URLs, we will pass the appropriate action (custom for x, list for 1) in the URL.