-
Notifications
You must be signed in to change notification settings - Fork 434
Adds KeyValue to OrderItemsTable for lunar_order_lines meta data #2011
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 1.x
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Things I'm thinking here is, ...
|
@alecritson do we want to take over this PR? |
Happy for us to. |
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
If adding meta data to a line item there is currently no visibility on the backend for the order line item meta data.
For example, we run a custom printing shop and want to allow users to enter custom data for custom prints:
line_1: USDOT 1234567
line_2: GVW 12334566
...
We need a way to see this data after the order is placed without having to go into the db.