[phoenix]
version = 1.0.8.20
[mysql]
version = 10.6.12-MariaDB-0ubuntu0.22.04.1
[php]
version = 8.0.30
I Will be gratful if someone gives me hints on how to get cart sessions with a list of attributes
i tryed to return an array in pi_options_attributes.php but it's not working:
Code: Select all
'selection' => is_string($_GET['products_id'])
? $_SESSION['cart']->contents[$_GET['products_id']]['attributes'][$option_id] ?? []
: [],thanks