<?php echo wp_kses(__( 'Error! Please fill out the following required fields.’, ‘houzez’ ), $allowed_html); ?> × <?php echo wp_kses(__( 'Error! Upload at least 10 images.’, ‘houzez’ ), $allowed_html); ?> × <input type="hidden" name="property_author" value="”/> <a href="” class=”btn-cancel btn btn-primary-outlined”> <?php } }
CABADBARAN, United Arab Emirates
  • MYR 234

<?php echo wp_kses(__( 'Error! Please fill out the following required fields.’, ‘houzez’ ), $allowed_html); ?> × <?php echo wp_kses(__( 'Error! Upload at least 10 images.’, ‘houzez’ ), $allowed_html); ?> × <input type="hidden" name="property_author" value="”/> <a href="” class=”btn-cancel btn btn-primary-outlined”> <?php } }

  • MYR 234
CABADBARAN, United Arab Emirates
  • Freehold
  • Tenure
  • United Arab Emirates
  • Lot sqft
  • 32
  • sqft
  • EX-27144
  • Property ID

Property Description

<?php
/**
* Created by PhpStorm.
* User: waqasriaz
* Date: 06/10/15
* Time: 4:12 PM
*/
$userID = get_current_user_id();
$packageUserId = $userID;
$user_show_roles = houzez_option(’user_show_roles’);
$show_hide_roles = houzez_option(’show_hide_roles’);
$enable_paid_submission = houzez_option(’enable_paid_submission’);
$select_packages_link = houzez_get_template_link(’template/template-packages.php’);

$agent_agency_id = houzez_get_agent_agency_id( $userID );
if( $agent_agency_id ) {
$packageUserId = $agent_agency_id;
}

$remaining_listings = houzez_get_remaining_listings( $packageUserId );

$cancel_link = houzez_dashboard_listings();
if( !is_user_logged_in() ) {
$cancel_link = home_url(’/’);
}

$show_submit_btn = houzez_option(’submit_form_type’);
$allowed_html = array(
’i’ => array(
’class’ => array()
),
’strong’ => array(),
’a’ => array(
’href’ => array(),
’title’ => array(),
’target’ => array()
)
);

$gallery_image_req = houzez_option(’gallery_image_req’, 5);

