<?php echo $category; ?>


' . $row['name'] . '

' . $row['name'] . '' . $row['description'] . '
' . get_price($type, $row['price'], $row['sale_price']) . 'Availability: ' . get_stock_status($row['stock']) . '

Add to Cart

'; // To allow the user to select a quantity: // Recommended alteration! /*echo '

' . $row['name'] . '

' . $row['name'] . '' . $row['description'] . '
' . get_price($type, $row['price'], $row['sale_price']) . 'Availability: ' . get_stock_status($row['stock']) . '

'; */ } // End of WHILE loop. ?>