filtering the URL
3 posts by 2 authors in: Forums > CMS Builder
Last Post: March 17, 2010 (RSS)
when I set up categories in the CMSB as a drop down list... the client sets each item to it's corresponding category, and I set up the pages to call up the category like this:
And this works great! But now the client has requested the ability to assign a product to more than one category, to which I just converted the drop down to checkboxes, however now I don't know how to call up the category in the URL since I know these multi-value checkboxes work a little differently... let me know
www.samplesite.com/products/?category=italian
And this works great! But now the client has requested the ability to assign a product to more than one category, to which I just converted the drop down to checkboxes, however now I don't know how to call up the category in the URL since I know these multi-value checkboxes work a little differently... let me know
John Tedesco
Creative Director
JAM Graphics
Creative Director
JAM Graphics
Re: [jtedescojam] filtering the URL
By Dave - March 17, 2010
Hi jtedescojam,
Try this:
www.samplesite.com/products/?category_keyword=italian
Let me know if that works for you.
Try this:
www.samplesite.com/products/?category_keyword=italian
Let me know if that works for you.
Dave Edis - Senior Developer
interactivetools.com
interactivetools.com
Re: [Dave] filtering the URL