
Originally Posted by
ideasgirl
I will take this opportunity to suggest to put it as high as you can on the product page. It will be more noticeable for shoppers there, specially if you have lots of description and/or attributes/options. Also an image button will be better to be noticed, since people don't read... And if you think, when listing, that a product might bring questions or doubts to the buyer, put a comment as well on the description of the AaQ button.
Well I wouldnt be changing the functionality of the AaQ contrib. just the placement of the default link. The link defaults to text then so I will leave it as text, it will be up to you to move it where you like it, but here is a decent place for it:
http://www.unbannable.com/zen/index....&products_id=2
But after seeing how easy it is to place the link, I think I just might leave it off. Unless I made a full tab out of it that has the actual form on the tab.
Also, based on the Ask A Question read me, there is a major fault in the author's recommended positioning if you do not have Stock, model, manufacturer, or weight enabled, it will not show the link. So I made the link more modular like the rest of the contribs:
Code:
<!--bof Ask A Question -->
<span id="productQuestions" class="biggerText">
<strong><?php echo '<a href="' . zen_href_link(FILENAME_ASK_A_QUESTION, 'products_id=' . $_GET['products_id']) . '">Ask a Question about this product</a>'; ?></strong>
</span>
<!--eof Ask A Question -->
Thats how I have it on my demo link above. This would make it easier for you to move it around based on whether or not you have a text link or image link, you coudl customize where you want it.
IntelCos, please send me your v3 tpl file that you've modified to my PM so i can see what is possible wrong. You shouldn't be getting any javascript errors unless parts of your page aren't loading.
Bookmarks