Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error on Condidtions.php


hp7166

Recommended Posts

Hi Guys

 

I get this error on conditions.php

 

Parse error: syntax error, unexpected T_STRING in /mounted-storage/home34a/sub001/sc27741-LWKZ/wanderlustwitch.co.uk/shop/includes/languages/english/conditions.php on line 18

 

My PHP is below

 

<?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', 'Terms & Conditions<br>

 

<p></p>Wanderlust Witch does not disclose buyers' information to third parties. Cookies are used on this shopping site to keep track of the contents of your shopping cart once you have selected an item, to store<br> delivery addresses .Data collected by this site is used to: <br>

a. Take and fulfil customer orders<br>

b. Administer and enhance the site and service<br>

c. Only disclose information to third-parties for goods delivery purposes<br>

 

<b>Returns Policy-</b> ALL items returned because they are unwanted do not receive a refund on postage and packaging, these costs are incurred when we send out your item and cannot be refunded unwanted items must be returned at buyers expense.<br>

 

Before returning Items please contact us for a Return Number. We will not accept a returned Item without a return number.<br>

 

All items must be returned in original <b>UNOPENED</b> packaging within 5 days. <br>

 

Faulty or damaged items must be notified to Wanderlust Witch within 3 days of delivery in writing and returned within 5 days of delivery at buyer's expense<br>

 

<b>

Damaged in Transit </b><br>

 

You must notify us within 24 hours of receipt of your goods for any claims of damaged items. If your item has been damaged in transit, either in a small package or large boxed package, you must keep ALL packaging and the item for inspection by a Royal Mail or Parcel Force inspection officer, until your claim is completed. <br>

 

Failure to do so will invalidate your claim and no compensation will be paid.<br>

 

A credit note will be issued for any items returned<br>

Credit notes that are unused after 3 months will be written off<br>

 

By placing an order with Wanderlust Witch, the customer agrees to accept our terms and conditions<br>

 

Credit Card Security All payments are made via a secure payment service (Nochex) and not held on our system. This ensures safe handling of details and affords extra protection against fraud to both customers and ourselves.<br>

 

Products will be charged at the price ruling at time of dispatch<br>

.');

?>

 

Hope you Can help

 

Rob

Link to comment
Share on other sites

buyers'

 

is the problem

 

try buyers\'

Link to comment
Share on other sites

buyers'

 

is the problem

 

try buyers\'

 

Hi

 

That seems to have work thanks for your help

 

im now getting this error

 

Warning: require(includes/languages/english/conditions.php) [function.require]: failed to open stream: No such file or directory in /mounted-storage/home34a/sub001/sc27741-LWKZ/wanderlustwitch.co.uk/shop/conditions.php on line 15

 

Warning: require(includes/languages/english/conditions.php) [function.require]: failed to open stream: No such file or directory in /mounted-storage/home34a/sub001/sc27741-LWKZ/wanderlustwitch.co.uk/shop/conditions.php on line 15

 

Fatal error: require() [function.require]: Failed opening required 'includes/languages/english/conditions.php' (include_path='.:/usr/local/lib/php/') in /mounted-storage/home34a/sub001/sc27741-LWKZ/wanderlustwitch.co.uk/shop/conditions.php on line 15

 

Hope you can help

Link to comment
Share on other sites

There seems to be no ..

 

includes/languages/english/conditions.php

Link to comment
Share on other sites

There seems to be no ..

 

includes/languages/english/conditions.php

 

Hi

 

Changed that now the conditions.php looks like this

 

<?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');

includes/languages/english/conditions.php

define('TEXT_INFORMATION', 'Terms & Conditions'<br>

 

<p></p>Wanderlust Witch does not disclose buyers information to third parties. Cookies are used on this shopping site to keep track of the contents of your shopping cart once you have selected an item, to store<br> delivery addresses .Data collected by this site is used to: <br>

a. Take and fulfil customer orders<br>

b. Administer and enhance the site and service<br>

c. Only disclose information to third-parties for goods delivery purposes<br>

 

<b>Returns Policy-</b> ALL items returned because they are unwanted do not receive a refund on postage and packaging, these costs are incurred when we send out your item and cannot be refunded unwanted items must be returned at buyers expense.<br>

 

Before returning Items please contact us for a Return Number. We will not accept a returned Item without a return number.<br>

 

All items must be returned in original <b>UNOPENED</b> packaging within 5 days. <br>

 

Faulty or damaged items must be notified to Wanderlust Witch within 3 days of delivery in writing and returned within 5 days of delivery at buyer's expense<br>

 

<b>

Damaged in Transit </b><br>

 

You must notify us within 24 hours of receipt of your goods for any claims of damaged items. If your item has been damaged in transit, either in a small package or large boxed package, you must keep ALL packaging and the item for inspection by a Royal Mail or Parcel Force inspection officer, until your claim is completed. <br>

 

Failure to do so will invalidate your claim and no compensation will be paid.<br>

 

A credit note will be issued for any items returned<br>

Credit notes that are unused after 3 months will be written off<br>

 

By placing an order with Wanderlust Witch, the customer agrees to accept our terms and conditions<br>

 

Credit Card Security All payments are made via a secure payment service (Nochex) and not held on our system. This ensures safe handling of details and affords extra protection against fraud to both customers and ourselves.<br>

 

Products will be charged at the price ruling at time of dispatch<br>

.');

?>

 

and i get a error

 

 

Parse error: syntax error, unexpected T_STRING in /mounted-storage/home34a/sub001/sc27741-LWKZ/wanderlustwitch.co.uk/shop/includes/languages/english/conditions.php on line 16

 

 

Many Thanks

Link to comment
Share on other sites

No no take out the includes/languages/english/conditions.php

 

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

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

includes/languages/english/conditions.php << GET RID OF IT!!

define('TEXT_INFORMATION', 'Terms & Conditions'<br>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...