I'd like to change the browse by brand page to list the letters of the alphabet on top, then have each one link to a a section lower on the page with the listings that begin with that letter.
Any suggestions on how to go about this?
I'd like to change the browse by brand page to list the letters of the alphabet on top, then have each one link to a a section lower on the page with the listings that begin with that letter.
Any suggestions on how to go about this?
That's probably best done with a custom XSLT function that inserts anchors on the page, that would be messy to do inline in the XML. You can have your letters at the top link to those anchors. There's some information on writing a custom XSLT function without recompiling in this thread.
thanks a lot, Scott!
I'll try that now...