Hi,
I'm fairly new to Drupal, so bare with me since what I'm asking might be common knowledge for all of you.
I need to know how the Product is displayed in your demo, (image on the left, title/price/add to cart on the right, tabs at the bottom).
I've been digging in the product display view, but I didn't find much. Are you showing the product as block? as a basic page? using short codes? Or is it something else that I might be missing?
Please enlighten me!
Hello ikar,
We are using template file to display product. You can reference to node--product_display.tpl.php (sites/all/themes/splash/templates/node) to get more detail.
Thanks,