Latest News: (loading..)
Issue Information
-
#000063
-
0 - None Assigned
-
Fixed
-
2.3
-
2.3
Issue Confirmations
-
Yes (0)No (0)
Hi.
In create_account.php the 'TEXT_ORIGIN_LOGIN' text is missing or has been removed.
<tr>
<td class="smallText"><br><?php echo sprintf(TEXT_ORIGIN_LOGIN, tep_href_link(FILENAME_LOGIN, tep_get_all_get_params(), 'SSL')); ?></td>
</tr>
This text is important and should be replaced.
Regards
Ken
In create_account.php the 'TEXT_ORIGIN_LOGIN' text is missing or has been removed.
<tr>
<td class="smallText"><br><?php echo sprintf(TEXT_ORIGIN_LOGIN, tep_href_link(FILENAME_LOGIN, tep_get_all_get_params(), 'SSL')); ?></td>
</tr>
This text is important and should be replaced.
Regards
Ken
Updating status to: Fixed
Issue fixed in: 2.3
Thanks for the report! This has been fixed with the following commit:
https://github.com/osCommerce/oscommerce2/commit/90b28abe42dc20b4dcf368507a819518419b9d17
Kind regards,
Issue fixed in: 2.3
Thanks for the report! This has been fixed with the following commit:
https://github.com/osCommerce/oscommerce2/commit/90b28abe42dc20b4dcf368507a819518419b9d17
Kind regards,
Hi Harald
Thanks for adding back this code.
In \includes\languages\english\create_account.php
should be
Regards
Ken
Thanks for adding back this code.
In \includes\languages\english\create_account.php
define('TEXT_ORIGIN_LOGIN', '<font color="#FF0000"><small><strong>NOTE:</strong></font></small>
should be
define('TEXT_ORIGIN_LOGIN', '<font color="#FF0000"><small><strong>NOTE:</strong></small></font>
Regards
Ken
Updating status to: In Progress
Updating status to: Fixed
Thanks for the report. This issue has been fixed with the following commit:
https://github.com/osCommerce/oscommerce2/commit/33f4bcf6d168f0f5ba1044786e352d104d9f57d7
Kind regards,
Thanks for the report. This issue has been fixed with the following commit:
https://github.com/osCommerce/oscommerce2/commit/33f4bcf6d168f0f5ba1044786e352d104d9f57d7
Kind regards,
Issue fixed in: 2.3










