session_start();
}
if (empty($serviceid)) {
    $serviceid = isset($_POST['serviceid']) ? $_POST['serviceid'] : 0;
}
if (empty($locationid)) {
    $locationid = isset($_POST['locationid']) ? $_POST['locationid'] : 0;
}
if (empty($customerService)) {
    include_once $_SERVER['DOCUMENT_ROOT'] . "/eventconfig.php";
    include_once SERVERFOLDER . "/customer/services.php";
    $customerService = new customerservice($dbconnection->dbconnector);
    $serviceName = $customerService->getCatalogValueById($serviceid);
    $Citys = $customerService->GetAllCatalogValuesByMasterNames('City');
}
$vendorServices = $customerService->GetAllVendorServices($serviceid, $locationid);
?>
<div class="features_items"><!--features_items-->
	<h2 class="title text-center"><?php 
echo !empty($serviceName) ? $serviceName : "No Services";
?>
</h2>
	<?php 
if (!empty($vendorServices)) {
    foreach ($vendorServices as $service) {
        ?>
		<div class="col-sm-4">
		<div class="product-image-wrapper">
			<div class="single-products">
				<div class="productinfo text-center">
					<img src="<?php