diplaying products in multiple categories

3 posts by 2 authors in: Forums > CMS Builder
Last Post: November 17, 2011   (RSS)

Re: [rez] diplaying products in multiple categories

By ross - November 16, 2011

Hi rez

Thanks for posting! At first glance, everything looks good to me. I am curious if maybe swapping the % and the \t around in your LIKE code might do the trick.

Reason being is my understanding is % is a wildcard an \t is a tab. If you are storing things as a multi select, they are stored as tab separated so you would want the the wild card to be within the tabs. Give that shot.

If it doesn't get you going, I recommend commenting out that part for now so all your records appear. Then, have it display the value for your category field on each record just so you can double check what's actually being stored.

Does that make sense? Let me know what you think. Thanks!
-----------------------------------------------------------
Cheers,
Ross Fairbairn - Consulting
consulting@interactivetools.com

Hire me! Save time by getting our experts to help with your project.
Template changes, advanced features, full integration, whatever you
need. Whether you need one hour or fifty, get it done fast with
Priority Consulting: http://www.interactivetools.com/consulting/

Re: [ross] diplaying products in multiple categories

By rez - November 17, 2011 - edited: November 17, 2011

I had a couple of issues going on from importing categories with a csv file. I ended up deleting them all and have this portfolio working with a different idea. thanks.