I am trying to style the product view on a Drupal site, but am having problems. I can't find where the node (product) view is put together in ubercart!
I'm using UC 5.x-1.7, and I need to style the node (product) view page. At the moment in my node.tpl.php file, I have
print $body;which spits out all the SKU, attributes, price, picture etc.
The problem is I need to have this in a different style - I have to work to a design done by a designer. I have started re-doing my own version, using the variables like
$node->content['body']['#value']etc.
I have run into trouble trying to work with the various attributes for a product. I can't find out how to get them onto my page, or any documentation on how to work with them from a coder's point of view.
Is there an easier way? Where would I look to style the existing display (i.e. the $body variable)?
Edit: my theme is based on the Zen Theme