Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Quick Trick I Need To Know


trapper

Recommended Posts

Posted

Please

Someone who knows...

Which file has the url that the word at the begining of the catalog trail.."Top"

I would like to change it ...

Thank You All....

Posted

I think it's in catalog/includes/languages/english.php

Posted
I think it's in catalog/includes/languages/english.php

 

 

Thanx bg

I looked there but I will look again...I only saw the footer and url...

any other thoughts ???

Posted

catalog/includes/languages/english.php

 

define('HEADER_TITLE_TOP', 'Top');

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted
catalog/includes/languages/english.php

 

define('HEADER_TITLE_TOP', 'Top');

 

 

Ok germ...i got that....but when I click it goes to my url...www.myplace.com

so where is the url so that I can change it to... www.someotherplace.com

is that possible??

Posted

Hmmm....

:unsure:

 

Please post the contents of: /catalog/includes/header.php between "CODE" tags.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted

Nix that last request...

:blush:

 

In: /catalog/includes/application.php

 

Find:

 

  $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);

Change to:

 

  $breadcrumb->add(HEADER_TITLE_TOP, 'http://www.someotherplace.com');

I think that will do it...

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted
Nix that last request...

:blush:

 

In: /catalog/includes/application.php

 

Find:

 

  $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);

Change to:

 

  $breadcrumb->add(HEADER_TITLE_TOP, 'http://www.someotherplace.com');

I think that will do it...

 

You are super...!

Thanx....

I have done it before but could not find it...

Thanx again... will do it now...

Archived

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

×
×
  • Create New...