Need a quick idea for a gift for someone? How about a gift card?
Gift cards can be used for anything in the dome! Time on the range, virtual golf, lesson packages, pre-paid minutes, food and beverage, etc. What gift could be better?
// $20 Gift Cert: 77
$product_query = tep_db_query("select products_price from products where products_id=77");
$product_values = tep_db_fetch_array($product_query);
$gift_20 = $product_values['products_price'];
$gift_20_id = 77;
// $50 Gift Cert: 754
$product_query = tep_db_query("select products_price from products where products_id=754");
$product_values = tep_db_fetch_array($product_query);
$gift_50 = $product_values['products_price'];
$gift_50_id = 754;
// $100 Gift Cert: 758
$product_query = tep_db_query("select products_price from products where products_id=758");
$product_values = tep_db_fetch_array($product_query);
$gift_100 = $product_values['products_price'];
$gift_100_id = 758;
?>
Buy a Gift Card Online...Click A Product Above
|