osCmax v2.5 User Manual
Page 1 of 2 12 LastLast
Results 1 to 10 of 15

"Edit Category" problems

This is a discussion on "Edit Category" problems within the osCmax v1.7 Discussion forums, part of the osCmax v1.7 Forums category; my edit category in admin is faulty in two ways 1)cosmetically it looks like this: "Category Name: TEXT_EDIT_CATEGORIES_HEADING_TITLE TEXT_EDIT_CATEGORIES_DESCRIPTION" 2)When ...

      
  1. #1
    Member
    Join Date
    Aug 2003
    Posts
    35
    Rep Power
    0


    Default "Edit Category" problems

    my edit category in admin is faulty in two ways

    1)cosmetically it looks like this:

    "Category Name:

    TEXT_EDIT_CATEGORIES_HEADING_TITLE


    TEXT_EDIT_CATEGORIES_DESCRIPTION"

    2)When I do type something into the category description box (no matter what langauge) it shows in the "preview" but the text doesn't show the my store istelf. I click on the category in my store and it just says: "No products..."

    Now it updates subcategories and products just fine but even if I don't have a product in a category I want descriptive informative text to show in my store for cutomers to see.

    Please advise

  2. #2
    osCMax Developer

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


    Default

    Looks like something went wrong with your installation. I would reinstall the admin files and see if that clears up the problem.
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    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
    Member
    Join Date
    Aug 2003
    Posts
    35
    Rep Power
    0


    Default

    no...that didn't work. what php file controls edit category variables. I can edit a photo or gif file for a category but the description doesn't show?

    what the deal?

    I need answers... in the meantime I will re unzip the osc_ms2_max file and reupload the admin files.

    it would be better i I could just upload the pertinent file instead of all of them which takes hours!
    HELP HELP HELP !!!
    bushman

  4. #4
    osCMax Developer

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


    Default

    Why not just unzip the archive on your server and just copy the files over which takes seconds?

    When I say re-upload the admin files, just upload the main php files in the admin dir, the includes dir, and all the language files. That should do it. Even on a slow dialup, that should only take a few minutes.

    This problem is specific to you, something has gone wrong with your installation, because this is not a problem with the MS2-MAX package.
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    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
    Member
    Join Date
    Aug 2003
    Posts
    35
    Rep Power
    0


    Default 3rd time install of ms2-max

    Something is not right. Please read the following experience.

    I downloaded MS2-MAX onto my desktop
    uploaded it to server
    unzipped it from server
    went through "install" proceedure
    logged into admin, contents, categories, edit
    this is what as there:

    "Edit Category

    Category Name:

    TEXT_EDIT_CATEGORIES_HEADING_TITLE

    TEXT_EDIT_CATEGORIES_DESCRIPTION This is the category description for Hardware!!

    Category Image:

    category_hardware.gif

    Sort Order:
    Preview "

    I made NO MODIFICATIONS whatsoever.

    From the "install step7" browser I clicked"Catalog"
    in "category" I clicked "Hardware"
    This is what is there:
    "Hardware
    CDROM Drives
    Graphics Cards
    Keyboards
    Memory
    Mice
    Monitors
    Printers
    Speakers
    New Products For August
    Matrox G200 MMS
    $299.99
    Microsoft Internet Keyboard PS/2
    $69.99
    Matrox G400 32MB
    $499.99"

    No where does it have the category description "This is the category description for Hardware!!"

    why won't the default description for hardware show up in the store's category?
    Once again this was a stright install...no modifications or anything!

    waiting for the fix.

  6. #6
    osCMax Developer

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


    Default Here is a bugfix for you, and everyone else :)

    Thanks, I was not following you before. I think my brain is locked!

    Anyway, I have attached the 2 fixed files in a zip below, or you can manaully do it.

    First:

    To fix the text defines in the admin that are not displaying, edit the file:

    /admin/includes/language/english.php

    and add the following:
    Code:
     define('TEXT_EDIT_CATEGORIES_HEADING_TITLE', 'Category Heading Title:');
     define('TEXT_EDIT_CATEGORIES_DESCRIPTION', 'Category Description:');

    Then, to get the descriptions displaying in the top categories, add the following code to /templates/content/index_nested.tpl.php:

    After this (on line 15):
    Code:
    </tr>
    Insert this:
    Code:
    	  <?php if ( (ALLOW_CATEGORY_DESCRIPTIONS == 'true') && (tep_not_null($category['categories_description'])) ) { ?>
    	  <tr>
                <td align="left" colspan="2" class="category_desc"><?php echo $category['categories_description']; ?></td>
    	  </tr>
    	  <?php } ?>
    This will fix both problems. You can manually make the changes or just upload the two files in the attached zip to the correct directories.

    Cheers!
    Attached Files Attached Files
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    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
    Anonymous
    Guest


    Default

    I have category descriptions enabled in admin but when I click on new category it's no different than it was.......

    I tried the above fix to no avail. I cannot just reupload as I have made quite a few mods already. can you help?

  8. #8
    Anonymous
    Guest


    Default

    Nevermind, I found the problem the admin/categories.php file was wrong, so I reuploaded it from the orginal file and it works fine now

  9. #9
    Member
    Join Date
    Aug 2003
    Posts
    35
    Rep Power
    0


    Default 1st fix worked, 2nd fix failed

    Quote Originally Posted by Anonymous
    I have category descriptions enabled...
    excuse me? Is there a way to "enable" category descriptions?

    Are they not automatically enabled by virtue of the category description box to fill in "Edit Category" or "New Category"? If not please tell me where to "enable" them. I've been sweatin' this for three days now...

    Anyway... the first fix you gave me worked.

    Edit Categories looks like this:
    " Category Name:


    Category Heading Title:


    Category Description: "

    But the descriptions still don't show up. I made sure the files were replaced with the fixes via ftp, I created a new "test" category with "test description".

    nothing.

  10. #10
    Member
    Join Date
    Aug 2003
    Posts
    35
    Rep Power
    0


    Default

    ok I see it...its in the configuration interface in administration.

    "Allow Category Descriptions" it was already enabled... so I still don't know why they aren't in the shop.


Page 1 of 2 12 LastLast

Similar Threads

  1. Does your "Buy Now" button work in category view?
    By treb in forum osCmax v2 Installation issues
    Replies: 7
    Last Post: 06-21-2005, 11:45 AM
  2. Creating "list price" listing category
    By southwestseas in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 06-30-2004, 06:57 PM
  3. "edit category" pics gone
    By bushman in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 08-29-2003, 08:06 AM
  4. HELP - trying to edit "infoBoxHeading" text
    By 808casher in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 07-29-2003, 07:50 PM
  5. how to edit the "copyright" and "powered by?
    By antennista in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 02-12-2003, 10:41 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
  •