darryldecode / laravelshoppingcart

Shopping Cart Implementation for Laravel Framework
1.32k stars 413 forks source link

Allow only one quantity per item and get response #374

Open maxleistner opened 4 months ago

maxleistner commented 4 months ago

Is there any functionality already built in to allow only one quantity per item? If the user tries to add the item again, i would like to show a message, that that item is already in the cart.

thanks!

ultrono commented 1 month ago

Bespoke functionality as described would be handled by your own application. It is not the job of a generic shopping cart package to handle business specific rules.