Or please find following code in /usr/www/users/seabas/wp-content/themes/lordcros/inc/functions.php
$price_label = number_format( $amount, $decimal_prec, $decimal_sep, $thousands_sep );
And replace with following code.
$price_label = number_format( floatval( $amount ), $decimal_prec, $decimal_sep, $thousands_sep );
And try again.
Regards, C-Themes
Hi,
Please set regular price for every room.
http://prntscr.com/p9pgv2
http://prntscr.com/p9ph7z
Regards, C-Themes