Purchase some Merchandise

Please read the item's ID number off of the bar code, and type it into the box below.

<%= start_form_tag :action => 'buy_merch'%> <%= text_field 'merchandise_id', nil %> <%= submit_tag 'Ok' %> <%= end_form_tag %>

<%=link_to 'Check Out', :action => 'receipt' %>