Your Wish List

Please use this form to update your wish list. You may change the quantities, move items to your cart for purchasing, or remove items entirely.

'; // Check the stock status: if ( ($row['stock'] > 0) && ($row['stock'] < 10)) { echo ''; } } // End of WHILE loop. ?>
Item Quantity Price Subtotal Options
' . $row['category'] . '::' . $row['name'] . ' $' . number_format($price, 2) . ' $' . number_format($subtotal, 2) . ' Move to Cart
Remove from Wish List
There are only ' . $row['stock'] . ' left in stock of the ' . $row['name'] . '.