Dear Team
I have noticed that in version 5.6.2 of CartController.php, several view assignments that previously used the method $view->set() have been replaced with direct property assignments, such as $view->weight = $cartpreview->getWeight();.
In earlier versions, including 5.5.2 and 5.6.1, the $view->set() method was still consistently used.
Could you kindly confirm whether this change was intentional? From the perspective of Joomla best practices, using the set() method is generally recommended for consistency, flexibility, and future compatibility.
It appears that this may have been a regression, but I would appreciate your clarification in case there was a specific reason behind the adjustment.
Thank you in advance for your feedback.
Best regards,



