# Data File Variables $DATABASE = 'c:/indigoperl-5.6/htdocs/database.txt'; $MAX_MINUTES = 15; $PRODUCT_INFO = 'c:/indigoperl-5.6/htdocs/products.txt'; $TAX_TABLE = 'c:/indigoperl-5.6/htdocs/taxes.txt'; $SHIPPING_TABLE = 'c:/indigoperl-5.6/htdocs/shipping.txt'; # Page Template Variables $BASE_PRODUCT_PATH = 'c:/indigoperl-5.6/htdocs/'; $INTRO_HTML = 'c:/indigoperl-5.6/htdocs/feedback.htm'; $REVIEW_TEMPLATE = 'c:/indigoperl-5.6/htdocs/feedback.htm'; $INVOICE_TEMPLATE = 'c:/indigoperl-5.6/htdocs/invoice.html'; $FINAL_TEMPLATE = 'c:/indigoperl-5.6/htdocs/final.html'; # Email Variables $EMAIL_TEMPLATE = 'c:/indigoperl-5.6/htdocs/feedback.txt'; $ORDER_SUBJECT = 'FeedBack Information'; $ORDER_TO = 'eagle5@cdsnet.net'; $CC_ORDER = ''; $REPLY_TEMPLATE = 'c:/indigoperl-5.6/htdocs/feedback.txt'; $REPLY_SUBJECT = 'Order Confirmation'; $REPLY_FROM = 'Herb Pharm '; 1;