View Single Post
  #4  
Old 10-17-2002, 12:05 PM
 
Crusaderx Crusaderx is offline
 

Member
  
Join Date: Oct 2002
Location: Philippines
Posts: 21
 

Default or to continue...

what i do is list each main category of products in the admin modify list...
then number each category sequentially with a uniqu header number... as i have a ALL Items category that includes all products i want Shirts to list alphabetically with other shirts and pants alphabetically with pants... etc...

thus something like:

in my code: pants are post header 10
shirts are pos header 20

shirts a 1001
shirts b 1002
shirts c 1003
pants a 2001
pants b 2002
pants c 2003

this example assumes you wont have more than 99 items in any single category. But the header could be 1 digit, if you have less than 10 categories...
hope this helps...

Daniel
Reply With Quote