1 <h1>Purchase some Merchandise</h1>
3 <p>Please read the item's ID number off of the bar code, and type it into
6 <%= start_form_tag :action => 'buy_merch'%>
7 <%= text_field 'merchandise_id', nil %>
12 <p><%=link_to 'Check Out', :action => 'receipt' %></p>