Results 1 to 2 of 2

product_info.php

This is a discussion on product_info.php within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; At the moment I have a stock product_info.php. I would like to modify it so that all critical information (manufactuer, ...

      
  1. #1
    New Member
    Join Date
    Apr 2005
    Posts
    13
    Rep Power
    0


    Default product_info.php

    At the moment I have a stock product_info.php.

    I would like to modify it so that all critical information (manufactuer, model number and price) appear in a largeish box somewhere on the screen.

    Does anyone know what is involved? Obviously everything apart from manufacturer is already referenced..
    Been playing with osC for a few months now.

  2. #2
    Member
    Join Date
    May 2004
    Posts
    31
    Rep Power
    0


    Default

    You just need to edit the products_info.php file - all the layout is done with standard HTML - in a clean install, look for :

    <tr>
    <td><table border="0" width="100%" cellspacing="0" cellpadding="0">
    <tr>
    <td class="pageHeading" valign="top"><?php echo $products_name; ?></td>
    <td class="pageHeading" align="right" valign="top"><?php echo $products_price; ?></td>
    </tr>


    This is where the layout starts - it's fairly easy to work out what's happening, but if you change the 'border='0' tag to 'border='1', it makes it easier to see the layout within your store.

Similar Threads

  1. Modifying Product_info.php
    By Migraine in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 05-04-2005, 03:23 AM
  2. how to add manufacturer to product_info.php
    By atech in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 04-14-2004, 09:03 PM
  3. changing name of product_info.php
    By Anonymous in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 03-26-2004, 06:20 AM
  4. Error on product_info page
    By Anonymous in forum osCMax v1.7 Installation
    Replies: 2
    Last Post: 02-13-2004, 01:53 PM
  5. probelm in product_info.php (?)
    By imy in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 02-07-2003, 12:00 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •