示例#1
0
?>
" alt="<?php 
echo $products->fldProductsName;
?>
" width="88">
                </dt>
                <dd>
                    <big>$<?php 
echo number_format($products->fldProductsPrice, 2);
?>
</big>
                    <a href="products-details-<?php 
echo $products->fldProductsId;
?>
.html" class=details>View Details</a> &nbsp; 
                    <? $optionExists = TempCart::checkProductOption($products->fldProductsId);?>
                    <? if ($optionExists==0): ?>
                    <a href="shopping-cart-product-<?php 
echo $products->fldProductsId;
?>
.html" class=cart>Add to Cart</a>
                    <? endif; ?>
                    <h3><?php 
echo $products->fldProductsName;
?>
</h3>
                    <?php 
echo substr($products->fldProductsOverview, 0, 75);
?>
 [...]
                </dd>