I have an issues with this mod.
If you use group pricing, when an item is moved into save for later, it doesn't display the correct price.
As an example, I have a product where products_price is 0.00, and products_group_a_price is 50.54. When the item is in the cart it correctly displays at £50.54, but when moved to SFL, it displays it as £0.00.

So it would seem that sfl_functions isn't aware of what group a logged in user is set to. Given that the sfl_functions file is pretty much a clone of pages/shopping_cart/header.php, I'm surprised this data isn't being passed through.

Is there any chance of a fix for this?