Here's the problem with /includes/templates/cold_steel/sideboxes/tpl_featured.php
Code:
    $content .= '<div>' . $featured_box_price . '</div>';
    $content .= '</div>';
    $random_featured_product->MoveNextRandom();
  }
  $content .= '</div>' . "\n";
same problem with /includes/templates/cold_steel/sideboxes/tpl_specials.php
Code:
    $content .= '<div>' . $specials_box_price . '</div>';
    $content .= '</div>';
    $random_specials_sidebox_product->MoveNextRandom();
  }
  $content .= '</div>' . "\n";