How can I best achieve this type of product display...?
Hi folks I'm new to commerce but I've been around the block in Drupal a few times...I'm trying to achieve some product display functionality that UX has come up with and I'm having some trouble and I was hoping one of you commerce pros could point me in the right direction. Thanks is advance!
This is my product display. Been focused on trying to get my 'Product Reference Field' to theme out and achieve my product listing (#3), but I'm unsure how I should be doing this. Line item displays seem to lack the ability to add to cart, and traditional product references won't give me a list like this....
Should I be making a view from scratch and embedding it or something like that?
What is the path of least resistance to creating this type of product display?
Thanks,
Chris
Attachment | Size |
---|---|
Screen Shot 2012-12-04 at 3.14.23 PM.png | 85.45 KB |
Comments
For anyone who needs to create a similar display in the future
I managed to do it via the methods described here:
http://mustardseedmedia.com/podcast/episode31
Basically had to create a taxonomy menu, override the taxonomy page theme to include and embedded view which gets passed the $tid as an argument and uses that to filter and generate a product display.