Versace Pour Homme by Versace Gift Set — for Men
Gift Set — The Best of Versace Men’s and Women’s Miniatures Collection Includes .17 oz Versace Eros, .17 oz Versace Pour Homme, .17 oz Versace Man Eau Fraiche, .17 oz Bright Crystal, and .17 oz Versace Yellow Diamond
global $city;
global $product;
global $wpdb;
if ($city) {
$geo = explode("_", $city);
$res = $wpdb->get_results("select * from wp_page_generator_area_codes where city != ''", ARRAY_A );
foreach ($res as $r) {
if (sanitize_title($r['city']) == $geo[1]) {
$geo_city = $r['city'];
$geo_id = $r['id'];
}
if (sanitize_title($r['country']) == $geo[0]) {
$geo_country = $r['country'];
}
}
?>