## -*- coding: utf-8; -*-
<%inherit file="/configure.mako" />
<%def name="form_content()">
Customer Handling
Require a Customer account
Allow user to choose contact info
Allow user to enter new contact info
If you allow users to enter new contact info, the default action
when the order is submitted, is to send email with details of
the new contact info. Settings for these are at:
-
${h.link_to("New Phone Request", url('emailprofiles.view', key='new_phone_requested'))}
-
${h.link_to("New Email Request", url('emailprofiles.view', key='new_email_requested'))}
Product Handling
Allow creating orders for "unknown" products
Allow prices to be flagged as "questionable"
%def>
${parent.body()}