Hello!
I've implemented Dynamenu into my osC store without issue and it works great!
I have been working hard to figure out how to make a unique change though, without luck.
I'd like to implement some unique links, i.e. we'll say that I have 3 root categories called "Flowers", "Beans", "Seeds". "Flowers" has sub-categories called "red", "purple", "yellow".
Beans and Seeds also have some sub-categories.
Currently the Dynamenu would properly link to each appropriate path with HTML generated by osC. What I would like to do is have a few unique links such that, for example,
the main root Category "Beans" points to a pre-defined URL such as "http://www.beans.com" instead of the category page.
I would also like to be able to have some sub-categories such as "red" point to a pre-defined URL such as "http://www.redflowers.com" instead of the sub-category page.
The easiest way I can see doing this is implementing an "if" statement within dm_categories.php for each cPath such that if cPatch 29 is detected, make the URL http://www.beans.com and if cPath 30_33 is deteched, make the URL http://www.redflowers.com.
Thanks a ton in advance if you can help me out, let me know!