#2538

Tu Tran
Moderator

Hi,

Have the Bundle product price problem at the producttab really solved on your site ? Because I have checked, it seems work not really well. This is the new problem, and we just have found the solution.

To fix this, please go to the file app\code\local\Sns\Producttabs\Block\List.php, add the code bellow

$this->addPriceBlockType('bundle', 'bundle/catalog_product_price', 'bundle/catalog/product/price.phtml');

To end of the function __construct

You can also refer this screenshot: http://monosnap.com/image/9FNM7VTOUpPvnyzDsW1bdJXTgcsMsj#

Best Regards!