Hi folks,
I recently took over development of an EE 2 site from a friend of mine who got out of the freelancing business. I’m still fairly new at this EE stuff, so pardon me if this question has a really simple answer I’ve overlooked.
My client runs a shop where she sells something like 250 different pairs of socks. We have them organized by brand and style. We have the catalog displaying items just fine, but she wants it to show the brands in a particular order.
For instance, she wants all of the Sock It To Me socks to show up first, then another brand, then another brand, etc. I’ve used the test code…
{exp:channel:entries channel="products_socks" orderby="sock_supplier" sort="desc" status="Open|Out of Stock" limit="1000"}
<li>{sock_supplier} - {title}</li>
{if no_results} Well that's weird, there's nothing here! Try something else. {/if}
{/exp:channel:entries}and that orders the socks by the supplier alphabetically, but I want to specify the supplier order so Sock it to Me comes first, and so forth. Is there any way to do this? I’ve tried everything I can think of!
Thanks,
-Tobyn