What is the best way to structure shopping cart data JSON style?
Thanks in advance.
JavaScriptPHP
Last Comment
narmi2
8/22/2022 - Mon
Michael701
I don't think anyone can say there is a BEST way to create a shopping cart. I'd first have to ask what kind of items are you placing in the cart? A simple cart would have Line item, item code, description, quantity and price. More complex items may need size, color or other descriptors.