django-shop icon indicating copy to clipboard operation
django-shop copied to clipboard

Additional fields to Product Detail Serializer

Open jrief opened this issue 6 years ago • 0 comments

It would be useful to have information about whether a product is already inside the Cart or the watchlist. This could be achieved by adding two Boolean fields to the product's detail serializer, named in_cart and in_watchlist.

jrief avatar Jan 22 '18 15:01 jrief