Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

osCommerce in Admin Panel?


Jaguars

Recommended Posts

:D Hi

 

just looking for the way to get the "osCommerce name" from the title bar of the browser, while I am in, working on the Admin panel.

 

I am certain it must be a file and line number to edit.

 

Would just help to have a custom effect to the store, by replacing the name with my store name.

 

Any suggestions welcome, Thanks for looking.

 

Dave

 

:unsure:

Link to comment
Share on other sites

* Go into the file, english.php, which is located in the folder catalog/admin/includes/languages/

 

* Find the line

// page title

define('TITLE', 'osCommerce');

 

* Replace osCommerce with your store name (or whatever name you want).

 

 

Hope this helps.

Rose

Link to comment
Share on other sites

* Go into the file, english.php, which is located in the folder catalog/admin/includes/languages/

 

* Find the line

// page title

define('TITLE', 'osCommerce');

 

* Replace osCommerce with your store name (or whatever name you want).

Hope this helps.

Rose

 

Hello :D

 

thank you both for your replies. I have now got the title bar as I wish to have it with the shop name.

 

Many thanks

 

Dave

 

:thumbsup:

Link to comment
Share on other sites

/admin/includes/languages/english.php

 

line 43:

 

define('TITLE', 'osCommerce');

 

Change osCommerce to your store name :-)

 

:D Hello and thank you to you both for your help here. I have another minor problem you may be able to help with. I have listed it in "General support" Title. "Can not get Categorie counts off the Categories box?"

 

Thank you for your help both of you.

 

Regards

 

Dave

 

:thumbsup:

Link to comment
Share on other sites

Hi, Dave. Sorry . . . I didn't see your latest July, 27 post until tonight (I still haven't found a good way to manage my BB usage due to the sheer volume [the same can be said of my email usage] ).

 

I hope you have found a solution to your inquiry already, but just in case you are still searching for the way, here it is:

 

* Modification is made to the file "catalog\includes\boxes\categories.php"

* Locate these lines (lines 47 - 52 if you file is the osC original):

------------------------------------------------------

if (SHOW_COUNTS == 'true') {

$products_in_category = tep_count_products_in_category($counter);

if ($products_in_category > 0) {

$categories_string .= ' (' . $products_in_category . ')';

}

}

-------------------------------------------------------

* Comment these guys out (as they are the ones doing the counting).

 

 

Hope this helps.

Rose

 

 

 

 

 

:D Hello and thank you to you both for your help here. I have another minor problem you may be able to help with. I have listed it in "General support" Title. "Can not get Categorie counts off the Categories box?"

 

Thank you for your help both of you.

 

Regards

 

Dave

 

:thumbsup:

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...