Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Syntax error


Guest

Recommended Posts

Posted

Unable to open shipiing info page with the following message.

Parse error: syntax error, unexpected $end in /includes/languages/english/shipping.php on line 19

Can anyone see from the text below:

 

<?php

/*

$Id: shipping.php,v 1.4 2002/11/19 01:48:08 dgw_ Exp $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2002 osCommerce

 

Released under the GNU General Public License

*/

 

define('NAVBAR_TITLE', 'Shipping & Returns');

define('HEADING_TITLE', 'Shipping & Returns');

 

define('TEXT_INFORMATION', '<P><B>Delivery - Right to Your Door</b><br>

All prices in our catalogue<B> include free delivery. </b> All orders are usually dispatched within 24 hours, to arrive with customers in the UK usually within five working days. If an item is out of stock we will notify you and forward it as soon as it arrives. <BR>Should you require <I>Next-Day Delivery</i> (additional charge) please <a href="contact_us.php"><B>Click Here</b> </a> and we can arrange for this providing your order is received by us before noon.<BR> (We regret this is not available at weekends and on Bank Holidays).<BR> All overseas orders, postage is charged at cost.<P>Here at <B> Medirect </b>we want you to be delighted every time you shop with us so we make our returns policy very simple. <br>Our "no quibbles" guarantee means that if for any reason you are unhappy with your purchase, just return it to us in its original unused condition within 15 days from your original purchase date and we will issue a full refund for the price of the item.

All orders are shipped via carrier.<br>For full details see<b>\'Conditions of Use\'</b><a href="conditions_php">);

?>

Thank you in anticipation

Posted
The closing apostrophe is missing and the link is not properly coded. This
conditions_php">);

should be

conditions_php">Conditions</a>');

 

Jack

Jack

Sorted

Thanks for speedy response

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...