This is a discussion on Break <br> tag don't break line within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; In credit card error message <br> tag on screen: "The first four digits of the number entered are: 4111<br>If that ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| In credit card error message <br> tag on screen: "The first four digits of the number entered are: 4111<br>If that number is correct, ..." Bug report is still opened at http://www.oscommerce.com/community/bugs,1344 Is there soliution, how <br> break line, but do not display? This error message is defined in english.php and other languages |
| Sponsored Links | ||
| ||
| |
|
#2
| |||
| |||
| Don't know if anyone still needs this, but I had the same problem myself. Go into /templates/{template_dir}/content/checkout_payment.tpl.php and near line 30, you should find a line like this: Code: <?php echo tep_output_string_protected($error['error']); ?> Change the line to: Code: <?php echo tep_output_string($error['error']); ?> -K |
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Sage Line 50 | spottedhaggis | osCMax v2 Customization/Mods | 3 | 12-02-2006 07:27 AM |
| Price Break Integration | ganast | osCMax v1.7 General Mods Discussion | 3 | 12-22-2004 01:47 PM |
| price-break-1.11 with ms2-max 1.5.5 | fridgemags | osCMax v1.7 General Mods Discussion | 3 | 06-03-2004 06:47 AM |
| Automatically break a results set over multiple pages | Anonymous | osCMax v1.7 Discussion | 0 | 04-02-2004 12:27 PM |
| how do i add a line break before the buy now button | bagged89s10 | osCMax v1.7 Discussion | 2 | 03-04-2004 09:20 AM |