Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

2 Simple Questions


ksaun

Recommended Posts

Hey All :P

 

How Do I remove or comment out the Bestsellers Infobox?

 

How do I edit the breadcrumb trail in my header?

 

I have 2 links in my breadcrumb trail that lead back to the same page and I want to change the Text from "Catalog" to "Store Front".

 

Any Ideas? :blink:

My Favorite Quote from a movie.

 

Question: How do you know women sooo well?

 

Answer: I think of a man, then take away reason and accountability.

Link to comment
Share on other sites

Hey All  :P

 

How Do I remove or comment out the Bestsellers Infobox?

 

How do I edit the breadcrumb trail in my header?

 

I have 2 links in my breadcrumb trail that lead back to the same page and I want to change the Text from "Catalog" to "Store Front".

 

Any Ideas? :blink:

 

 

hi

change these in includes/language/english.php

define('HEADER_TITLE_TOP', 'Top');

define('HEADER_TITLE_CATALOG', 'Catalog');

 

then oprn includes/colum_right.pgp (or left.php) depending one which side your bestsellers box is and look for the indclude..

} else {

include(DIR_WS_BOXES . 'best_sellers.php');

}

 

just comment it

 

} else {

// include(DIR_WS_BOXES . 'best_sellers.php');

}

 

that should do it.

 

F5

Link to comment
Share on other sites

Thanks :thumbsup:

My Favorite Quote from a movie.

 

Question: How do you know women sooo well?

 

Answer: I think of a man, then take away reason and accountability.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...