Config.DebugPassword = 1 #include "dates.hdf" hdf.loadpaths { 0 : CGI.DocumentRoot 1 = /neo/htdocs/trakweb/tmpl/etail 2 = /neo/htdocs/trakweb/tmpl/etail } Enum { Status { c = In-Checkout w = Pending p = In-Pick s = Shipped } Shipping { fedex2 = Fed-Ex 2-Day fedex = Fed-Ex Overnight UPS = UPS Overnight UPS2 = UPS 2-Day USPS = US PS Priority } } CGI { Orders { 0 { order_id = 1000 order_t { min = 10 hour = 11 am = 1 24hour = 11 mday = 11 mon = 8 year = 2002 2yr = 02 wday = 1 } ship_t { min = 15 hour = 11 am = 0 24hour = 2 mday = 14 mon = 8 year = 2002 2yr = 02 wday = 1 } order_status = s order_cust_id = 1000 order_total = 23.97 ship_type = fedex2 ship_tracking = 061401403241495 order_po = } } Cart { 0 { order_id = 1000 item_id = 1 quantity = 1 price = 1.99 total = 1.99 } 1 { order_id = 1000 item_id = 10 quantity = 2 price = 10.99 total = 21.98 } } Customer { cust_id = 1000 name = Bob Briggs email = bob@hotmail.com.f address = 455 Market St. address2 = city = San Francisco state = CA zip = 94105 phone = 415-555-1212 phone2 = } Order : CGI.Orders.0 Inventory { 0 { item_id = 1 name = Power Cable desc << EOM This is a standard computer power cable, US w/ GND. EOM price = 1.99 count = 20 } 1 { item_id = 10 name = IDE Cable desc << EOM 2' EIDE ATA100 1F 1M Cable EOM price = 10.99 count = 51 } } }