osCmax v2.5 User Manual
Results 1 to 2 of 2

text information in wrong place

This is a discussion on text information in wrong place within the osCmax v1.7 Discussion forums, part of the osCmax v1.7 Forums category; i've installed a sitemap into max but i have one problem. here http://www.minibikeuk.com/sitemap.html As you can see its in the ...

      
  1. #1
    New Member
    Join Date
    Oct 2004
    Posts
    8
    Rep Power
    0


    Default text information in wrong place

    i've installed a sitemap into max but i have one problem. here http://www.minibikeuk.com/sitemap.html

    As you can see its in the wrong place. How do I get it in the text_information area?

    It's looks quite simple but i've tried and failed.

    here is the .php
    i just added the sitemap code underneth the define statements



    <?php
    /*
    $Id: sitemap.php,v1.0 2004/05/10 hpdl Exp $

    osCommerce, Open Source E-Commerce Solutions
    http://www.oscommerce.com

    Copyright © 2004 osCommerce

    Released under the GNU General Public License
    */

    define('NAVBAR_TITLE', 'Site Map');
    define('HEADING_TITLE', 'Site Map');

    define('PAGE_ACCOUNT', 'My Account');
    define('PAGE_ACCOUNT_EDIT', 'Account Information');
    define('PAGE_ADDRESS_BOOK', 'Address Book');
    define('PAGE_ACCOUNT_HISTORY', 'Order History');
    define('PAGE_ACCOUNT_NOTIFICATIONS', 'Newsletter Subscriptions');
    define('PAGE_SHOPPING_CART', 'Shopping Cart');
    define('PAGE_CHECKOUT_SHIPPING', 'Checkout');
    define('PAGE_ADVANCED_SEARCH', 'Advanced Search');
    define('PAGE_PRODUCTS_NEW', 'New Products');
    define('PAGE_SPECIALS', 'Specials');
    define('PAGE_REVIEWS', 'Reviews')
    ?>
    <td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0">
    <tr>
    <td><table border="0" width="100%" cellspacing="0" cellpadding="0">
    <tr>
    <td class="pageHeading"><?php echo HEADING_TITLE; ?></td>
    <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_specials.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>
    </tr>
    </table></td>
    </tr>
    <tr>
    <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
    </tr>
    <tr>
    <td><table border="0" width="100%" cellspacing="1" cellpadding="2">
    <tr>
    <td width="50%" class="main" valign="top"><?php require DIR_WS_CLASSES . 'category_tree.php'; $osC_CategoryTree = new osC_CategoryTree; echo $osC_CategoryTree->buildTree(); ?></td>
    <td width="50%" class="main" valign="top">
    <ul>
    <li><?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' . PAGE_ACCOUNT . '</a>'; ?></li>
    <ul>
    <li><?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT_EDIT, '', 'SSL') . '">' . PAGE_ACCOUNT_EDIT . '</a>'; ?></li>
    <li><?php echo '<a href="' . tep_href_link(FILENAME_ADDRESS_BOOK, '', 'SSL') . '">' . PAGE_ADDRESS_BOOK . '</a>'; ?></li>
    <li><?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT_HISTORY, '', 'SSL') . '">' . PAGE_ACCOUNT_HISTORY . '</a>'; ?></li>
    <li><?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT_NEWSLETTERS, '', 'SSL') . '">' . PAGE_ACCOUNT_NOTIFICATIONS . '</a>'; ?></li>
    </ul>
    <li><?php echo '<a href="' . tep_href_link(FILENAME_SHOPPING_CART) . '">' . PAGE_SHOPPING_CART . '</a>'; ?></li>
    <li><?php echo '<a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . PAGE_CHECKOUT_SHIPPING . '</a>'; ?></li>
    <li><?php echo '<a href="' . tep_href_link(FILENAME_ADVANCED_SEARCH) . '">' . PAGE_ADVANCED_SEARCH . '</a>'; ?></li>
    <li><?php echo '<a href="' . tep_href_link(FILENAME_PRODUCTS_NEW) . '">' . PAGE_PRODUCTS_NEW . '</a>'; ?></li>
    <li><?php echo '<a href="' . tep_href_link(FILENAME_SPECIALS) . '">' . PAGE_SPECIALS . '</a>'; ?></li>
    <li><?php echo '<a href="' . tep_href_link(FILENAME_REVIEWS) . '">' . PAGE_REVIEWS . '</a>'; ?></li>
    <li><?php echo BOX_HEADING_INFORMATION; ?></li>
    <ul>
    <li><?php echo '<a href="' . tep_href_link(FILENAME_SHIPPING) . '">' . BOX_INFORMATION_SHIPPING . '</a>'; ?></li>
    <li><?php echo '<a href="' . tep_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a>'; ?></li>
    <li><?php echo '<a href="' . tep_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a>'; ?></li>
    <li><?php echo '<a href="' . tep_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a>'; ?></li>
    <li><?php echo '<a href="' . tep_href_link(FILENAME_PAYMENT_METHODS) . '">' . BOX_INFORMATION_PAYMENT_METHODS . '</a>'; ?></li>
    <li><?php echo '<a href="' . tep_href_link(FILENAME_MINIMOTO_SAFETY) . '">' . BOX_INFORMATION_MINIMOTO_SAFETY . '</a>'; ?></li>
    </ul>
    </ul>
    </td>
    </tr>
    </table></td>
    </tr>
    </table></td>

  2. #2
    Active Member red_fraggle's Avatar
    Join Date
    Feb 2004
    Location
    wilmington, NC
    Posts
    343
    Rep Power
    9


    Default

    you using MAX or OSC MS 2.2 ? it makes a difference in the instructions i give you.

Similar Threads

  1. New infobox display at wrong place
    By robfor in forum osCmax v2 Customization/Mods
    Replies: 2
    Last Post: 06-03-2006, 02:04 AM
  2. Categories Not falling into right place after Upload
    By Milmod in forum osCommerce 2.2 Modification Help
    Replies: 5
    Last Post: 05-11-2005, 02:07 PM
  3. how to place an order for a customer?
    By pal in forum osCmax v1.7 Discussion
    Replies: 2
    Last Post: 05-10-2005, 06:29 AM
  4. Jumping all over the place
    By marastafat in forum osCommerce 2.2 Installation Help
    Replies: 3
    Last Post: 02-25-2004, 10:32 AM

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
  •