This is a discussion on What's up with the hanging ?> on Edit Address Page within the osCMax v2 Installation issues forums, part of the osCMax v2.0 Forums category; I'm mystified about the ?> hanging around below the Title when you edit an address in your address book in ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| I'm mystified about the ?> hanging around below the Title when you edit an address in your address book in the file address_book_process.php. I've tracked it down to somehow being created when /includes/modules/address_book_details.php is parsed on line 27 (i think). Somehow the charactar ?&gt; a.ka. the special charactars for ?> is being inserted between the <td> and the <table> Any ideas? Dubious |
| Sponsored Links | ||
| ||
|
#2
| |||
| |||
| You're in the right place. There is an extra ?> outside of some php stuff that can just be deleted. I don't recall where but it I do remember it being hard to find ;/ |
|
#3
| ||||
| ||||
| hahahah frickin line 143 in /store/includes/modules/address_book_details.php Check out the sneaky little bugger in the last line: Code: <td class="main"><?php echo ENTRY_COUNTRY; ?></td>
<?php /* LINE CHANGED: MOD - Country-State Selector */
// <td class="main"><?php echo tep_get_country_list('country', $entry['entry_country_id']) . ' ' . (tep_not_null(ENTRY_COUNTRY_TEXT) ? '<span class="inputRequirement">' . ENTRY_COUNTRY_TEXT . '</span>': ''); ?></td>
?>
|
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Defect: Edit/New Address (modules/address_book_details.php) | met00 | osCMax v2 Customization/Mods | 0 | 02-23-2006 03:49 PM |
| customer cannot edit address | battleaxe | osCommerce 2.2 Modification Help | 0 | 09-08-2005 04:27 AM |
| Check based on Page address | crashfellow | osCommerce 2.2 Modification Help | 1 | 08-01-2005 07:50 AM |
| Where do I edit the Home Page | emikey24 | osCommerce 2.2 Modification Help | 1 | 04-11-2005 03:38 AM |
| edit/delete customer address bug! | cutxpaste | osCommerce 2.2 Modification Help | 2 | 11-13-2003 04:30 PM |