hi i have a question i'm making e commerce website where you can order some phones computers, i want to make collection which will contain attributes likes firstname lastname address and also array containing objects where each object will be ordered product with his own attributes how to do it ?
TL;DR
Developers asking how to create an array attribute for an e-commerce website to store ordered products along with customer details.
Solution: Use a collection to store attributes like firstname, lastname, address, and an array of objects for each ordered product.