Page 2 of 7 FirstFirst 1234 ... LastLast
Results 11 to 20 of 63
  1. #11
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Display Categories In Separate Boxes

    What the sidebox does is display all the subcategories of the category id you specify (not certain if only first level or all levels). You can get the category id by hovering on the category link and seeing the ...&cPath=##" in the URL.

  2. #12
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,571
    Plugin Contributions
    30

    Default Re: Display Categories In Separate Boxes

    Hi,
    I have uploaded a fixed version 1.1,

    regards
    Steve

  3. #13
    Join Date
    Dec 2009
    Posts
    24
    Plugin Contributions
    0

    Default Re: Display Categories In Separate Boxes

    where can I find the update?

    This is the error that I get
    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '/select master category and cd.language_id = '1' order by sort_order, cd.catego' at line 3
    in:
    [select c.categories_id, cd.categories_name, c.parent_id, c.categories_image from zen_categories c, zen_categories_description cd where c.categories_id = cd.categories_id and c.categories_status = 1 and c.parent_id = 6 //select master category and cd.language_id = '1' order by sort_order, cd.categories_name]

  4. #14
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,571
    Plugin Contributions
    30

    Default Re: Display Categories In Separate Boxes

    it may be a couple of weeks while it gets vetted/de-loused and appears in the Downloads, but in any case all the fixes I did are detailed in post#8.

    The query that seems to be causing the problem should be like this
    PHP Code:
      $categories_query_ap 
    "select c.categories_id, cd.categories_name, c.parent_id, 
    c.categories_image from " 
    TABLE_CATEGORIES " c, " 
    TABLE_CATEGORIES_DESCRIPTION " cd " .
     
    "where c.categories_id = cd.categories_id 
    and c.categories_status = 1 
    and c.parent_id = 2 and cd.language_id = '" 

    (int)
    $_SESSION['languages_id']  . "'" .
    order by sort_order, cd.categories_name"

    The only thing you need to change is the
    PHP Code:
    and c.parent_id 
    to whatever the number is for the category you want it to display.

  5. #15
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,571
    Plugin Contributions
    30

    Default v1.1 available

    Hi,
    the corrected version is now available for download:
    http://www.zen-cart.com/index.php?ma...cts_id=1231the

    There is nothing new in it that has not been mentioned in this thread already.

    regards
    Steve

  6. #16
    Join Date
    Jul 2009
    Location
    New York
    Posts
    121
    Plugin Contributions
    2

    help question Re: Display Categories In Separate Boxes

    Hi there i upload your Display Categories In Separate Boxes but i like to remove the dot it showing next to categories on left side can you help me out with this Thanks

  7. #17
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,571
    Plugin Contributions
    30

    Default Re: Display Categories In Separate Boxes

    there should not be a dot, can you provide a link to your site?
    Steve

  8. #18
    Join Date
    Jul 2009
    Location
    New York
    Posts
    121
    Plugin Contributions
    2

    Default Re: Display Categories In Separate Boxes


  9. #19
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Display Categories In Separate Boxes

    That is the list item marker. If you don't want any marker, add to your stylesheet (in any convenient place)
    Code:
    .separatesideboxlist li {list-style: none;}

  10. #20
    Join Date
    Jul 2009
    Location
    New York
    Posts
    121
    Plugin Contributions
    2

    help question Re: Display Categories In Separate Boxes

    Quote Originally Posted by gjh42 View Post
    That is the list item marker. If you don't want any marker, add to your stylesheet (in any convenient place)
    Code:
    .separatesideboxlist li {list-style: none;}
    hi how i can make 'Categories In Separate Boxes' list on the left side it showing in the center ? Help Please

 

 
Page 2 of 7 FirstFirst 1234 ... LastLast

Similar Threads

  1. v151 2 Separate Boxes on Different Category Type
    By PanZC2020 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 18 Aug 2016, 09:40 PM
  2. Separate quantity boxes for different attributes
    By ::AnanA:: in forum Setting Up Categories, Products, Attributes
    Replies: 6
    Last Post: 7 Oct 2008, 02:21 PM
  3. Separate Top Categories from Sub-Categories in Layout?
    By msmith29063 in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 22 Feb 2008, 06:56 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR