Hi there! I'm tasked with creating a zen cart to replace this order form:

http://patinaproducts.com/dist_order/

The site is for distributors who know what they're ordering already so i dont need any extra stuff to sell things. All items will be free as the orders are sent to Quickbooks via T-Hub and the distributor is charged manually.

I would like the cart to look as close to the previously mentioned order form as possible. I want to modify the look so the entire site is simply one page with all of the available items displayed in a table with a checkboxes to add them to the cart.

Are there PHP Snippets that I can loop through and use to display all of the products in a table and be able to add them to the cart? Thanks so much for your help!

James