Results 1 to 2 of 2

Subcategory "Let's see what we have here"

This is a discussion on Subcategory "Let's see what we have here" within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Hi, I'm a newbie to OSCommerce and have found it pretty easy until now... what I'm trying to do is.... ...

      
  1. #1
    Lurker
    Join Date
    Jan 2003
    Posts
    1
    Rep Power
    0


    Default Subcategory "Let's see what we have here"

    Hi,
    I'm a newbie to OSCommerce and have found it pretty easy until now... what I'm trying to do is....
    When a user clicks on a sub category they the right page but with a title "Lets see what we have here'.

    Can I change that to the sub category name listed in the database??

    any idea?
    Thanx
    MJ
    Attached Images Attached Images

  2. #2
    New Member
    Join Date
    Nov 2002
    Location
    UK
    Posts
    21
    Rep Power
    0


    Default

    In Default.php change the following:

    Code:
    <td class="pageHeading"><?php echo HEADING_TITLE; ?></td>
    to:

    Code:
    <td class="pageHeading"><?php echo $category['categories_name']; ?></td>
    There are 3 occurances of this do not change the last one after:

    Code:
     } else { // default page

Similar Threads

  1. Remove "QTPRO" for "Option Type Feature"
    By adam71o in forum osCmax v2 Customization/Mods
    Replies: 3
    Last Post: 01-10-2007, 10:32 AM
  2. How to change the "date" and "months" na
    By oling in forum osCmax v2 Installation issues
    Replies: 2
    Last Post: 08-25-2006, 10:09 AM
  3. "Price" and "Add to Cart" button inside
    By midwestwebsites in forum osCmax v2 Customization/Mods
    Replies: 3
    Last Post: 11-14-2005, 05:13 AM
  4. Change Create Order Text "Réduction" and "Li
    By kelly34 in forum osCmax v2 Customization/Mods
    Replies: 3
    Last Post: 08-03-2005, 11:55 AM
  5. Changing "authorize.net" to "Credit Card Deta
    By Christy in forum osCmax v1.7 Discussion
    Replies: 5
    Last Post: 08-02-2004, 04:11 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
  •