Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Coding Error line 16


Guest

Recommended Posts

I have the the following coding error - Parse error: syntax error, unexpected T_STRING

adding text to conditions box.

Can anyone poss help.

<?php

/*

$Id: conditions.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', 'Conditions of Use');

define('HEADING_TITLE', 'Conditions of Use');

 

define('TEXT_INFORMATION', 'All contracts of sale made by Medirect ('The Company') shall be deemed to

incorporate these terms and conditions ('Medirect Standard Terms &

Conditions') which shall prevail over any other document or communication from

the party with whom the company is dealing ('The Customer'). Any order shall be

deemed to be an offer by the Customer to purchase goods and or services in

accordance with these terms and conditions. Terms and conditions do not affect

customers’ statutory rights as a consumer.<br>

<br>

<b>2. Copyright<br>

</b>The services are sold to the Customer with the knowledge that Medirect are

the sole owners of the design of any Web pages & code produced and that also

any services may not be sold on to a third party unless written consent is

obtained from Medirect.<br>

Link to comment
Share on other sites

Whenever you use an appostrophe in text, you have to proceed it with a backslash. So, for example, change customers’ in your text to customers\’ .

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...