Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

front page


risela

Recommended Posts

Posted

how can i remove this: osCommerce Online Merchant v2.2 RC2a. from the front page. sorry if i missed it in one of the other threads i've searched for hours and cannot find it. thanks!

Posted

Rosa,

 

Removing the tag line would depend on where it is located.

 

The text 'osCommerce Online Merchant v2.2 RC2a' is not normally on a store except in the default text area. You will have to be more specific so we can help.

 

 

 

Chris

Posted

If you are talking about the OSCommerce in the upper left hand corner the best thing to do is to make a logo and call it store_logo.gif.

Install the new logo in public_html/images.

Now go to public_html/includes/header.php and about line 72 you will find this about in the middle of the sentance:

.....'store_logo.png', STORE_NAME).....

 

change the .png to .gif & magically your logo will appear.

 

Now go to public_html/admin/banners You will see oscommerce.gif there. That one is for the bottom logo.

If you want YOUR store_logo.gif there upload it to the file I just said & delete the oscommerce.gif

Now rename the store_logo.gif to oscommerce.gif

Now you don't have to putz around looking for the codes and making all kinds of changes, unless you want to of course.

 

Dang! I hope that's what you were looking for!

You're never too old to learn.

Even an old fart like myself loves learn and be creative.

?>if (empty($coffee)) {$coffee=new coffee();}<?

Posted

Rosa,

 

Removing the tag line would depend on where it is located.

 

The text 'osCommerce Online Merchant v2.2 RC2a' is not normally on a store except in the default text area. You will have to be more specific so we can help.

 

 

 

Chris

i thought i removed all the default text. I removed it in the includes/languages/english the code that is left is the following:

<?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', '<p style="font-family;Papyrus:color:black;font-size:24px;">Welcome to Black Rose Minerals! Turn around time is 2-5 business days after your credit card clears. There is free first class shipping on all samples and orders over $50. There is an order minimum of $20. Please poke around! You can find neutrals, brights and everything in between. I will be adding new colors every month.</p>

<img src="http://www.blackroseminerals.com/images/color.jpg" width="450" height="500"

<img src="http://www.blackroseminerals.com/images/naturaldark.jpg" width="275" height="500"

<br/><br/>

<br/><br/>

 

<a href="http://www.twitter.com/risela"><img src="http://twitter-badges.s3.amazonaws.com/t_logo-c.png" alt="Follow risela on Twitter"/></a>

<br/><br/>

 

 

 

 

 

 

 

 

 

 

 

 

<font color="#000000"><b>' . PROJECT_VERSION . '.');

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

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

define('HEADING_TITLE', 'Categories');

 

 

}

?>

not sure if i missed something or it is located somewhere else. i am new to this, thanks for replying!

Posted

If you are talking about the OSCommerce in the upper left hand corner the best thing to do is to make a logo and call it store_logo.gif.

Install the new logo in public_html/images.

Now go to public_html/includes/header.php and about line 72 you will find this about in the middle of the sentance:

.....'store_logo.png', STORE_NAME).....

 

change the .png to .gif & magically your logo will appear.

 

Now go to public_html/admin/banners You will see oscommerce.gif there. That one is for the bottom logo.

If you want YOUR store_logo.gif there upload it to the file I just said & delete the oscommerce.gif

Now rename the store_logo.gif to oscommerce.gif

Now you don't have to putz around looking for the codes and making all kinds of changes, unless you want to of course.

 

Dang! I hope that's what you were looking for!

No i already did this, but many thanks for trying!

Archived

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

×
×
  • Create New...