Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Extra Product Fields 2.22


Recommended Posts

I got my first Add-On installed. Only have one problem that I can find at this time. In the Quick find Box, the categories and manufacturing drop down titles are not correct. They are showing as TEXT_CATEGORY and TEXT_MANUFACTURER respectively. Any idea what I'm missing where? Julie

Link to comment
Share on other sites

I got my first Add-On installed. Only have one problem that I can find at this time. In the Quick find Box, the categories and manufacturing drop down titles are not correct. They are showing as TEXT_CATEGORY and TEXT_MANUFACTURER respectively. Any idea what I'm missing where? Julie

 

I had the same problem the other day after I installed. I added the following lines to catalog/includes/languages/english.php:

 

define('TEXT_CATEGORY', 'Category');

define('TEXT_MANUFACTURER', 'Manufacturer');

define('TEXT_ALL_CATEGORIES', 'All Categories');

define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers');

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

Justin

 

osC is awesome. Thanks everyone.

Link to comment
Share on other sites

I had the same problem the other day after I installed. I added the following lines to catalog/includes/languages/english.php:

 

define('TEXT_CATEGORY', 'Category');

define('TEXT_MANUFACTURER', 'Manufacturer');

define('TEXT_ALL_CATEGORIES', 'All Categories');

define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers');

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...