Results 1 to 9 of 9
  1. #1
    Join Date
    Jan 2009
    Posts
    7
    Plugin Contributions
    0

    Default My new category button disappeared

    I believe in the zest for a simply look I got rid of the new category button. So when I click category/product all that comes up are New Products to add.

    And all I have a products no categories.

    Can anyone let me know what I did wrong.

    Thanks

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: My new category button disappeared

    We'll need a link to your site.

  3. #3
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    843
    Plugin Contributions
    0

    Default Re: My new category button disappeared

    You cannot create a new category where there are already products added, so if you've started adding products to the top before creating any categories, I am afraid the only solution is to delete all the products so that you can then create categories to add them into....at least as far as I know that is the only solution lol if there is another perhaps someone will pop up and post it :)

    Relevant Tutorial/FAQ: https://www.zen-cart.com/tutorials/i...hp?article=271
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

  4. #4
    Join Date
    Jan 2009
    Posts
    7
    Plugin Contributions
    0

    Default Re: My new category button disappeared

    Here is the link to the zen cart portion. http://theradioadvisor.com/shop/inde...&products_id=1

    But I am talking on the Zen cart admin portion is where I can't create a category to put my products in.

    I do not have my zen cart intergrated with my website http://www.theradioadvisor.com

    To see what happens just got to http://theradioadvisor.com/index.php...ign-up-process and hit "CLICK HERE"

    Thanks

  5. #5
    Join Date
    Jan 2009
    Posts
    7
    Plugin Contributions
    0

    Default Re: My new category button disappeared

    Hi Christon26

    I only want the two products I have so if it is not necessary to have a category then I am fine.

    I thought I might need one because when someone is in the shopping cart and they click "home" it takes to them the following page http://theradioadvisor.com/shop/

    Which I do not like. I wish I could incorporate the cart into my site so that when they click home it will take them to the page on my site with the two options but I do not know how to do that.

  6. #6
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    843
    Plugin Contributions
    0

    Default Re: My new category button disappeared

    You can change where the Home link takes you to, see this post here: http://www.zen-cart.com/forum/showpo...11&postcount=7

    If you only have the two products, then you can customise the cart to look like the rest of your site, and then point from your main site directly to either the cart, or to each of the products individually :)
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

  7. #7
    Join Date
    Jan 2009
    Posts
    7
    Plugin Contributions
    0

    Default Re: My new category button disappeared

    OK so I read this below and under most of it. But if I just want to change where home goes to couldn't I just change the href for HEADER_TITLE_CATALOG.

    Problem here where do I go to change the header. I tried typing in the new header with
    includes/templates/YOUR TEMPLATE/common/tpl_header.php (i.e. <li><?php echo '<a href="' . HTTP_SERVER . '">'; ?>&nbsp;<?php echo HEADER_TITLE_HOME_PAGE; ?></a
    But this only caused an error because it still had the previous link. So where are these links written.

    I found the perfect solution.

    Change the header title in includes/languages/english/YOUR TEMPLATE/header.php (i.e define('HEADER_TITLE_CATALOG', 'your new header title');)

    Add a new header title (i.e define('HEADER_TITLE_HOME_PAGE', 'Home');) to replace the modified header title.

    Add a new link to includes/templates/YOUR TEMPLATE/common/tpl_header.php (i.e. <li><?php echo '<a href="' . HTTP_SERVER . '">'; ?>&nbsp;<?php echo HEADER_TITLE_HOME_PAGE; ?></a></li>)

    This new link replaces the old "Home" header title with a new defined variable modified in header.php.

    Notice the href points to HTTP_SERVER.

    ZEN uses HTTP_SERVER and DIR_WS_CATALOG to create the link paths. This makes it easy for anyone to modify these links in an elegant way. Just add or remove these variables as needed.

    We love ZEN.

  8. #8
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    843
    Plugin Contributions
    0

    Default Re: My new category button disappeared

    That link at the top with Home and Log In is written in includes/templates/template_default/common/tpl_header.php (and since you are using the Classic folder it is really recommended to start using the overide system so you don't lose any customisations in an upgrade) you will for now need to save the modified file in includes/templates/classic/common/tpl_header.php, creating the common directory under classic....there should also be one to change in the footer template as well :)
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

  9. #9
    Join Date
    Jan 2009
    Posts
    7
    Plugin Contributions
    0

    Default Re: My new category button disappeared

    Okay you have not officially gone past my pay grade.

 

 

Similar Threads

  1. No New Category Button
    By wyckoff in forum Managing Customers and Orders
    Replies: 4
    Last Post: 18 Oct 2011, 11:14 PM
  2. No new category button
    By evan0881 in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 7 Sep 2011, 06:38 PM
  3. New Category button
    By Dragnix in forum Basic Configuration
    Replies: 2
    Last Post: 23 Oct 2008, 11:10 AM
  4. no new category button
    By JoeD in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 24 Jun 2008, 06:37 PM
  5. No New Category Button?
    By dude_s in forum Setting Up Categories, Products, Attributes
    Replies: 6
    Last Post: 27 Oct 2007, 01:39 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg