Skip to content
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

Implemented: support for kit products (#268) #276

Merged
merged 11 commits into from
Dec 12, 2023

Conversation

alsoK2maan
Copy link

Related Issues

Closes #268

Short Description and Why It's Useful

Screenshots of Visual Changes before/after (If There Are Any)

IMPORTANT NOTICE - Remember to add changelog entry

Contribution and Currently Important Rules Acceptance

@alsoK2maan alsoK2maan changed the title [WIP] Implemented: static UI for kit products (#268) Implemented: static UI for kit products (#268) Nov 17, 2023
@alsoK2maan alsoK2maan marked this pull request as ready for review November 17, 2023 09:38
@alsoK2maan alsoK2maan changed the title Implemented: static UI for kit products (#268) Implemented: support for kit products (#268) Nov 20, 2023
@@ -149,6 +149,55 @@
</div>
</div>

<div v-if="order.kitProducts">
<div v-for="(kitProducts, orderItemSeqId) in order.kitProducts" :key="orderItemSeqId">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<div v-for="(kitProducts, orderItemSeqId) in order.kitProducts" :key="orderItemSeqId">
<div v-for="(kitProduct, orderItemSeqId) in order.kitProducts" :key="orderItemSeqId">

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated sir, on all pages.

@ravilodhi ravilodhi merged commit a788186 into hotwax:main Dec 12, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Support for Kit Products
4 participants