Testing your customization

This section is about testing your customization.

Procedure

  1. Open your internet browser and go to Madisons
  2. Click Tableware > Wine Glasses.

    Tableware, Wine Glasses

  3. Add both the Villagois Wineglass and the Hawthorne Wineglass to your shopping cart.
  4. Click Shopping Cart.
  5. Fill in the engraving information and then click the Save button for each item,
  6. Refresh the Web browser to check the retrieved engraving information from the database.

    Refreshing the Web browser to check the retrieved engraving information from the database

  7. Check database table to ensure that engraving information was saved
    1. Open another browser and go to http://localhost/webapp/wcs/admin/servlet/db.jsp.
    2. Type the following SQL statement:
      SELECT * FROM pattrvalue WHERE OrderItems_id IS NOT NULL;
      
    3. Check the table for your order items and make sure that the values have persisted to the PATTRVALUE table.
      PATTRVALUE table