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

Initialize cart with an json array of data from a database #39

Open ivanga opened 1 year ago

ivanga commented 1 year ago

Hi, is it possible to initialize a cart with an json array of data from a database? Example: a cart was created by a client and an json array of cart details was inserted into the database with the order, then the admin needs to reinitialize the cart to change the order items