Results 1 to 3 of 3

What's up with the hanging ?> on Edit Address Page

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 ...

      
  1. #1
    Member Dubious's Avatar
    Join Date
    Feb 2006
    Posts
    43
    Rep Power
    0


    Default What's up with the hanging ?> on Edit Address Page

    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 ?> a.ka. the special charactars for ?> is being inserted between the <td> and the <table>


    Any ideas?

    Dubious

  2. #2
    Lurker
    Join Date
    Oct 2006
    Posts
    3
    Rep Power
    0


    Default RE: What

    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. #3
    Member Dubious's Avatar
    Join Date
    Feb 2006
    Posts
    43
    Rep Power
    0


    Default

    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>
    ?>

Similar Threads

  1. Defect: Edit/New Address (modules/address_book_details.php)
    By met00 in forum osCmax v2 Customization/Mods
    Replies: 0
    Last Post: 02-23-2006, 02:49 PM
  2. customer cannot edit address
    By battleaxe in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 09-08-2005, 03:27 AM
  3. Check based on Page address
    By crashfellow in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 08-01-2005, 06:50 AM
  4. Where do I edit the Home Page
    By emikey24 in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 04-11-2005, 02:38 AM
  5. edit/delete customer address bug!
    By cutxpaste in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 11-13-2003, 03:30 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •