I updated that file: /templates/ja_smallbiz/acm/pricing/tmpl/style-1.php
if (!$feature) {
// compatible with old data
$feature = $helper->get('pricing-row-name', $row);
$tmp = $helper->get('pricing-row-supportfor', $row);
$tmp = (int) $tmp; // Ensure $tmp is an integer
$value = ($tmp & pow(2, $col)) ? 'b1' : 'b0'; // b1: yes, b0: no
$type = 'b'; // boolean
}
?>
Kindly check.