<?php
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce |
// +----------------------------------------------------------------------+
// | Copyright (c) 2003 The zen-cart developers |
// | |
// |
http://www.zen-cart.com/index.php |
// | |
// | Portions Copyright (c) 2003 osCommerce |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license, |
// | that is bundled with this package in the file LICENSE, and is |
// | available through the world-wide-web at the following url: |
// |
http://www.zen-cart.com/license/2_0.txt. |
// | If you did not receive a copy of the zen-cart license and are unable |
// | to obtain it through the world-wide-web, please send a note to |
// | license AT zen-cart DOT com so we can mail you a copy immediately. |
// +----------------------------------------------------------------------+
// $Id: returns.php 2005-01-19 20:30:00Z bunyip $
//
define('HEADING_TITLE', 'Return Request');
define('NAVBAR_TITLE', 'Return Request');
define('TEXT_SUCCESS', 'Your message has been successfully sent.');
define('EMAIL_SUBJECT', 'Message from ' . STORE_NAME);
define('ENTRY_NAME', 'Full Name:');
define('ENTRY_EMAIL', 'E-Mail Address:');
define('SEND_TO_TEXT','Send Email To:');
define('ENTRY_ADDRESS', 'Address:');
define('ENTRY_CITY', 'City');
define('ENTRY_STATE', 'State:');
define('ENTRY_POSTCODE', 'Post Code:');
define('ENTRY_ORDER_NUMBER', 'Order Number:');
define('ENTRY_VALUE', 'Total Value:');
define('ENTRY_ITEM_NUMBER', 'Item Number:');
define('ENTRY_ITEM_NAME', 'Item Name:');
define('ENTRY_ACTION', 'Action Requested:');
define('ENTRY_ACTION_REFUND', 'Refund');
define('ENTRY_ACTION_REPLACE', 'Replacement');
define('ENTRY_REASON', 'Reason for Return:');
?>