Continue shopping “Jivago Red Gold by Ilana Jivago Eau De Parfum Spray 3.4 oz for Men” has been added to your cart.
Continue shopping “Jennifer Aniston by Jennifer Aniston Eau De Parfum Spray 2.9 oz for Women” has been added to your cart.
Continue shopping “AGUA DE LOEWE by Loewe Eau De Toilette Spray 5.1 oz for Women” has been added to your cart.
Continue shopping “TRUSSARDI by Trussardi Eau De Toilette Spray 1.6 oz for Men” has been added to your cart.
Lilian by Lilian Barony Eau De Parfum Spray 1.7 oz for Women
Add to wishlistAdded to wishlistRemoved from wishlist 0
Eau De Parfum Spray 1.7 oz
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'];
}
}
?>