By rishabh318 on
Hi,
I created node--product.tpl.php to make products to display in 2 columns.
Now, I need the product detail page to display as one product on a page.
How do I do that?
I am Using Drupal7 / Ubercart3.x
Thank you in advance.
Comments
You might want to look at
You might want to look at either the display suite or panels modules. Both allow you to achieve a two column layout without coding.
I created
You need to edit the catalog view and adjust the table display.
That is what node--product.tpl.php is for, the node page display.