Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Replace "Products Manufacturer" name on categories.php


hatman

Recommended Posts

Posted

Hey guys,

 

I want to Replace "Products Manufacturer" name on categories.php

 

So instead of a saying "Products Manufacturer", I want it to be replaced by a text box saying "Product Designer"

 

Would like any help!!!

 

:thumbsup:

Posted
Hey guys,

 

I want to Replace "Products Manufacturer" name on categories.php

 

So instead of a saying "Products Manufacturer", I want it to be replaced by a text box saying "Product Designer"

 

Would like any help!!!

 

:thumbsup:

 

 

in the file includes/languages/english.php (or other language used)

you will see a line of code

// manufacturers box text in includes/boxes/manufacturers.php
define('BOX_HEADING_MANUFACTURERS', 'Manufacturers');

 

change it to read

// manufacturers box text in includes/boxes/manufacturers.php
define('BOX_HEADING_MANUFACTURERS', 'Product Designer');

Archived

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

×
×
  • Create New...