if( is_page_template( ’template/user_dashboard_submit.php’ ) ) {

if (!houzez_is_admin() && $enable_paid_submission == ’membership’ && $remaining_listings != -1 && $remaining_listings < 1 && is_user_logged_in() ) {

echo ‘<div class=”dashboard-content-block-wrap”>
<div class=”dashboard-content-block”>’;
if (!houzez_user_has_membership($userID)) {
print ‘<p>’ . esc_html__(”You don’t have any package! You need to buy your package.”, ’houzez’) . ‘</p>
<a class=”btn btn-primary” href=”’ . $select_packages_link . ’”>’ . esc_html__(’Get Package’, ’houzez’) . ‘</a>’;
} else {
print ‘<p>’ . esc_html__(”Your current package doesn\’t let you publish more properties! You need to upgrade your membership.”, ’houzez’) . ‘</p>
<a class=”btn btn-primary” href=”’ . $select_packages_link . ’”>’ . esc_html__(’Upgrade Package’, ’houzez’) . ‘</a>’;
}
echo ‘</div>
</div>’;

} else { ?>

<form autocomplete=”off” id=”submit_property_form” name=”new_post” method=”post” action=”#” enctype=”multipart/form-data”
class=”add-frontend-property” novalidate>

<div class=”validate-errors alert alert-danger houzez-hidden” role=”alert”>
<?php echo wp_kses(__( ‘<strong>Error!</strong> Please fill out the following required fields.’, ’houzez’ ), $allowed_html); ?>
<button type=”button” class=”close” data-dismiss=”alert” aria-label=”Close”>
<span aria-hidden=”true”>&times;</span>
</button>
</div>

<div class=”validate-errors-gal alert alert-danger houzez-hidden” role=”alert”>
<?php echo wp_kses(__( ‘<strong>Error!</strong> Upload at least 10 images.’, ’houzez’ ), $allowed_html); ?>
<button type=”button” class=”close” data-dismiss=”alert” aria-label=”Close”>
<span aria-hidden=”true”>&times;</span>
</button>
</div>

<div class=”dashboard-mobile-edit-menu-wrap”>
<div class=”form-group”>
<?php get_template_part( ’template-parts/dashboard/submit/partials/author-mobile’); ?>
</div>
</div>

<?php
$layout = houzez_option(’property_form_sections’);
$layout = $layout[’enabled’];

if ($layout): foreach ($layout as $key=>$value) {

switch($key) {

case ’description-price’:
get_template_part(’template-parts/dashboard/submit/description-and-price’);
break;

case ’media’:
get_template_part(’template-parts/dashboard/submit/media’);
break;

case ’details’:
get_template_part(’template-parts/dashboard/submit/details’);
break;

case ’energy_class’:
get_template_part(’template-parts/dashboard/submit/energy-class’);
break;

case ’features’:
get_template_part(’template-parts/dashboard/submit/features’);
break;

case ’location’:
get_template_part(’template-parts/dashboard/submit/location’);
break;

case ’virtual_tour’:
get_template_part(’template-parts/dashboard/submit/360-virtual-tour’);
break;

case ’floorplans’:
get_template_part(’template-parts/dashboard/submit/floor’, ’plans’);
break;

case ’multi-units’:
get_template_part(’template-parts/dashboard/submit/sub-properties’);
break;

case ’agent_info’:
if(houzez_show_agent_box()) {
get_template_part(’template-parts/dashboard/submit/contact-information’);
}
break;

case ’private_note’:
get_template_part(’template-parts/dashboard/submit/private-note’);
break;

case ’attachments’:
get_template_part(’template-parts/dashboard/submit/attachments’);
break;

}

}
endif;

if( houzez_is_admin() || houzez_is_editor() ) {
get_template_part(’template-parts/dashboard/submit/settings’);
}

if(houzez_option(’add-prop-gdpr-enabled’)) {
get_template_part(’template-parts/dashboard/submit/gdpr’);
}

if ( !is_user_logged_in() ) {

get_template_part(’template-parts/dashboard/submit/account’);

} ?>

<?php wp_nonce_field(’submit_property’, ’property_nonce’); ?>

<input type=”hidden” name=”action” value=”add_property”/>
<input type=”hidden” name=”property_author” value=”<?php echo intval($userID);?>”/>
<?php if( ! houzez_is_admin() ) { ?>
<input type=”hidden” name=”prop_featured” value=”0”/>
<?php } ?>

<input type=”hidden” name=”prop_payment” value=”not_paid”/>
<?php if ( !is_user_logged_in() ) { ?>
<input type=”hidden” name=”user_submit_has_no_membership” value=”yes”/>
<?php } ?>

<div class=”d-flex justify-content-between add-new-listing-bottom-nav-wrap”>
<a href=”<?php echo esc_url($cancel_link ); ?>” class=”btn-cancel btn btn-primary-outlined”>
<?php echo houzez_option(’fal_cancel’, esc_html__(’Cancel’, ’houzez’)); ?>
</a>

<?php if($show_submit_btn == ’one_step’) { ?>
<button id=”add_new_property” type=”submit” class=”btn houzez-submit-js btn-primary”>
<?php get_template_part(’template-parts/loader’); ?>
<?php echo houzez_option(’fal_submit_property’, esc_html__(’Submit Property’, ’houzez’) ); ?>
</button>
<?php } else { ?>
<button class=”btn-back houzez-hidden btn btn-primary-outlined”>
<i class=”houzez-icon icon-arrow-left-1 mr-2”></i> <?php houzez_option(’fal_back’, esc_html_e(’Back’, ’houzez’)); ?>
</button>

<button class=”btn-next btn btn-primary”>
<?php echo houzez_option(’fal_next’, esc_html__(’Next’, ’houzez’)); ?> <i class=”houzez-icon icon-arrow-right-1 ml-2”></i>
</button>

<div class=”btn-step-submit” style=”display: none;”>
<button id=”add_new_property” type=”submit” class=”btn houzez-submit-js btn-primary”>
<?php get_template_part(’template-parts/loader’); ?>
<?php echo houzez_option(’fal_submit_property’, esc_html__(’Submit Property’, ’houzez’) ); ?>
</button>
</div>
<?php } ?>
</div>

</form>

<?php
}
}

Details

Updated on October 9, 2024 at 10:35 pm
  • Property ID: EX-27144
  • Price: MYR 234
  • Property Size: 32 sqft
  • Land Area: United Arab Emirates sqft
  • Tenure: Freehold
  • Address New Muweileh, Sharjah, UAE
  • City CABADBARAN
  • State/county إمارة الشارقةّ
  • Zip/Postal Code 8605
  • Country United Arab Emirates

Features

Mortgage Calculator

Mortgage Breakdown

Est. Monthly Repayment: RM 0 / mo

0% Principal
0% Interest

Upfront Costs

Total Downpayment: RM 0

0% Downpayment
CABADBARAN, United Arab Emirates

Similar Listings

About

Explore began as the vision of an ambitious, revolutionary-minded pioneer of the real estate market from one of the top-notch countries in the world.

Subscribe to our newsletter

You have been successfully Subscribed! Ops! Something went wrong, please try again.

By submitting your email, you acknowledge and agree that Explore may send you marketing communications and use your information in accordance with its Privacy Policy. 

©2024, explore-my.com, All rights reserved.

Compare listings

Compare
Dave
  • Dave