Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

index page help


Guest

Recommended Posts

this index page is killing me -lol

 

i need to remove all the spaces and text from my index page but every thing i try brings up an error message?

 

also i want to remove the page counter located on the bottom of the text below.

well i would like to make the counter show up on the bottom of my page but dont know how to do it?

 

heres my index

 

 

 

<?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', '<b> <br><table border="0" width="100%" cellspacing="5" cellpadding="2"><tr><td class="main" valign="top"><td class="main" valign="top"><b><div align="center"><div align="left"><ul>

<li><span style="font-size: small; font-family: arial black,avant garde;"><strong>FREE SHIPPING</strong></span><span style="font-size: small;"> on all orders $50.00 and up</span></li>

<li><span style="font-size: small;">$3.00 flat rate shipping on all orders under $50.00</span><br /></li>

</ul>

<p> </p>

<p><span style="font-size: large; font-family: comic sans ms,sans-serif;"> </span></p>

<p><span style="font-size: medium; font-family: arial black,avant garde;"><strong></strong></span></p>

<p> </p>

 

<p> </p>

<p> </p>

<p> </p>

<p> </p>

<p> </p><br><nobr class="messageStackSuccess"><br><br></span><br><br></tr><tr><td class="main" valign="top"><td class="main" valign="top"><b></b><br><br><br><br></td></tr></table><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');

}

?>

<table width="133" border="0" cellspacing="0" cellpadding="3"><tr><td align="center"><a href="http://www.website-hit-counters.com/sacramento-ca-web-design.html" target="_blank"><img src="http://www.website-hit-counters.com/cgi-bin/image.pl?URL=74049-1329" alt="sacramento web design firm" border="0" ></a></td></tr><tr><td align="center"><font style="font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 9px; color: #330006; text-decoration: none;"> <a href="http://www.website-hit-counters.com/sacramento-ca-web-design.html" target="_blank" style="font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 9px; color: #555556; text-decoration: none;" title="sacramento web designers">sacramento web designers</a> </font></td></tr></table>

Link to comment
Share on other sites

Sam

 

Remember, What you think I ment may not be what I thought I ment when I said it.

 

Contributions:

 

Auto Backup your Database, Easy way

 

Multi Images with Fancy Pop-ups, Easy way

 

Products in columns with multi buy etc etc

 

Disable any Category or Product, Easy way

 

Secure & Improve your account pages et al.

Link to comment
Share on other sites

read it and this is all i got??

 

Index Text

 

The change for the generic text that is on the default osCommerce store's introduction and welcome is altered in the catalog/includes/languages/english/index.php file. This index.php file will need to be changed in all of the language folders. The words "There are no products to list in this category." on the bar that comes up when you click a category is also changed in this file.

that doesnt help.

did i miss something?

 

can someone just tell me what to delete in the code above to remove all wording and spaces.

it seems obvious but when i do it... it doesnt work

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...