Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2007
    Posts
    36
    Plugin Contributions
    0

    red flag skip category main page with first sub-category

    Hi people :)

    I have a problem with sub-category listing. have categories like this:


    snowboards
    > boards
    >> brand 1
    >> brand 2


    so what i need is to show directly the first sub-category when a main category is clicked. so, if i click on "snowboards" i would like to show the "boards" page as default.

    how can i do that?
    Last edited by roboto; 26 Aug 2007 at 12:59 AM.

  2. #2
    Join Date
    Apr 2007
    Posts
    36
    Plugin Contributions
    0

    Default Re: skip category main page with first sub-category

    UP!

    Hey, this is the second post where i am asking for help and for the second time i don't get any answer... am I invisible or what???

    there's a way to hardcode links to categories??

  3. #3
    Join Date
    Apr 2007
    Posts
    36
    Plugin Contributions
    0

    Default Re: skip category main page with first sub-category

    ok, nobody answer.
    i've done what i wanted to do using mod_rewrite from apache. no zen-cart's code to touch.

    in .htaccess file write:


    RewriteEngine on
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{QUERY_STRING} ^main_page=index&cPath=10$
    RewriteRule index.php index.php?main_page=index&cPath=10_11 [R=301,L]


    change the cPath according to what you want to display/rewrite


    p.s.
    this forum sucks

 

 

Similar Threads

  1. Open Main Category with Sub-Category
    By yaseent in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 11 Dec 2014, 12:27 PM
  2. Skip Page showing sub categories, go straight to first sub category
    By HelenSama in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 8 May 2009, 05:16 PM
  3. Getting sub category images to show up on the main category page
    By VigilantWine in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 16 Feb 2009, 09:45 AM
  4. Can you skip sub category page?
    By hzp in forum Setting Up Categories, Products, Attributes
    Replies: 7
    Last Post: 6 Aug 2008, 11:40 AM
  5. default sub category- skip choose a subcat page
    By hzp in forum Basic Configuration
    Replies: 0
    Last Post: 12 Jun 2008, 04:45 PM

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