Working with Ubercart 3.x on Drupal 7.
I want to theme the /catalog/1 page, where it shows my products. I want to use completely custom html that has divs nested with tables nested with divs.
I know that I can override with my own view, but I have no idea how to get the data that the existing view is using? I want to make my own tpl.php file that will loop the products for that catalog, but I don’t know which variables to access, or what functions to call.
Thank you