This is a discussion on products_weight on product_info.tpl.php ? within the osCMax v2 Customization/Mods forums, part of the osCMax v2.0 Forums category; Hey guys, quick question... been trying to get the products_weight on the product_info page via product_info.tpl.php in the templates folder. ...
| |||||||
| Register | FAQ | Donate | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hey guys, quick question... been trying to get the products_weight on the product_info page via product_info.tpl.php in the templates folder. I have this now... <span class="productinfo_productname"><? echo $products_name; ?></span> <span class="productinfo_productprice"> Price: <?php echo $products_price; ?></span> <span class="cartbox_productid"> Model #: <? echo $product_info['products_model']; ?></span> <span class="cartbox_productid"> Weight: <? echo $product_info['products_weight']; ?></span> Why wouldn't the last one for weight work? i've used numerous other product variables and they show up just fine.. am I missing some key aspect in doing this? |
|
#2
| |||
| |||
| nm, added p.products_weight to the db select a few lines above where it was needed, it wasn't calling for the value. Everytime I post here i find the answer in about 15 minutes afterwards haha... |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Modifying Product_info.php | Migraine | osCommerce 2.2 Modification Help | 0 | 05-04-2005 02:23 AM |
| product_info.php | Migraine | osCommerce 2.2 Modification Help | 1 | 04-20-2005 07:18 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 05:20 AM |
| probelm in product_info.php (?) | imy | osCommerce 2.2 Modification Help | 0 | 02-06-2003 11:00 PM |