Go to zara/search_gallery.php
Find
<div class="price"><span><?php echo osc_item_formated_price(); ?></span></div>
Under that paste this
<div class="galloc"><?php } ?><?php echo zara_location_format(osc_item_country(), osc_item_region(), osc_item_city()); ?></div>
Now go to zara/css/style.css and paste this
.white .galloc {
background: #fff;
color: #8e8e8e;
height: 15px;
font-size: 13px;
overflow: hidden;
top: 6px;
left: 0;
z-index: 5;
width: 160px;
padding: 0 5px;
}
Welcome