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

Remove Category Pictures & -> in Info Box

This is a discussion on Remove Category Pictures & -> in Info Box within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; This is a 2 step question... The first and most frustrating is how do I remove the image reference for ...

      
  1. #1
    New Member
    Join Date
    Jul 2004
    Location
    Cromwell, CT
    Posts
    12
    Rep Power
    0


    Default Remove Category Pictures & -> in Info Box

    This is a 2 step question...

    The first and most frustrating is how do I remove the image reference for category pictures (I've replaced the "Image Does Not Exist" with pixel_trans.gif through Admin, but I still don't like the look and would rather just get rid of any reference to a picture)?

    The second is a little easier (I think)...How do I remove the -> in the category info box when a category has a subcategory?

    It may be a very easy question, but #1 has gotten me pretty flustered so I might have missed it.

    Thanks to everyone who posts replies...a lot of us couldn't have done what we did without you!!!

  2. #2
    Active Member
    Join Date
    May 2003
    Posts
    148
    Rep Power
    0


    Default

    For hiding the category images, look around line# 80 in catalog/index.php

    To remove the "->", look around line # 41 on catalog/includes/boxes/categories.php

    Code:
    if (tep_has_category_subcategories($counter)) {
          $categories_string .= '->';
        }
    Code:
    ->
    is what creates the "->"

  3. #3
    New Member
    Join Date
    Jul 2004
    Location
    Cromwell, CT
    Posts
    12
    Rep Power
    0


    Default

    Thanks you so much!!! It was a little further down, around 89ish, and it took me a little while to know exactly what to delete, but atleast I now knew where to look!!!

    The -> was a piece of cake!

    Thank you again for your help!!

Similar Threads

  1. Removing category pictures
    By Redeye_Joe in forum osCmax v2 Customization/Mods
    Replies: 3
    Last Post: 03-08-2006, 08:21 AM
  2. Remove certain boxes from specific category
    By auntie22 in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 10-25-2005, 06:39 PM
  3. Product info in category pages
    By mgrooten in forum osCMax v1.7 Installation
    Replies: 2
    Last Post: 05-17-2005, 02:34 PM
  4. Remove subcategory listings in Category box
    By strahd8088 in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 07-31-2004, 12:40 PM
  5. Remove category graphic
    By Lady_Lobo in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 04-20-2004, 09:14 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
  •