Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Parse error: syntax error, unexpected T_STRING in /home/hydroun1/public_html/ecommerce/includes/languages/english/index.php on line 13


Guest

Recommended Posts

I got the: Parse error: syntax error, unexpected T_STRING in /home/hydroun1/public_html/ecommerce/includes/languages/english/index.php on line 13

error on my store. I was changing the text on the main page when this happened. I really need to get this running so I can start making my sales. If anyone knows what is wrong, please post... I would really really apprieate it.

 

Chris Higgins

 

 

Text:

 

<?php

/*

$Id: index.php 1739 2007-12-20 00:52:16Z hpdl $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2007 osCommerce

 

Released under the GNU General Public License

*/

define('TEXT_MAIN','Welcome to the Home of well priced and designed Hydroponics!<b>EVERY products from our store has been handmade to each order and tested for defects before shipment</b>. Any information seen on these products is to be treated as copyrighted information.<br><br><table border="0" width="100%" cellspacing="5" cellpadding="2"><tr><td class="main"

valign="top">' . tep_image(DIR_WS_IMAGES . 'default/1.gif') . '</td><td class="main" valign="top"><b>GRAND OPENING SALE</b><br><br>We will be offering $30 off ALL our systems for the Opening of our new online store.<br><br>Every discount has already been placed against the prices, unless arranagements are made in advance all prices are set in stone. <br><br></td></tr><td class="main" valign="top">' . tep_image(DIR_WS_IMAGES . 'default/2.gif') . '</td><td class="main" valign="top"><b>AFTER ORDERING</b><br><br>Once you start the process by order and we recieve payment from you:<br><br>-We will start the custom built of your handmade/tested system.<br><br>-We process every order within 2 business days and start the build process.<br><br>-We will build and ship the order within 7 business day (Ofcourse we try to beat this with EVERY order)<br><br>-Then the UPS guys walks up to your door with your Fresh/New Hydroponics System that is ready for growing within few minutes of it being taken out of the box.<br><br>-Finally, we don't leave you hanging with a system you have questions about, Feel free to go to FAQ or the forum to post questions.<br><br>If you wish to download the solution powering this shop, or if you wish to contribute to the osCommerce project, please visit the <a href="http://www.oscommerce.com" target="_blank"><u>support site of osCommerce</u></a>. This shop is running on <font color="#f0000"><b>' . PROJECT_VERSION . '</b></font>.');

define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s');

define('TABLE_HEADING_UPCOMING_PRODUCTS', 'Upcoming Products');

define('TABLE_HEADING_DATE_EXPECTED', 'Date Expected');

 

if ( ($category_depth == 'products') || (isset($HTTP_GET_VARS['manufacturers_id'])) ) {

define('HEADING_TITLE', 'Let\'s See What We Have Here');

define('TABLE_HEADING_IMAGE', '');

define('TABLE_HEADING_MODEL', 'Model');

define('TABLE_HEADING_PRODUCTS', 'Product Name');

define('TABLE_HEADING_MANUFACTURER', 'Manufacturer');

define('TABLE_HEADING_QUANTITY', 'Quantity');

define('TABLE_HEADING_PRICE', 'Price');

define('TABLE_HEADING_WEIGHT', 'Weight');

define('TABLE_HEADING_BUY_NOW', 'Buy Now');

define('TEXT_NO_PRODUCTS', 'There are no products to list in this category.');

define('TEXT_NO_PRODUCTS2', 'There is no product available from this manufacturer.');

define('TEXT_NUMBER_OF_PRODUCTS', 'Number of Products: ');

define('TEXT_SHOW', '<b>Show:</b>');

define('TEXT_BUY', 'Buy 1 \'');

define('TEXT_NOW', '\' now');

define('TEXT_ALL_CATEGORIES', 'All Categories');

define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers');

} elseif ($category_depth == 'top') {

define('HEADING_TITLE', 'What\'s New Here?');

} elseif ($category_depth == 'nested') {

define('HEADING_TITLE', 'Categories');

}

?>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...