Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Catalog Page "Heading_Title"

This is a discussion on Catalog Page "Heading_Title" within the osCmax v1.7 Discussion forums, part of the osCmax v1.7 Forums category; I use osCommerce for my catalog. On the first page of the catalog, top middle, I have "Heading_Title"...I believe it ...

      
  1. #1
    New Member
    Join Date
    Jan 2005
    Posts
    12
    Rep Power
    0


    Default Catalog Page "Heading_Title"

    I use osCommerce for my catalog. On the first page of the catalog, top middle, I have "Heading_Title"...I believe it is suppose to say "Let's see what we have here." On subsequent pages it says "Let's see what we have here." On the first page it does show the icon to the right, however, on the usbsequent pages, where it does say "Let's see what we have here, the icon is X'd out. Any help on this out there?

  2. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,500
    Rep Power
    567


    Default RE: Catalog Page "Heading_Title"

    Check the /includes/languages/english/index.php file. That is where the HEADING_TITLE is defined.
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  3. #3
    New Member
    Join Date
    Jan 2005
    Posts
    12
    Rep Power
    0


    Default RE: Catalog Page "Heading_Title"

    I have checked that location and in it it says "Lets See What We Have Here", but when the catalog page comes up it says "Heading_Title"......On subsequent pages in my catalog, it does say "Let's See What We have Here"..

  4. #4
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,500
    Rep Power
    567


    Default RE: Catalog Page "Heading_Title"

    Is Heading_Title displaying in ALL CAPS like HEADING_TITLE or are there lowercase letters?

    If so, that is what the problem is. Edit your main_page.tpl.php and change Heading_Title to HEADING_TITLE
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  5. #5
    New Member
    Join Date
    Jan 2005
    Posts
    12
    Rep Power
    0


    Default RE: Catalog Page "Heading_Title"

    Thanks, but it read "HEADING_TITLE" in caps..... What else could it be?

  6. #6
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,500
    Rep Power
    567


    Default RE: Catalog Page "Heading_Title"

    I have no idea. It's official, you have stumped me.

    How about pasting the source code for your index.php? Also, post the top third of your main_page.tpl.php file...
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  7. #7
    New Member
    Join Date
    Jan 2005
    Posts
    12
    Rep Power
    0


    Default RE: Catalog Page "Heading_Title"

    <?php/* $Id: index.php,v 1.1 2003/06/11 17:38:00 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2003 osCommerce Released under the GNU General Public License*/define('TEXT_MAIN', 'BJ\'s Handcrafted Fashion Jewelry and Variety Shop');define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s');define('TABLE_HEADING_UPCOMING_PRODUCTS', 'Upcoming Products');define('TABLE_HEADING_DATE_EXPECTED', 'Date Expected');if ( ($category_depth == 'products') || (isset($HTTP_GET_VARS['manufacturers_id'])) ) { define('HEADING_TITLE', 'Let\'s See What We Have Here!'); define('TABLE_HEADING_IMAGE', ''); define('TABLE_HEADING_MODEL', 'Model'); define('TABLE_HEADING_PRODUCTS', 'Product Name'); define('TABLE_HEADING_MANUFACTURER', 'Manufacturer'); define('TABLE_HEADING_QUANTITY', 'Quantity'); define('TABLE_HEADING_PRICE', 'Price'); define('TABLE_HEADING_WEIGHT', 'Weight'); define('TABLE_HEADING_BUY_NOW', 'Buy Now'); define('TEXT_NO_PRODUCTS', 'There are no products to list in this category.'); define('TEXT_NO_PRODUCTS2', 'There is no product available from this manufacturer.'); define('TEXT_NUMBER_OF_PRODUCTS', 'Number of Products: '); define('TEXT_SHOW', '<b>Show:</b>'); define('TEXT_BUY', 'Buy 1 \''); define('TEXT_NOW', '\' now'); define('TEXT_ALL_CATEGORIES', 'All Categories'); define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers');} elseif ($category_depth == 'Top') { define('HEADING_TITLE', 'What\'s New Here?');} elseif ($category_depth == 'nested') { define('HEADING_TITLE', 'Categories');}?>

    1

  8. #8
    New Member
    Join Date
    Jan 2005
    Posts
    12
    Rep Power
    0


    Default RE: Catalog Page "Heading_Title"

    Where do I find the "main_page.tpl.php" file?

  9. #9
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,500
    Rep Power
    567


    Default RE: Catalog Page "Heading_Title"

    The above is pretty much useless. You need to go to you site's main page in a browser and 'view source'

    Then paste the formatted code here. Please use the 'code' bbcode tag to offset the code. It will keep it formatted.

    main_page.tpl.php in your template directory.
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  10. #10
    New Member
    Join Date
    Jan 2005
    Posts
    12
    Rep Power
    0


    Default RE: Catalog Page "Heading_Title"

    Michael,
    Did not know what, how or where to use the "bbcode" tag, sorry..

    Code:
    <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html dir="LTR" lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 
    <title>osCommerce</title>
    <base href="http://bjsvarietyshop.com/catalog/">
    <link rel="stylesheet" type="text/css" href="stylesheet.css">
    </head>
    <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0">
    <!-- header //-->
    <table border="0" width="100%" cellspacing="0" cellpadding="0">
      <tr class="header">
        <td valign="middle"><a href="http://bjsvarietyshop.com/catalog/index.php?osCsid=8b8949e5ac2d7790ee5f627e3030e1de"><img src="images/oscommerce.gif" border="0" alt="osCommerce" title=" osCommerce " width="300" height="50"></a></td>
        <td align="right" valign="bottom"><a href="http://bjsvarietyshop.com/catalog/account.php?osCsid=8b8949e5ac2d7790ee5f627e3030e1de"><img src="images/header_account.gif" border="0" alt="My Account" title=" My Account " width="30" height="30"></a>  <a href="http://bjsvarietyshop.com/catalog/shopping_cart.php?osCsid=8b8949e5ac2d7790ee5f627e3030e1de"><img src="images/header_cart.gif" border="0" alt="Cart Contents" title=" Cart Contents " width="30" height="30"></a>  <a href="http://bjsvarietyshop.com/catalog/checkout_shipping.php?osCsid=8b8949e5ac2d7790ee5f627e3030e1de"><img src="images/header_checkout.gif" border="0" alt="Checkout" title=" Checkout " width="30" height="30"></a>  </td>
      </tr>
    </table>
    <table border="0" width="100%" cellspacing="0" cellpadding="1">
      <tr class="headerNavigation">
        <td class="headerNavigation">  <a href="http://bjsvarietyshop.com" class="headerNavigation">BJ's Home Page</a> » <a href="http://bjsvarietyshop.com/catalog/index.php?osCsid=8b8949e5ac2d7790ee5f627e3030e1de" class="headerNavigation">Catalog</a></td>
        <td align="right" class="headerNavigation"><a href="http://bjsvarietyshop.com/catalog/account.php?osCsid=8b8949e5ac2d7790ee5f627e3030e1de" class="headerNavigation">My Account</a>  |  <a href="http://bjsvarietyshop.com/catalog/shopping_cart.php?osCsid=8b8949e5ac2d7790ee5f627e3030e1de" class="headerNavigation">Cart Contents</a>  |  <a href="http://bjsvarietyshop.com/catalog/checkout_shipping.php?osCsid=8b8949e5ac2d7790ee5f627e3030e1de" class="headerNavigation">Checkout</a>   </td>
      </tr>
    </table>
    <!-- header_eof //-->
    
    <!-- body //-->
    <table border="0" width="100%" cellspacing="3" cellpadding="3">
      <tr>
        <td width="125" valign="top"><table border="0" width="125" cellspacing="0" cellpadding="2">
    <!-- left_navigation //-->
    <!-- categories //-->
              <tr>
                <td>
    <table border="0" width="100%" cellspacing="0" cellpadding="0">
      <tr>
        <td height="14" class="infoBoxHeading"><img src="images/infobox/corner_left.gif" border="0" alt="" width="11" height="14"></td>
        <td width="100%" height="14" class="infoBoxHeading">Categories</td>
        <td height="14" class="infoBoxHeading" nowrap><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td>
      </tr>
    </table>
    <table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">
      <tr>
        <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">
      <tr>
        <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
      </tr>
      <tr>
        <td class="boxText"><a href="http://bjsvarietyshop.com/catalog/index.php?cPath=26&osCsid=8b8949e5ac2d7790ee5f627e3030e1de">Ear Rings</a><br><a href="http://bjsvarietyshop.com/catalog/index.php?cPath=25&osCsid=8b8949e5ac2d7790ee5f627e3030e1de">Necklace/Bracelet Sets</a> (5)<br><a href="http://bjsvarietyshop.com/catalog/index.php?cPath=24&osCsid=8b8949e5ac2d7790ee5f627e3030e1de">Necklaces</a> (2)<br><a href="http://bjsvarietyshop.com/catalog/index.php?cPath=21&osCsid=8b8949e5ac2d7790ee5f627e3030e1de">Bracelets</a> (54)<br><a href="http://bjsvarietyshop.com/catalog/index.php?cPath=22&osCsid=8b8949e5ac2d7790ee5f627e3030e1de">Collectibles</a> (3)<br><a href="http://bjsvarietyshop.com/catalog/index.php?cPath=23&osCsid=8b8949e5ac2d7790ee5f627e3030e1de">Antiques</a> (1)<br></td>
      </tr>
      <tr>
        <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
      </tr>
    </table>
    </td>
      </tr>
    </table>
                </td>
              </tr>
    <!-- categories_eof //-->
    <!-- manufacturers //-->
              <tr>
                <td>
    <table border="0" width="100%" cellspacing="0" cellpadding="0">
      <tr>
        <td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="11" height="14"></td>
        <td width="100%" height="14" class="infoBoxHeading">Manufacturers</td>
        <td height="14" class="infoBoxHeading" nowrap><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td>
      </tr>
    </table>
    <table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">
      <tr>
        <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">
      <tr>
        <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
      </tr>
      <tr>
        <td class="boxText"><form name="manufacturers" action="http://bjsvarietyshop.com/catalog/index.php" method="get"><input type="hidden" name="osCsid" value="8b8949e5ac2d7790ee5f627e3030e1de" /><select name="manufacturers_id" onChange="this.form.submit();" size="1" style="width: 100%"><option value="" SELECTED>Please Select</option><option value="6">Canon</option><option value="4">Fox</option><option value="8">GT Interactive</option><option value="9">Hewlett Packard</option><option value="5">Logitech</option><option value="1">Matrox</option><option value="2">Microsoft</option><option value="7">Sierra</option><option value="3">Warner</option></select><input type="hidden" name="osCsid" value="8b8949e5ac2d7790ee5f627e3030e1de"></form></td>
      </tr>
      <tr>
        <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
      </tr>
    </table>
    </td>
      </tr>
    </table>
                </td>
              </tr>
    <!-- manufacturers_eof //-->
    <!-- whats_new //-->
              <tr>
                <td>
    <table border="0" width="100%" cellspacing="0" cellpadding="0">
      <tr>
        <td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="11" height="14"></td>
        <td width="100%" height="14" class="infoBoxHeading">What's New?</td>
        <td height="14" class="infoBoxHeading" nowrap><a href="http://bjsvarietyshop.com/catalog/products_new.php?osCsid=8b8949e5ac2d7790ee5f627e3030e1de"><img src="images/infobox/arrow_right.gif" border="0" alt="more" title=" more " width="12" height="10"></a><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td>
      </tr>
    </table>
    <table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">
      <tr>
        <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">
      <tr>
        <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
      </tr>
      <tr>
        <td align="center" class="boxText"><a href="http://bjsvarietyshop.com/catalog/product_info.php?products_id=111&osCsid=8b8949e5ac2d7790ee5f627e3030e1de"><img src="images/IM001120.jpg" border="0" alt="Stretch Bracelet #B050" title=" Stretch Bracelet #B050 " width="220" height="180"></a><br><a href="http://bjsvarietyshop.com/catalog/product_info.php?products_id=111&osCsid=8b8949e5ac2d7790ee5f627e3030e1de">Stretch Bracelet #B050</a><br><s>$17.00</s><br><span class="productSpecialPrice">$12.75</span></td>
      </tr>
      <tr>
        <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
      </tr>
    </table>
    </td>
      </tr>
    </table>
                </td>
              </tr>
    <!-- whats_new_eof //-->
    <!-- search //-->
              <tr>
                <td>
    <table border="0" width="100%" cellspacing="0" cellpadding="0">
      <tr>
        <td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="11" height="14"></td>
        <td width="100%" height="14" class="infoBoxHeading">Quick Find</td>
        <td height="14" class="infoBoxHeading" nowrap><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td>
      </tr>
    </table>
    <table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">
      <tr>
        <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">
      <tr>
        <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
      </tr>
      <tr>
        <td align="center" class="boxText"><form name="quick_find" action="http://bjsvarietyshop.com/catalog/advanced_search_result.php" method="get"><input type="hidden" name="osCsid" value="8b8949e5ac2d7790ee5f627e3030e1de" /><input type="text" name="keywords" size="10" maxlength="30" style="width: 95px"> <input type="hidden" name="osCsid" value="8b8949e5ac2d7790ee5f627e3030e1de"><input type="image" src="includes/languages/english/images/buttons/button_quick_find.gif?osCsid=8b8949e5ac2d7790ee5f627e3030e1de" border="0" alt="Quick Find" title=" Quick Find "><br>Use keywords to find the product you are looking for.<br><a href="http://bjsvarietyshop.com/catalog/advanced_search.php?osCsid=8b8949e5ac2d7790ee5f627e3030e1de"><b>Advanced Search</b></a></form></td>
      </tr>
      <tr>
        <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
      </tr>
    </table>
    </td>
      </tr>
    </table>
                </td>
              </tr>
    <!-- search_eof //-->
    <!-- information //-->
              <tr>
                <td>
    <table border="0" width="100%" cellspacing="0" cellpadding="0">
      <tr>
        <td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="11" height="14"></td>
        <td width="100%" height="14" class="infoBoxHeading">Information</td>
        <td height="14" class="infoBoxHeading" nowrap><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td>
      </tr>
    </table>
    <table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">
      <tr>
        <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">
      <tr>
        <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
      </tr>
      <tr>
        <td class="boxText"><a href="http://bjsvarietyshop.com/catalog/shipping.php?osCsid=8b8949e5ac2d7790ee5f627e3030e1de">Shipping & Returns</a><br><a href="http://bjsvarietyshop.com/catalog/privacy.php?osCsid=8b8949e5ac2d7790ee5f627e3030e1de">Privacy Notice</a><br><a href="http://bjsvarietyshop.com/catalog/conditions.php?osCsid=8b8949e5ac2d7790ee5f627e3030e1de">Conditions of Use</a><br><a href="http://bjsvarietyshop.com/catalog/contact_us.php?osCsid=8b8949e5ac2d7790ee5f627e3030e1de">Contact Us</a></td>
      </tr>
      <tr>
        <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
      </tr>
    </table>
    </td>
      </tr>
    </table>
                </td>
              </tr>
    <!-- information_eof //-->
    <!-- left_navigation_eof //-->
        </table></td>
    <!-- body_text //-->
        <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">HEADING_TITLE</td>
                <td class="pageHeading" align="right"><img src="images/table_background_default.gif" border="0" alt="HEADING_TITLE" title=" HEADING_TITLE " width="57" height="40"></td>
              </tr>
            </table></td>
          </tr>
          <tr>
            <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td>
          </tr>
          <tr>
            <td><table border="0" width="100%" cellspacing="0" cellpadding="0">
              <tr>
                <td class="main">Welcome <span class="greetUser">Guest!</span> Would you like to <a href="http://bjsvarietyshop.com/catalog/login.php?osCsid=8b8949e5ac2d7790ee5f627e3030e1de"><u>log yourself in</u></a>? Or would you prefer to <a href="http://bjsvarietyshop.com/catalog/create_account.php?osCsid=8b8949e5ac2d7790ee5f627e3030e1de"><u>create an account</u></a>?</td>
              </tr>
              <tr>
                <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td>
              </tr>
              <tr>
                <td class="main">BJ's Handcrafted Fashion Jewelry and Variety Shop</td>
              </tr>
              <tr>
                <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td>
              </tr>
              <tr>
                <td><!-- new_products //-->
    <table border="0" width="100%" cellspacing="0" cellpadding="0">
      <tr>
        <td height="14" class="infoBoxHeading"><img src="images/infobox/corner_left.gif" border="0" alt="" width="11" height="14"></td>
        <td height="14" class="infoBoxHeading" width="100%">New Products For February</td>
        <td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="11" height="14"></td>
      </tr>
    </table>
    <table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">
      <tr>
        <td><table border="0" width="100%" cellspacing="0" cellpadding="4" class="infoBoxContents">
      <tr>
        <td align="center" class="smallText" width="33%" valign="top"><a href="http://bjsvarietyshop.com/catalog/product_info.php?products_id=115&osCsid=8b8949e5ac2d7790ee5f627e3030e1de"><img src="images/IM001078a.jpg" border="0" alt="Clasp Bracelet #B054" title=" Clasp Bracelet #B054 " width="220" height="180"></a><br><a href="http://bjsvarietyshop.com/catalog/product_info.php?products_id=115&osCsid=8b8949e5ac2d7790ee5f627e3030e1de">Clasp Bracelet #B054</a><br>$17.00</td>
        <td align="center" class="smallText" width="33%" valign="top"><a href="http://bjsvarietyshop.com/catalog/product_info.php?products_id=114&osCsid=8b8949e5ac2d7790ee5f627e3030e1de"><img src="images/IM001100.jpg" border="0" alt="Clasp Bracelet #B053" title=" Clasp Bracelet #B053 " width="220" height="180"></a><br><a href="http://bjsvarietyshop.com/catalog/product_info.php?products_id=114&osCsid=8b8949e5ac2d7790ee5f627e3030e1de">Clasp Bracelet #B053</a><br>$17.00</td>
        <td align="center" class="smallText" width="33%" valign="top"><a href="http://bjsvarietyshop.com/catalog/product_info.php?products_id=113&osCsid=8b8949e5ac2d7790ee5f627e3030e1de"><img src="images/IM001096.jpg" border="0" alt="Clasp Bracelet #B052" title=" Clasp Bracelet #B052 " width="220" height="180"></a><br><a href="http://bjsvarietyshop.com/catalog/product_info.php?products_id=113&osCsid=8b8949e5ac2d7790ee5f627e3030e1de">Clasp Bracelet #B052</a><br>$17.00</td>
      </tr>
      <tr>
        <td align="center" class="smallText" width="33%" valign="top"><a href="http://bjsvarietyshop.com/catalog/product_info.php?products_id=112&osCsid=8b8949e5ac2d7790ee5f627e3030e1de"><img src="images/IM001125.jpg" border="0" alt="Stretch Bracelet #B051" title=" Stretch Bracelet #B051 " width="220" height="180"></a><br><a href="http://bjsvarietyshop.com/catalog/product_info.php?products_id=112&osCsid=8b8949e5ac2d7790ee5f627e3030e1de">Stretch Bracelet #B051</a><br>$12.75</td>
        <td align="center" class="smallText" width="33%" valign="top"><a href="http://bjsvarietyshop.com/catalog/product_info.php?products_id=111&osCsid=8b8949e5ac2d7790ee5f627e3030e1de"><img src="images/IM001120.jpg" border="0" alt="Stretch Bracelet #B050" title=" Stretch Bracelet #B050 " width="220" height="180"></a><br><a href="http://bjsvarietyshop.com/catalog/product_info.php?products_id=111&osCsid=8b8949e5ac2d7790ee5f627e3030e1de">Stretch Bracelet #B050</a><br>$12.75</td>
        <td align="center" class="smallText" width="33%" valign="top"><a href="http://bjsvarietyshop.com/catalog/product_info.php?products_id=110&osCsid=8b8949e5ac2d7790ee5f627e3030e1de"><img src="images/IM001108.jpg" border="0" alt="Stretch Bracelet #B049" title=" Stretch Bracelet #B049 " width="220" height="180"></a><br><a href="http://bjsvarietyshop.com/catalog/product_info.php?products_id=110&osCsid=8b8949e5ac2d7790ee5f627e3030e1de">Stretch Bracelet #B049</a><br>$12.00</td>
      </tr>
      <tr>
        <td align="center" class="smallText" width="33%" valign="top"><a href="http://bjsvarietyshop.com/catalog/product_info.php?products_id=109&osCsid=8b8949e5ac2d7790ee5f627e3030e1de"><img src="images/IM001118.jpg" border="0" alt="Stretch Bracelet #B048" title=" Stretch Bracelet #B048 " width="220" height="180"></a><br><a href="http://bjsvarietyshop.com/catalog/product_info.php?products_id=109&osCsid=8b8949e5ac2d7790ee5f627e3030e1de">Stretch Bracelet #B048</a><br>$11.25</td>
        <td align="center" class="smallText" width="33%" valign="top"><a href="http://bjsvarietyshop.com/catalog/product_info.php?products_id=108&osCsid=8b8949e5ac2d7790ee5f627e3030e1de"><img src="images/IM001113.jpg" border="0" alt="Stretch Bracelet #B047" title=" Stretch Bracelet #B047 " width="220" height="180"></a><br><a href="http://bjsvarietyshop.com/catalog/product_info.php?products_id=108&osCsid=8b8949e5ac2d7790ee5f627e3030e1de">Stretch Bracelet #B047</a><br>$11.25</td>
        <td align="center" class="smallText" width="33%" valign="top"><a href="http://bjsvarietyshop.com/catalog/product_info.php?products_id=107&osCsid=8b8949e5ac2d7790ee5f627e3030e1de"><img src="images/IM001084.jpg" border="0" alt="Stretch Bracelet #B046" title=" Stretch Bracelet #B046 " width="220" height="180"></a><br><a href="http://bjsvarietyshop.com/catalog/product_info.php?products_id=107&osCsid=8b8949e5ac2d7790ee5f627e3030e1de">Stretch Bracelet #B046</a><br>$11.25</td>
      </tr>
    </table>
    </td>
      </tr>
    </table>
    <!-- new_products_eof //-->
    </td>
              </tr>
            </table></td>
          </tr>
        </table></td>
    <!-- body_text_eof //-->
        <td width="125" valign="top"><table border="0" width="125" cellspacing="0" cellpadding="2">
    <!-- right_navigation //-->
    <!-- shopping_cart //-->
              <tr>
                <td>
    <table border="0" width="100%" cellspacing="0" cellpadding="0">
      <tr>
        <td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="11" height="14"></td>
        <td width="100%" height="14" class="infoBoxHeading">Shopping Cart</td>
        <td height="14" class="infoBoxHeading" nowrap><a href="http://bjsvarietyshop.com/catalog/shopping_cart.php?osCsid=8b8949e5ac2d7790ee5f627e3030e1de"><img src="images/infobox/arrow_right.gif" border="0" alt="more" title=" more " width="12" height="10"></a><img src="images/infobox/corner_right.gif" border="0" alt="" width="11" height="14"></td>
      </tr>
    </table>
    <table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">
      <tr>
        <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">
      <tr>
        <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
      </tr>
      <tr>
        <td class="boxText">0 items</td>
      </tr>
      <tr>
        <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
      </tr>
    </table>
    </td>
      </tr>
    </table>
                </td>
              </tr>
    <!-- shopping_cart_eof //-->
    <!-- best_sellers //-->
              <tr>
                <td>
    <table border="0" width="100%" cellspacing="0" cellpadding="0">
      <tr>
        <td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="11" height="14"></td>
        <td width="100%" height="14" class="infoBoxHeading">Bestsellers</td>
        <td height="14" class="infoBoxHeading" nowrap><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td>
      </tr>
    </table>
    <table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">
      <tr>
        <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">
      <tr>
        <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
      </tr>
      <tr>
        <td class="boxText"><table border="0" width="100%" cellspacing="0" cellpadding="1"><tr><td class="infoBoxContents" valign="top">01.</td><td class="infoBoxContents"><a href="http://bjsvarietyshop.com/catalog/product_info.php?products_id=72&osCsid=8b8949e5ac2d7790ee5f627e3030e1de">Stretch Bracelet #B022</a></td></tr></table></td>
      </tr>
      <tr>
        <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
      </tr>
    </table>
    </td>
      </tr>
    </table>
                </td>
              </tr>
    <!-- best_sellers_eof //-->
    <!-- specials //-->
              <tr>
                <td>
    <table border="0" width="100%" cellspacing="0" cellpadding="0">
      <tr>
        <td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="11" height="14"></td>
        <td width="100%" height="14" class="infoBoxHeading">Specials</td>
        <td height="14" class="infoBoxHeading" nowrap><a href="http://bjsvarietyshop.com/catalog/specials.php?osCsid=8b8949e5ac2d7790ee5f627e3030e1de"><img src="images/infobox/arrow_right.gif" border="0" alt="more" title=" more " width="12" height="10"></a><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td>
      </tr>
    </table>
    <table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">
      <tr>
        <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">
      <tr>
        <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
      </tr>
      <tr>
        <td align="center" class="boxText"><a href="http://bjsvarietyshop.com/catalog/product_info.php?products_id=103&osCsid=8b8949e5ac2d7790ee5f627e3030e1de"><img src="images/IM001122.jpg" border="0" alt="Stretch Bracelet #B042" title=" Stretch Bracelet #B042 " width="220" height="180"></a><br><a href="http://bjsvarietyshop.com/catalog/product_info.php?products_id=103&osCsid=8b8949e5ac2d7790ee5f627e3030e1de">Stretch Bracelet #B042</a><br><s>$15.00</s><br><span class="productSpecialPrice">$11.25</span></td>
      </tr>
      <tr>
        <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
      </tr>
    </table>
    </td>
      </tr>
    </table>
                </td>
              </tr>
    <!-- specials_eof //-->
    <!-- reviews //-->
              <tr>
                <td>
    <table border="0" width="100%" cellspacing="0" cellpadding="0">
      <tr>
        <td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="11" height="14"></td>
        <td width="100%" height="14" class="infoBoxHeading">Reviews</td>
        <td height="14" class="infoBoxHeading" nowrap><a href="http://bjsvarietyshop.com/catalog/reviews.php?osCsid=8b8949e5ac2d7790ee5f627e3030e1de"><img src="images/infobox/arrow_right.gif" border="0" alt="more" title=" more " width="12" height="10"></a><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td>
      </tr>
    </table>
    <table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">
      <tr>
        <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">
      <tr>
        <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
      </tr>
      <tr>
        <td class="boxText"><div align="center"><a href="http://bjsvarietyshop.com/catalog/product_reviews_info.php?products_id=72&reviews_id=2&osCsid=8b8949e5ac2d7790ee5f627e3030e1de"><img src="images/IM000993.jpg" border="0" alt="Stretch Bracelet #B022" title=" Stretch Bracelet #B022 " width="220" height="180"></a></div><a href="http://bjsvarietyshop.com/catalog/product_reviews_info.php?products_id=72&reviews_id=2&osCsid=8b8949e5ac2d7790ee5f627e3030e1de">Love my new bracelet! It was exactly what I wanted. I'll be  ..</a><br><div align="center"><img src="images/stars_5.gif" border="0" alt="5 of 5 Stars!" title=" 5 of 5 Stars! " width="59" height="11"></div></td>
      </tr>
      <tr>
        <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
      </tr>
    </table>
    </td>
      </tr>
    </table>
                </td>
              </tr>
    <!-- reviews_eof //-->
    <!-- languages //-->
              <tr>
                <td>
    <table border="0" width="100%" cellspacing="0" cellpadding="0">
      <tr>
        <td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="11" height="14"></td>
        <td width="100%" height="14" class="infoBoxHeading">Languages</td>
        <td height="14" class="infoBoxHeading" nowrap><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td>
      </tr>
    </table>
    <table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">
      <tr>
        <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">
      <tr>
        <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
      </tr>
      <tr>
        <td align="center" class="boxText"> <a href="http://bjsvarietyshop.com/catalog/index.php?language=en&osCsid=8b8949e5ac2d7790ee5f627e3030e1de"><img src="includes/languages/english/images/icon.gif" border="0" alt="English" title=" English " width="24" height="15"></a>  <a href="http://bjsvarietyshop.com/catalog/index.php?language=de&osCsid=8b8949e5ac2d7790ee5f627e3030e1de"><img src="includes/languages/german/images/icon.gif" border="0" alt="Deutsch" title=" Deutsch " width="24" height="15"></a>  <a href="http://bjsvarietyshop.com/catalog/index.php?language=es&osCsid=8b8949e5ac2d7790ee5f627e3030e1de"><img src="includes/languages/espanol/images/icon.gif" border="0" alt="Español" title=" Español " width="24" height="15"></a> </td>
      </tr>
      <tr>
        <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
      </tr>
    </table>
    </td>
      </tr>
    </table>
                </td>
              </tr>
    <!-- languages_eof //-->
    <!-- currencies //-->
              <tr>
                <td>
    <table border="0" width="100%" cellspacing="0" cellpadding="0">
      <tr>
        <td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="11" height="14"></td>
        <td width="100%" height="14" class="infoBoxHeading">Currencies</td>
        <td height="14" class="infoBoxHeading" nowrap><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td>
      </tr>
    </table>
    <table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">
      <tr>
        <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">
      <tr>
        <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
      </tr>
      <tr>
        <td align="center" class="boxText"><form name="currencies" action="http://bjsvarietyshop.com/catalog/index.php" method="get"><input type="hidden" name="osCsid" value="8b8949e5ac2d7790ee5f627e3030e1de" /><select name="currency" onChange="this.form.submit();" style="width: 100%"><option value="USD" SELECTED>US Dollar</option><option value="EUR">Euro</option></select><input type="hidden" name="osCsid" value="8b8949e5ac2d7790ee5f627e3030e1de"></form></td>
      </tr>
      <tr>
        <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
      </tr>
    </table>
    </td>
      </tr>
    </table>
                </td>
              </tr>
    <!-- currencies_eof //-->
    <!-- right_navigation_eof //-->
        </table></td>
      </tr>
    </table>
    <!-- body_eof //-->
    
    <!-- footer //-->
    <table border="0" width="100%" cellspacing="0" cellpadding="1">
      <tr class="footer">
        <td class="footer">  Saturday 19 February, 2005  </td>
        <td align="right" class="footer">  1734 requests since Monday 17 January, 2005  </td>
      </tr>
    </table>
    <br>
    <table border="0" width="100%" cellspacing="0" cellpadding="0">
      <tr>
        <td align="center" class="smallText">
    Copyright © 2003 <a href="http://www.oscommerce.com" target="_blank">osCommerce</a><br>Powered by <a href="http://www.oscommerce.com" target="_blank">osCommerce</a>    </td>
      </tr>
    </table>
    <br>
    <table border="0" width="100%" cellspacing="0" cellpadding="0">
      <tr>
        <td align="center"><a href="http://bjsvarietyshop.com/catalog/redirect.php?action=banner&goto=1&osCsid=8b8949e5ac2d7790ee5f627e3030e1de" target="_blank"><img src="images/banners/oscommerce.gif" border="0" alt="osCommerce" title=" osCommerce " width="300" height="50"></a></td>
      </tr>
    </table>
    <!-- footer_eof //-->
    <br>
    </body>
    </html>

Page 1 of 2 12 LastLast

Similar Threads

  1. simple editing Q... How do i edit the 'HEADING_TITLE" &
    By n8man in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 12-15-2005, 06:33 PM
  2. Taking out "Printable Catalog"
    By fateimport in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 03-07-2005, 07:13 AM
  3. Catalog Front Page "Heading_Title" How To Change(?
    By bgharder in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 02-15-2005, 10:00 PM
  4. "Top" Link Located top left corner of catalog.
    By bgharder in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 01-30-2005, 05:35 AM
  5. warn msg "osc can write in catalog/incl/config"
    By mshupenka in forum osCommerce 2.2 Installation Help
    Replies: 7
    Last Post: 02-21-2003, 12:09 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
  •