I'd like to take this one or two steps further and create a "quick order" page that lists all products (or maybe a subset) in a more compact format with quantity box and "add to cart" functionality for each product. This would allow customers to quickly scan down a list of products and add items to their cart, especially when they are familiar with the catalog and know what they want
Does this involve creating a new catalog control (based on catalogList.ascx), creating a new version of catalog.aspx without the paging controls, and feeding it the "ALL" category mentioned above?
Erik