Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

checkout_success.php error


Guest

Recommended Posts

Hi,

 

I just had the osCommerce installed and I haven't touched this file checkout_success.php and I'm getting an error. Can someone help?

 

Parse error: parse error in /nfs/home/roseys2/public_html/catalog/includes/languages/english/checkout_success.php on line 32

 

Here is the code and not sure if you can get to this page: http://www.roseysmall.com/catalog/checkout_success.php

 

Thank you for any help you can give. :(

 

-----------------------------------------------------------------------------------------

 

<?php

/*

$Id: checkout_success.php,v 1.12 2003/04/15 17:47:42 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_1', 'Checkout');

define('NAVBAR_TITLE_2', 'Success');

 

define('HEADING_TITLE', 'Your Order Has Been Processed!');

 

define('PAYPAL_NAVBAR_TITLE_2_OK', 'Success'); // PAYPALIPN

define('PAYPAL_NAVBAR_TITLE_2_PENDING', 'Your order is being processed.'); // PAYPALIPN

define('PAYPAL_NAVBAR_TITLE_2_FAILED', 'Your payment has failed'); // PAYPALIPN

define('PAYPAL_HEADING_TITLE_OK', 'Your Order Has Been Processed!'); // PAYPALIPN

define('PAYPAL_HEADING_TITLE_PENDING', 'Your Order is being processed!'); // PAYPALIPN

define('PAYPAL_HEADING_TITLE_FAILED', 'Your payment has failed!'); // PAYPALIPN

define('PAYPAL_TEXT_SUCCESS_OK', 'Your order has been successfully processed! Orders are shipped usually within 2 to 3 days after payment is received -- however, please allow up to 2 weeks for U.S. delivery.'); // PAYPALIPN

define('PAYPAL_TEXT_SUCCESS_PENDING', 'Your order is being processed!'); // PAYPALIPN

define('PAYPAL_TEXT_SUCCESS_FAILED', 'Your payment has failed! Please verify that your PayPal account info is correct.'); // PAYPALIPN

 

define('TEXT_SUCCESS', 'Your order has been successfully processed! Orders are shipped usually within 2 to 3 days after payment is received -- however, please allow up to 2 weeks for U.S. delivery.');

define('TEXT_NOTIFY_PRODUCTS', 'Please notify me of updates to the products I have selected below:');

define('TEXT_SEE_ORDERS', 'You can view your order history by going to the <a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">\'My Account\'</a> page and by clicking on <a href="' . tep_href_link(FILENAME_ACCOUNT_HISTORY, '', 'SSL') . '">\'History\'</a>.');

define('TEXT_CONTACT_STORE_OWNER', 'If you have any questions regarding your order, please <a href="' . tep_href_link(FILENAME_CONTACT_US) . '">contact me</a>.');

define('TEXT_THANKS_FOR_SHOPPING', 'Thank you for shopping at Rosey/'s Mall!');

 

define('TABLE_HEADING_COMMENTS', 'Enter a comment for the order processed');

 

define('TABLE_HEADING_DOWNLOAD_DATE', 'Expiry date: ');

define('TABLE_HEADING_DOWNLOAD_COUNT', ' downloads remaining');

define('HEADING_DOWNLOAD', 'Download your products here:');

define('FOOTER_DOWNLOAD', 'You can also download your products at a later time at \'%s\'');

?>

Link to comment
Share on other sites

Change this:

define('TEXT_THANKS_FOR_SHOPPING', 'Thank you for shopping at Rosey/'s Mall!');

 

To this (backslash not forward slash):

define('TEXT_THANKS_FOR_SHOPPING', 'Thank you for shopping at Rosey\'s Mall!');

Link to comment
Share on other sites

Thank you SOO MUCH! I can't believe (well, yes I can) that I made that it was a simple \ vs. / .

 

I've got a lot to learn. Thank you for your help.

 

Rose

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...