Discount codes are provided for returning customers, or customers with large orders.
If you think you qualify for a discount code simply inquire here.


<% ' DISCOUNT CODE if request.form("discount") = "743926" then session("discount") = .15 ' means 15 % off products %> <% Response.Write("15% Discount Added!
") %>
<% elseif request.form("discount") = "" then else session("discount") = "" %> <% Response.Write("Sorry your Discount Code is not valid.
") %>
<% end if %>

Enter your discount code here: