Storage Map
Box Configuration Format
The_boxbuilder_box_config meta stores a JSON array:
Cart Item Data Structure
When a box is in the cart: Parent item (the box):Order Item Meta
After checkout, the parent-child relationship is preserved:Querying Box Orders
To find orders containing boxes:Plugin Settings
All settings are stored inwp_options with the boxbuilder_ prefix:
Data Cleanup on Uninstall
When BoxBuilder is uninstalled (deleted, not just deactivated), it removes:- All
boxbuilder_*options fromwp_options - BoxBuilder-specific post meta from products
- BoxBuilder-specific user meta
_boxbuilder_* order item meta) is preserved after uninstall. This ensures historical order records remain intact.