I am currently working on a project based on drupal + drupal commerce module.
I made a products node (Product Display) using the product reference and inline entity form - Multiple Values.
Now the problem is, I want to list products in a "div" rather than listing them through select box.
To be more clear: It does list out multiple products, but shows only 1 product at a time. I have to select a product from the drop-down list.
As you can see here:
https://i.stack.imgur.com/EO8if.jpg
Please note: Table panel and bottle box are products.
What I want is: All the products should be listed without the need of a drop-down select box selection.
Thanks & Regards