Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

need help - buy now button image missing" /"


Jeileon

Recommended Posts

here is the output code from my productinfo page. I highlighted where the missing "/" is in blue. what file do I add the missing "/" to???

as a temp fix I created a dir called "englishimages" and added an extra set of buttons.

 

<td class="main"><a href="http://chefs.calliehill.com/catalog/product_reviews.php?products_id=298"><img src="includes/languages/english/images/buttons/button_reviews.gif" border="0" alt="Reviews" title=" Reviews " width="100" height="22"></a></td>

 

<td align="right" class="main"><input type="hidden" name="products_id" value="298">

Quantity:   <input type="text" name="cart_quantity" value="1" maxlength="2" size="2">  <input type="image" src="includes/languages/englishimages/buttons/button_in_cart.gif" border="0" alt="Add to Cart" title=" Add to Cart ">

<td width="10"><img src="images/pixel_trans.gif" border="0" alt="" width="10" height="1"></td>

</tr>

Link to comment
Share on other sites

Jay,

 

Check 'catalog\includes\functions\html_output.php' is it dated something like 7/9/2003, if not it has been changed.

 

Then check line 121, it s/b

$image_submit = '<input type="image" src="' . tep_output_string(DIR_WS_LANGUAGES . $language . '/images/buttons/' . $image) . '" border="0" alt="' . tep_output_string($alt) . '"';

 

And, check line 137, it s/b

return tep_image(DIR_WS_LANGUAGES . $language . '/images/buttons/' . $image, $alt, '', '', $parameters);

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...