Nice package.
May be nice to change the moveToCart(Cart $cart) method to check if any of the products in the source cart already exists in the receiving cart. At the moment, it copies the products from cart A to cart B, even if the products are already in cartB. Maybe something like this:
Nice package. May be nice to change the
moveToCart(Cart $cart)
method to check if any of the products in the source cart already exists in the receiving cart. At the moment, it copies the products from cart A to cart B, even if the products are already in cartB. Maybe something like this: