Not sure if this is the right place to put something like this but, it would be cool if you could add fees to specific cart items. Let say you had a local delivery service and some items had different delivery fees because they are going to different parts of a city.
Right now, we are subclassing CartItem to add a fee system based on extra options passed in, but it would be neat if it was included in the CartItem model.
Not sure if this is the right place to put something like this but, it would be cool if you could add fees to specific cart items. Let say you had a local delivery service and some items had different delivery fees because they are going to different parts of a city.
Right now, we are subclassing CartItem to add a fee system based on extra options passed in, but it would be neat if it was included in the CartItem model.