

// Custom functions


// Check that a personalization option has been selected
function checkPriceIsSet(value){
    if (value == "") 
    {
    alert('Please select a personalization option before attempting to add an item to the shopping cart. \nIf you do not want personalization, please select the \"No Personalization\" option.');
    return false;
    }
}