Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
各製品の製品 ID を取得できるように、ショッピング カートのセッション変数にアクセスするにはどうすればよいでしょうか?
$products = $_SESSION['cart']->get_products(); for ($i=0, $n=sizeof($products); $i<$n; $i++) { // the product's id is $products[$i]['id'] ... }