Results 1 to 5 of 5
  1. #1
    Join Date
    Jun 2006
    Posts
    61
    Plugin Contributions
    0

    Default How to set up catagories like this...

    How can I set up the catagories to display on the main page like this? I only want my store to be one page. A catagory with some products listed then a line break of some sorta and another catagory products listed line break.. etc. A product being on each side of the red lines. And a new "catagory" below the orange ones. I thought about doing them with the specials, featured, new. But that if later if I run a sale that will be to confusing with the coupons and such.


  2. #2
    Join Date
    Jun 2006
    Posts
    61
    Plugin Contributions
    0

    Default Re: How to set up catagories like this...

    anyone know ?

  3. #3
    Join Date
    Sep 2004
    Location
    Western Massachusetts
    Posts
    2,945
    Plugin Contributions
    5

    Default Re: How to set up catagories like this...

    It's certainly not unachiveable, but would require a highly customized index template that loops through the categories and calls a custom product listing module for each one as it goes.

    basic flow of the php code would be:

    Code:
    select all active categories from database
    
    for each category {
    
      run custom product listing module for that category 
    
    }
    Neville
    An assumption is what you arrive at when you get tired of thinking...

  4. #4
    Join Date
    Jun 2006
    Posts
    61
    Plugin Contributions
    0

    Default Re: How to set up catagories like this...

    yea that sounds way over my head

    thanks though. ill have to go with some other type of layout.

  5. #5
    Join Date
    Jun 2006
    Posts
    61
    Plugin Contributions
    0

    Default Re: How to set up catagories like this...

    okay nevermind again.. im going to do a different layout.



 

 

Similar Threads

  1. not sure it is supposed to look like this...But I like it how do I duplicate on left?
    By jwaynehinkle in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 4 Nov 2013, 01:02 AM
  2. How can I set up a built in credit card payment like this?
    By buhebutler in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 25 Nov 2012, 06:20 AM
  3. Can setting this Attributes like this picture I very like this ~ cool!
    By MuDanTingWai in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 28 Aug 2011, 12:27 PM
  4. Would like Catagories page to look like New Product Page
    By branicdesigns in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 May 2008, 09:41 PM
  5. How to set up shipping like this:
    By ThePatch in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 22 Jul 2007, 08:37 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