Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16
  1. #11
    Join Date
    Mar 2006
    Posts
    184
    Plugin Contributions
    0

    Default Re: Combining Sideboxes?

    Quote Originally Posted by kobra View Post
    The only way that I am aware of to do this easily would be to edit a copy of the category sidebox code adding the code from the manufacturers sidebox to it
    Thanks, I think that makes sense. I've been trying to do that for the past hour but can't seem to get it right. Am I correct in assuming that I need to take some code from includes/modules/sideboxes/manufacturers.php and adding it to includes/modules/sideboxes/categories.php (of course, in my CUSTOM folder), or am I hacking the wrong file?

    Vito

  2. #12
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Combining Sideboxes?

    Try looking for the core tpl files in
    includes/templates/template_default/sideboxes

    The tpl's are the "display" files while the module files are the functional files
    Zen-Venom Get Bitten

  3. #13
    Join Date
    Mar 2006
    Posts
    184
    Plugin Contributions
    0

    Default Re: Combining Sideboxes?

    Thanks kobra. Only problem is that when looking at those tpl files, I am totally lost on what code I should copy paste over to tpl_categories.php. I tried a couple of times but totally screwed it up and had to start over. Can you tell me what code from tpl_manufacturers.php needs to be copied over?

    Vito

  4. #14
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Combining Sideboxes?

    After thinking about what you might be seeking it might be easier for you to rearrange your products by manufacturer and then link them to you existing categories
    You might need a 3rd party module to get the arrangement you desire such as categories dressing??

    https://www.zen-cart.com/tutorials/i...hp?article=216
    Zen-Venom Get Bitten

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

    Default Re: Combining Sideboxes?

    Depending on your site's design, and how resistant you might be to changing it, one thing I have done many times is making two or more boxes appear to be one box by removing the header and border, if any, of the lower one and move it up under the other with margin and padding.

    As HERE with the Documents and Categories box.

    #documentcategories {border-bottom:none;}
    #categoriesHeading {display:none;}
    #categories {border-top:none; margin-top:-9px;}

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

    Default Re: Combining Sideboxes?

    As long as you don't need the different sideboxes' content to be mixed together (like manufacturers between categories), this method is by far the easiest and most sensible.
    Even if you have fancy rounded corners or background graphics, with a bit of CSS work you can tweak the individual sideboxes to blend together.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. combining Information & More Information Sideboxes
    By mek113 in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 4 Jan 2012, 06:52 PM
  2. Combining Attributes
    By michaelg in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 10 Dec 2011, 03:02 PM
  3. Combining Stylesheets
    By autoace in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 11 May 2011, 02:28 AM
  4. combining stylesheets?
    By ichigoblack in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 23 Oct 2008, 10:40 PM
  5. combining 2 spreadsheets
    By spikebuck77 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 9 Aug 2008, 03:43 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