Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

willie1

Archived
  • Posts

    1
  • Joined

  • Last visited

Profile Information

  • Real Name
    willem

willie1's Achievements

  1. Hi Jack, I don't know if you can help me with this but we have the following 2 problems with the installation. 1 )When we make the following change in the product_info.php file: FIND (around line 102) <td class="pageHeading" valign="top"><?php echo $products_name; ?></td> <td class="pageHeading" align="right" valign="top"><?php echo $products_price; ?></td> REPLACE with <?php /*** Begin Header Tags SEO ***/ ?> <td valign="top"><h1><?php echo $products_name; ?></h1></td> <td align="right" valign="top"><h1><?php echo $products_price; ?></h1></td> <?php /*** End Header Tags SEO ***/ ?> The header of our product page changes fontsize. now we changed this in the stylesheet with the new lines that have to be added and now the font size is normal in internet explorer but not in firefox. In firefox whatever changes you make to the stylesheet no font size change takes place. we changed the settings in firefox so it doesn't remember the page but to no avail. do you have a solution for this? 2) With the change below in internet explorer the box in the right part of the page of product_info changes place to exactly below the left part of the page, and this time only in internet explorer and not in firefox, in firefox it displays correctly. Any help is greatly appreciated. FIND (around line 240) </table></form></td> <!-- body_text_eof //--> ADD ABOVE it: <?php /*** Begin Header Tags SEO ***/ ?> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td class="smallText" align="center"><?php echo TEXT_VIEWING; ?> <?php echo '<a title="' . $header_tags_array['title'] . '" href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $product_info['products_id'], 'NONSSL') . '"/# ' . $header_tags_array['title'] . '">' . $header_tags_array['title']; ?></a></td> </tr> <?php /*** End Header Tags SEO ***/ ?> NOTE: The placement of this is not critical. Anywhere neat the bottom of the page is fine. You can also change or remove the TEXT_VIEWING text to fit your site.
×
×
  • Create New...