OT_QUICK
OT_QUICK = 'quick'
Stores the options for a restaurant order menu.
DEFAULTS = array('categories' => 'default', 'order_type' => self::OT_QUICK, 'image_position' => 'left', 'product_image' => true, 'product_description' => true, 'description_length' => self::DD_LIMITED, 'buy_button' => true, 'category_titles' => true, 'category_descriptions' => true, 'columns' => 1)