Site in Maintenance Mode

We are currently updating our ecommerce store. The store will be unable to process transactions until Sunday afternoon. Please check back then. Thanks!

eof; include('inc/foot.php'); exit; */ $store = new aStore($db,$config); switch($action){ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //viewproduct //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// case"viewproduct": $product =$store->fetchProductInfo($get->product_id); printProduct($product,$db,$category_id); break; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //viewproductgroup //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// case"viewproductgroup": printProductGroup($get->productGroup_id,$db,$get->category_id); break; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //viewcategory //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// case"viewcategory": $get->href="store.php?action=viewcategory&category_id=$get->category_id"; printProducts($get->category_id,$db,$get); break; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //default //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// default: // print out categories.... printCategories($db); break; } include("inc/foot.php"); ?>