I've checked the hikashop demo site with fire bug and am seeing class declarations in the html that aren't in my product view html. For example, there is a product_title class and product_code class and the class has a display none style declaration.
Where as on my site there is no product_title class or any product_code class in the resulting html. My assumption is that the php file that builds the product view needs to be amended. I can't seem to find any setting in the Hikashop backend user interface that corresponds with the product code's display in the layout view. Any help would be greatly appreciated as I don't have a lot experience with javascripting.