JackieDo / Laravel-Cart

A package used to create and manage carts (such as shopping, recently viewed, compared items...) in Laravel application.
https://jackiedo.github.io/Laravel-Cart
MIT License
152 stars 19 forks source link

[Question] Any way to save data to database for late action? #37

Open mohamedsabil83 opened 1 year ago

mohamedsabil83 commented 1 year ago

Some customers can add items to their carts to purchase them later for any reason. So, is there any way to save the cart's content in the database?

qodictive commented 1 year ago

@mohamedsabil83 Hi, did you find a solution for this?

mohamedsabil83 commented 1 year ago

Hello @qodictive, I'm still using another package until getting a response from @JackieDo or find time to try making some additions to this package.

aeq-dev commented 12 months ago

@mohamedsabil83 which package are you using ? thanks

mohamedsabil83 commented 12 months ago

@aeq-dev I'm using laravelshoppingcart

aeq-dev commented 12 months ago

I think this package is the best one I've seen ! thanks a lot @JackieDo :)

mohamedsabil83 commented 12 months ago

I think that, too. It needs the ability to save data to the database. By adding that, there is no need to use any other packages.