2 issue configuring the layout i want
on zen 1.3.7 & TPP 0.5 beta
1) i want the attributes right below the product description above the tabs
but i can't seem to get it to display in the right place - it either goes below the tabs or above the description > i attached my tpl_product_info_display.php
2) i cannot get the model # (details) to appear on my custom tab it only seems to appear below
in my product html code i have
<!--%Product Details%-->
<p><strong>Features:</strong></p>
<ul>
<li>dog accent</li>
<li>large strap</li>
<li>available in aqua, black, or red</li>
</ul>
<p><strong>Material:</strong></p>
<ul>
<li>durable synthetic leather</li>
</ul>
<p><strong>Size: (w x h x d)</strong></p>
<ul>
<li>17 x 11 x 4 inches (43 x 28 x 10 cm)</li>
</ul>
<!--*sub_DetailsOnTabs(1)*-->
Bookmarks