Page 1 of 1

Using CMSMS Menu On Non CMSMS Pages

Posted: Tue Jul 10, 2007 5:30 pm
by jcherry84
Hi,
I am trying to integrate a site running on CMSMS with a new shopping cart software installation. I thought it would be really nice if I could include the menu from the CMSMS site on the shopping cart, so the cart menu stays updated as the pages, etc are edited in CMSMS. I've not found an easy way to do this in any of the documentation. I've taken a look at the classes and MenuManager module code but its all pretty obscure. Is there an object somewhere which I can use to display just the menu?

Thanks!

Re: Using CMSMS Menu On Non CMSMS Pages

Posted: Tue Jul 10, 2007 5:43 pm
by tsw
create hidden page with a template that only has menu call..

then include that page in your page (with curl or something)

hope this helps

Re: Using CMSMS Menu On Non CMSMS Pages

Posted: Tue Jul 10, 2007 6:14 pm
by jcherry84
This works perfect!! Thank you so much!!