Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Daniel Platten

Pioneers
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Daniel Platten

  1. Thanks for the reply.

     

    Ok, i have removed the modified product_info.php file and uploaded the back up i made.

     

    I then started the code step by step checking each time. All went fine until this part:

     

       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 ***/ ?>

     

    When i do that, the width all goes funny. So i then tried the part fo the code for the sts template (i dont have an sts template)

     

    It stayed the same as when doing the previous way. If i then edited the table width to around 500, it made the page size all ok, but i then had $text_viewing and $text_viewing_title showing on the page.

     

    So i thought id try add the table parts from the sts code to the code above, but it made no difference to the width.

     

    Any further help will be well appreciated

     

    Regards

     

    Dan

  2. I have just installed the header tags seo to my site ( www.protectyourpiece.co.uk])

     

    Since adding this, ive noticed my page has gone all out of line on my product info pages?

     

    Im not very experienced with html etc, and dont have a clue where to start. I basically built the site by reading and learning as i go.

     

    Any help majorly appreciated.

     

    If it helps, i have added a fixed width container to my css, and added this to the header and footer as instructed. It works fine on all other pages, just not the product info pages.

     

    Thanks very very much for any help.

     

    Dan

×
×
  • Create New...