When we add more products to the cart, then products were not removed from the cart.

SOLUTION:

1. Please replace the file with the attached file "write_cart_to_cookie.php".

2. Change the function in includes/classes/shopping_cart.php

function set_contents($contents_string) {
$arrData = unserialize(stripslashes($contents_string));
$this->contents = $arrData;
}


NOT FULL PACKAGE...


More...