design1 Posted February 19, 2013 Share Posted February 19, 2013 Hi there, I have few features attributes (artists, year etc) on each products. I would like to get a list of products who got the same feature attribute, in my case artist to display in product.tpl. How can I do that? Regards Link to comment Share on other sites More sharing options...
PascalVG Posted February 20, 2013 Share Posted February 20, 2013 Do you mean 1)a block that comes underneath a single product, like "other products like this one", or 2) before you choose a product, you want to filter all available products and narrow them down? Option two you can do with blocklayered module. Option one probably needs programming/special purpose module Link to comment Share on other sites More sharing options...
design1 Posted February 20, 2013 Author Share Posted February 20, 2013 Hi Pascal, It would be a block underneath the single product. Similar to "more in this category" but using a feature attribut to filter products. I don't know if it's possible with smarty or I need to use a SQL query in the tpl file... Regards Link to comment Share on other sites More sharing options...
PascalVG Posted February 20, 2013 Share Posted February 20, 2013 You could have a look at the more in this category module how they do it, and then change the selection to your wishes. Might need some trial and error and maybe some programming experience though. Give it a try! Link to comment Share on other sites More sharing options...
design1 Posted February 21, 2013 Author Share Posted February 21, 2013 Yes I thought about it:) I will try to modify the module. Hopefully will come back with something:) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now