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, ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| 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
| |||
| |||
| 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. |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Modifying Product_info.php | Migraine | osCommerce 2.2 Modification Help | 0 | 05-04-2005 02:23 AM |
| how to add manufacturer to product_info.php | atech | osCommerce 2.2 Modification Help | 0 | 04-14-2004 08:03 PM |
| changing name of product_info.php | Anonymous | osCMax v1.7 Discussion | 1 | 03-26-2004 06:20 AM |
| Error on product_info page | Anonymous | osCMax v1.7 Installation | 2 | 02-13-2004 01:53 PM |
| probelm in product_info.php (?) | imy | osCommerce 2.2 Modification Help | 0 | 02-07-2003 12:00 AM |