i need to create my own list.phtml from scratch and i need to display products from a certain category that will have "x" attribute. I have read a lot and play with the current getLoadedProductCollection() ?> in list.phtml but i cannot make it work.
Any advise?
Edit: Ok i was able to show all products from a category using this code: http://blog.decryptweb.com/category-products-magento/
Now how i will to filter the color as well in the $collection?
Edit2: by using this code ->addAttributeToFilter('sku', array('like' => 'UX%')) i did manage to display only products contain this SKU But when i try with color it doesnt show any products. My color attribute is multiple select. and i set the code to ('color', array('like' => 'black')) Also the layered navigation will not work? And the toolbar is not correct, it will allways display all products and it says "1 product"
Thanks in advance