Jump to content



Latest News: (loading..)

Issue Information

  • #000175

  • 1 - Low

  • Fixed

  • 2.3.1

  • 2.3.3

Issue Confirmations

  • Yes (0)No (0)
Photo

Simple spelling error

Posted by eXcaliburN on 23 December 2010 - 03:07 PM

Admin > Configuration > Product Listing > "Display Product Manufaturer Name" should be "Manufacturer"

pretty negligible, should be fairly easy to fix.

UPDATE `configuration` SET `configuration_title` = 'Display Product Manufacturer Name' WHERE `configuration`.`configuration_id` =116 LIMIT 1 ;


oscommerce.sql in line 812 change

VALUES ('Display Product Manufaturer Name','PRODUCT_LIST_MANUFACTURER', '0', 'Do you want to display the Product Manufacturer Name?', '8', '2', now());

to:

VALUES ('Display Product Manufacturer Name','PRODUCT_LIST_MANUFACTURER', '0', 'Do you want to display the Product Manufacturer Name?', '8', '2', now());

:rolleyes:

Updating severity to: 1 - Low
Updating status to: Confirmed

changed fixed-in version to: 2.3.3