Jump to content



Latest News: (loading..)

Issue Information

  • #000374

  • 0 - None Assigned

  • New

  • 3.0.2

  • -

Issue Confirmations

  • Yes (0)No (0)
Photo

Cannot change the label title in osc3

Posted by sreejith1987 on 03 October 2011 - 01:13 PM

cannot change the label value of Oscommerce 3.0 . please help me to solve this bug.

code is added below:

<li><?php echo HTML::label(OSCOM::getDef('field_search_price_from'), 'pfrom') . HTML::inputField('pfrom'); ?></li>
      <li><?php echo HTML::label(OSCOM::getDef('field_search_price_to'), 'pto') . HTML::inputField('pto'); ?></li>
      <li><?php echo HTML::label(OSCOM::getDef('field_search_date_from'), 'datefrom_days') . HTML::dateSelectMenu('datefrom', null, false, null, null, date('Y') - $OSCOM_Search->getMinYear(), 0); ?></li>
      <li><?php echo HTML::label(OSCOM::getDef('field_search_date_to'), 'dateto_days') . HTML::dateSelectMenu('dateto', null, null, null, null, date('Y') - $OSCOM_Search->getMaxYear(), 0); ?></li>

SELECT *
FROM `osc_languages_definitions`
WHERE `definition_key` LIKE 'field_search_price_from'