Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

HEADER_TITLE_TOP ? HEADER_TITLE_CATALOG


Guest

Recommended Posts

Posted

Goofed some place. Was editing HEADING_TITLE'. Tried comparing to original code but am missing something.

 

define('TEXT_MAIN', 'Use the Search box above to search by Title.<br>This simple site can save you Big Money. Bookmark this page then shop the others. They may have a fancier site, but we have the price on hundreds of titles.
These are NOT trial subscriptions, all but a few are FULL 1 YEAR subscriptions (in the description we tell you the # of issues and if it is 1 yr).<br>We will NOT call to try to sell you more.   
If you find a better price on any title we have, let us know. We can probably beat it and not just for you, we will lower the price for all to save.<br><br>Navigate between stores from the 
Information box>>>>>>>>><br><br>Thanks for visiting and if you have a minute, stop in our other stores, we have a lot more to offer.<br><br>Important Information:<br>When will you receive your first issue? 
That depends on a couple of things, frequency of publication and what part of the cycle the publisher receives your information. The industy standard is 10-12 weeks for most monthlys, but it can sometimes take up to 14 weeks.
If you do not receive your first issue in 12 weeks, please use the contact us section in the information box to let us know or call us at 570 685 2419.<br><br>How to Pay: You may use your VISA or MASTERCARD at checkout or you 
can mail a check payable to POCONOBEAR.COM to PO BOX 133 ROWLAND PA 18428. Please be sure to include your name & phone number(only used if there is a problem with your order) and the name and address of the the person to receive the 
subsription.</td><td class="main" align="middle" valign="top"></td></tr>
<tr>');
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', '');
 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', 'Purchase');
 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', 'Magazine Subscriptions<br>620 Titles To Choose From<br>ALL $4.99 MAGS ARE NOW ONLY $4.96<br>
We Accept VISA & MASTERCARD');
} elseif ($category_depth == 'nested') {
 define('HEADING_TITLE', 'Categories');
}
?>

 

Thanks

Rolf

Posted

im not a php guru so forgive me... whenever i look at my oscom code i see that quotes at the end of a declaration seem to always have a / before them

 

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

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

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

 

this is just my observation... but i noticed that you have answered so many questions sucessfully so im sure you know what your doin...

 

once again plz forgive a NooB's oppinion.

Posted

Very simple I sent it to the wrong place, left off /index on the way up.

 

Thanks

Archived

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

×
×
  • Create New...