Hi marcella1
It seems that you changed the custom field name (in this case is the 'Price' field) while the module only renders value for 'price' field:
<!-- Field Bedrooms -->
<?php if(!empty($customs['price'])) :?>
<div class="ct-field field-price">
<div class="ct-field-value">
<?php echo $customs['currency']->value.''.$customs['price']->value ;?> /
</div>
<div class="value-type"><?php echo $customs['value-of-price']->value ;?></div>
</div>
<?php endif ;?>
<!-- // Field Bedrooms -->
if you changed 'price' name, you will need to replace by the new name in above code in this file: /templates/ja_property/html/mod_articles_category/owl.php