Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

boxes/headers on product_info.php


Guest

Recommended Posts

My categories,shopping cart, etc. box headers on my product_info.php page do not look like the ones on my index.php page. The image used on index.php does not show up on the header. Also, there is an outline/border Why is this and where do i go to change this? I thought the changes on the stylesheet carried through to every single page in the database. Does the product_info page have it's owne style sheet? Just wanted to ask before messing anything up.

To compare (correct)

http://www.cluboutfits.com/catalog/index.php

Not correct:

http://www.cluboutfits.com/catalog/product...&products_id=45

I specifically need the header to be the image in index.php and the outline to be gone just like in index.php

Any help is appreciated. Thanks.

Link to comment
Share on other sites

I will take any suggestions. I have tried adding to boxes.php folder with no luck. Do i have to force the image by adding a class to the catalog/stylesheet.css? I just dont get why on the product info page, shopping cart page, etc. the image/infobox header is not being called but the infobox background image IS being called on those pages.

When i view source on product_ info page I see this:

 

</td>

</tr>

<!-- categories_eof //--><!-- tell_a_friend //-->

<tr>

<td>

<table border="0" width="100%" cellspacing="0" cellpadding="0">

<tr>

<td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="11" height="14"></td>

<td width="100%" height="14" class="infoBoxHeading">Tell A Friend</td>

<td height="14" class="infoBoxHeading" nowrap><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td>

</tr>

</table>

<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">

<tr>

<td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">

<tr>

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

</tr>

<tr>

<td align="center" class="boxText"><form name="tell_a_friend" action="http://www.cluboutfits.com/catalog/tell_a_friend.php" method="get"><input type="text" name="to_email_address" size="10"> <input type="image" src="includes/languages/english/images/buttons/button_tell_a_friend.gif" border="0" alt="Tell A Friend" title=" Tell A Friend "><input type="hidden" name="products_id" value="30"><br>Tell someone you know about this product.</form></td>

</tr>

<tr>

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

</tr>

</table>

</td>

</tr>

</table>

</td>

</tr>

<!-- tell_a_friend_eof //-->

<!-- search //-->

 

 

---But this code is not in product_info.php. Anyone know where this code is located so that i can play with it/see if i can add to it. I know,dumb question but i do not know where it is located. Thanks.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...