How do you deal with multiple values for multiple products on a single page in Sitecatalyst 14?
I want to pass multiple values for multiple products on a single page. When I am referring to multiple products I don’t mean products as in the e-commerce world, I mean s.products the only variable in Sitecatalyst that can take multiple values on the page.
Take this publishers example I have stories and stories can be about more than one topic and include more than one company. So I tag the story with multiple topics and a couple of companies. So far so good I can achieve this within Sitecatalyst. Most obvious thing to do here is use s.products in conjunction with categories and I can pass these values.
e.g s.products=”themes;music,themes;phone,company;apple,company;nokia”
So in the above I am setting a themes category which contains the themes music and phone and a company category with apple and nokia in there. So what’s wrong with that? Well since all values in there are essentially products I have an issue I want to correlate themes with companies in the same way I could with products and an e.var. The issue here is I can’t correlate across products.
So I am stuck. Who can help me? Any suggestions?
Recent Comments