In my (highly customized shop) there occurred an error: guest customers get the articles of other guests into their shopping cart.
To repair I changed the line 46 in the file checkout_guest.php
from
Code: Select all
$customer_id =& $_SESSION['customers_id'];Code: Select all
$customer_id =& $_SESSION['customer_id'];