Remove number in front of accommodation heading

More
8 years 11 months ago #5695 by Brentmin
Where in the code can we go to remove this number that is placed in front of the heading?
Attachments:

Please Log in or Create an account to join the conversation.

More
8 years 11 months ago #5720 by Dead_Pig
I guess this is the number of beds in selected room type.

You can delete or comment this at

\components\com_solidres\views\reservationasset\tmpl\default_roomtype.php (or in your template if you customized it)
<span class="label label-info">
<?php echo $roomType->occupancy_max > 0 ? $roomType->occupancy_max : (int)$roomType->occupancy_adult + (int)$roomType->occupancy_child ?>
<i class="icon-user uk-icon-user fa-user"></i>
</span>
The following user(s) said Thank You: Brentmin

Please Log in or Create an account to join the conversation.

More
8 years 11 months ago #5728 by vietvh
Hi,

Yes the modification suggested by Dead_Pig is correct.

Regards,

Please Log in or Create an account to join the conversation.

Moderators: solidres
Powered by Kunena Forum

All the things you need to make your work easier. Did you like Solidres?