Forum
Dynamicly List Shop Categories
Hello All
Has anyone Listed shop categories dynamicly
as I'm creating a user filterable list and want to list all the shop categories dynamicly using PerchSystem::set_var
Thanks
Ant
Hello All
Has anyone Listed shop categories dynamicly
as I'm creating a user filterable list and want to list all the shop categories dynamicly using PerchSystem::set_var
Thanks
Ant
They're all part of the centralised Categories app, so you can use the standard
perch_categories()
andperch_category()
functions to display them.