elliotfehr / laravel-cart

GNU General Public License v3.0
0 stars 0 forks source link

User_id #1

Open lwillems opened 9 years ago

lwillems commented 9 years ago

Hi,

I have tried your package and get a few questions

In readme If a user logs in using Laravel's native Auth class or using Sentry, the user_id will be added to the cart created.

Seems not implemented, when a cart is created you put only the session id in DB ?

If an user create a cart and then Auth, a new cart is created that's not logic, in this case cart must be updated with the user_id ?

Regards,

elliotfehr commented 9 years ago

Unfortunately, this package was never completed due to time restraints.

Feel free to issue a pull request if you would like.

lwillems commented 9 years ago

I understand. If i use this package, will try to commit my changes / add, but perhaps will develop my own.

Regards,

elliotfehr commented 9 years ago

@bart0356 I will definitely be able to contribute changes as well.