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?





LinkBack URL
About LinkBacks






Bookmarks