Hey , could someone please make my Returns and delivery page work? I want to use the one below, But for some reason i always get this error:
<?php
/*
$Id: shipping.php 1739 2007-12-20 00:52:16Z hpdl $
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2002 osCommerce
Released under the GNU General Public License
*/
define('NAVBAR_TITLE', 'Shipping & Returns');
define('HEADING_TITLE', 'Shipping & Returns');
define('TEXT_INFORMATION', 'Return Policy
We know that you will be pleased with your purchases from us. However, there may be occasions when you will need to return items to us.
Items Faulty on arrival
If your items are faulty on arrival, you have 5 calendar days in which to inform us of the fault. Items should be returned in their original packaging complete with all accessories and documentation.
Once we have verified the fault, we'll issue a replacement or full refund to you via your original payment method. We test returned items, and if a returned item is found not to be faulty by our technicians we will return the item to you, in this instance you will be liable for the return carriage.
Items Faulty in Warranty Period
If any of your purchases develop a fault, and it's before 28 calendar days since receipt, you are entitled to a replacement.( unless otherwise stated)
Open-Box Items (Used)
Please note that our (used) stock is sold with 14 calendar days warranty only, and therefore any claims under the warranty after 14 days of receipt will not be accepted.
If you change your mind
If you have simply changed your mind about any item ordered and you wish to return it, then in line with the Distance Selling Regulations (DSR) you can do so provided you inform us of your decision within 5 days of receipt.
The item must not be used and must be 'as new' when returned to us. Once you've informed us that you wish to return goods under the DSR, you have 28 calendar days to do so, at your own expense. Once the item is received at our office, we'll issue a full refund for the product to your original payment method.If the Item is used no refund will be given and the item posted back to you at your cost.
Need to return an item?
You can request a return using our easy to use, contact system which is accessed on the main site.
In addition to this policy you should also refer to our general Terms and Conditions of Sale.');
?>
Parse error: syntax error, unexpected T_STRING in /home/mynds/public_html/includes/languages/english/shipping.php on line 24
<?php
/*
$Id: shipping.php 1739 2007-12-20 00:52:16Z hpdl $
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2002 osCommerce
Released under the GNU General Public License
*/
define('NAVBAR_TITLE', 'Shipping & Returns');
define('HEADING_TITLE', 'Shipping & Returns');
define('TEXT_INFORMATION', 'Return Policy
We know that you will be pleased with your purchases from us. However, there may be occasions when you will need to return items to us.
Items Faulty on arrival
If your items are faulty on arrival, you have 5 calendar days in which to inform us of the fault. Items should be returned in their original packaging complete with all accessories and documentation.
Once we have verified the fault, we'll issue a replacement or full refund to you via your original payment method. We test returned items, and if a returned item is found not to be faulty by our technicians we will return the item to you, in this instance you will be liable for the return carriage.
Items Faulty in Warranty Period
If any of your purchases develop a fault, and it's before 28 calendar days since receipt, you are entitled to a replacement.( unless otherwise stated)
Open-Box Items (Used)
Please note that our (used) stock is sold with 14 calendar days warranty only, and therefore any claims under the warranty after 14 days of receipt will not be accepted.
If you change your mind
If you have simply changed your mind about any item ordered and you wish to return it, then in line with the Distance Selling Regulations (DSR) you can do so provided you inform us of your decision within 5 days of receipt.
The item must not be used and must be 'as new' when returned to us. Once you've informed us that you wish to return goods under the DSR, you have 28 calendar days to do so, at your own expense. Once the item is received at our office, we'll issue a full refund for the product to your original payment method.If the Item is used no refund will be given and the item posted back to you at your cost.
Need to return an item?
You can request a return using our easy to use, contact system which is accessed on the main site.
In addition to this policy you should also refer to our general Terms and Conditions of Sale.');
?>