📄️ Brand
Definition and Role:
📄️ Category
Definition and Role:
📄️ Product
Definition and Role:
📄️ Customer
Definition and Role:
📄️ Returns Model
Definition and Role
📄️ User Model
Definition and Role
📄️ Invitation Model
Invitation Model:
📄️ Comment Model
Definition and Role:
📄️ Buyer Model
The Buyer model represents authenticated buyers in the system. It manages authentication, access control, product purchases, orders, and returns
📄️ Address Model
The Address model manages addresses associated with customers and brands within the system. It supports polymorphic relationships, allowing it to be linked dynamically to different models
📄️ OrderAddress Model
The OrderAddress model manages addresses associated with orders. It supports polymorphic relationships, allowing it to be linked dynamically to different models
📄️ OrderItem Model
The OrderItem model represents individual items within an order. It manages item details, associated products, and returns
📄️ Transaction Model
The Transaction model extends TransactionTomatoPHP and manages financial transactions within the system. It supports media attachments and activity logging.