View Single Post
  #2  
Old 10-26-2004, 01:04 PM
  B00MER's Avatar 
B00MER B00MER is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
 

Default

Your best bet would be to build an associative array to loop over as it would make it alot easier to maintain and edit. You'll need to group your data into a per manufacturer basis and order by manufacturer.

Basic example of an associative array:

Code:
[root array] | [mfrid1 array] |->[product1 array] |->[product2 array] [mfrid2 array] |->[product1 array] |->[product2 array] |->[product3 array]
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote