Notice in the picture below. The product details layout has been broken down into some smaller templates. Just like 1.1. This is BETTER IMO
default_addtocart The Add to Cart Form + Cart variant Custom Field
default_customfields Custom Fields
default_images Main Image & Additional Images
default_manufacturer Manufacturer Link
default_relatedcategories Related Categories
default_relatedproducts Related Products
default_reviews Reviews
default_showcategory Child Category List
default_showprices Prices Layout
They can be called like this.echo $this->loadTemplate('showprices');
echo $this->loadTemplate('addtocart');
echo $this->loadTemplate('customfields');
echo $this->loadTemplate('images');
echo $this->loadTemplate('manufacturer');
echo $this->loadTemplate('reviews');
You have to make sure to use this format <?php echo $this->loadTemplate('reviews');?>
[attachment cleanup by admin]