AH HAAA!

So by putting in the following:

<!--bof Ask A Question About This Product -->
<span id="productQuestions" class="biggerText">
<br />
<b><?php echo '<a href="' . zen_href_link(FILENAME_ASK_A_QUESTION, 'products_id=' . $_GET['products_id']) . '">' . ASK_A_QUESTION . '</a>'; ?></b>
</span>
<br class="clearBoth" />
<!--eof Ask A Question About This Product -->

after line 164 in the file tpl_product_info_display.php you won't have problems if you modify your Product Type Info Page Layout options :: Product - General settings to not show things like stock levels.

IT WORKED, SIMPLY AMAZING! ZEN'D AGAIN.

Now if I can figure out problem with the email transport with previous version of Zen and this mod vs. the current versions ... I'm a happy camper.

Thank you.

Quote Originally Posted by swguy View Post
In 1.3.7, place it after l. 164 in tpl_product_info_display.php (end of additional product images). Then, move to taste. The Zen core team has helpfully included comments that say

<!--eof whatever whatever -->

These indicate the end of some block of functionality, and are likely good candidate spots.

Good luck,
Scott