#3981

Tu Tran
Moderator

Hi,

To fix this issue, please go to the file app\design\frontend\default\sns_nino\template\catalog\product\view\type\grouped.phtml, find and cut the code:

<?php $_associatedProducts = $this->getAssociatedProducts(); ?>
<?php $_hasAssociatedProducts = count($_associatedProducts) > 0; ?>

then paste into right after the code


<?php $_product = $this->getProduct(); ?>

Please see the link below for more detail:
https://monosnap.com/file/XbibxrwAwEX7XoP9hm6zZ0pQTfzRYM

Thanks you,