Took a look at all the instructions and I noticed this time that there was a line missing from the 'readme' file so did some research and added the code that was needed. Now I'm getting two 'ask a question about this product' links without hyphens...and without the image showing up. I obvious added another line of code while going through the 'readme' again methodically, yet overzealously. That I can find and resolve easily enough, but I am still baffled about the image not showing up.![]()
www.characterdriven.com
Character Driven Media
www.narnia-productions.com
Stage, Screen and Event Services and Supplies
You followed these instructions:
Assuming your template name is "custom":
a) copy the button image into includes/templates/custom/buttons/english
(create this directory if it doesn't exist).
b) create includes/languages/english/custom/button_names.php if you have not
already done so,
from includes/languages/english/button_names.php
Add the lines
define('BUTTON_IMAGE_ASK_A_QUESTION','button_ask_question.gif');
define('BUTTON_ASK_A_QUESTION_ALT', 'Ask a question');
to this file.
Then, in tpl_product_info_display.php, your code would be:
<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" />
AND, you deleted the code for "text": ask a question?