Hello,
After updating to PHP8 I get the following message:
Required parameter $htmlIn follows optional parameter $selected
This is because of the following line of code:
public function displayListFE (VirtueMartCart $cart, $selected = 0, &$htmlIn) {
This seems like a core function that gets overridden. Does the core needs to be adjusted to fix this?
This is on the newest version virtuemart: 4.0.7 and Joomla 3.10.11 in combination with the aforementioned PHP8.