Hi,

Love this module thinks its very helpful especially if your like me and you use zencart to run a site that doesn't actually allow people to purchase from your store but is more a browsing platform.

I wanted to know if it was possible to have ask a question displaying at the bottom of every category page.....

I'm no coder but my initial thoughts were that the following block of code

<div id="askQuestion" class="biggerText">
<?php echo '<a href="' . zen_href_link(FILENAME_ASK_A_QUESTION, 'products_id='
. $_GET['products_id']) . '">' .
zen_image_button(BUTTON_IMAGE_ASK_A_QUESTION, BUTTON_ASK_A_QUESTION_ALT) .
'</a>'; ?></div>
<br />
<br class="clearBoth" />

which SWGUY asks us to place in the product info page would need to be placed somewhere in the categories page....

Any ideas how this can be done.

My aim is simple I want to add a big green button at the bottom the page saying ask a question so potential cutomers can contact me in regards to a product or service we have listed.

Many Thanks