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

Fix missing product variant table #1945

Open
wants to merge 2 commits into
base: 1.x
Choose a base branch
from
Open

Fix missing product variant table #1945

wants to merge 2 commits into from

Conversation

ken717w
Copy link

@ken717w ken717w commented Sep 10, 2024

No description provided.

Copy link

vercel bot commented Sep 10, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
lunar-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 13, 2024 9:06am

@alecritson
Copy link
Collaborator

Thanks @ken717w I think in this instance we don't want the table to show since it's managed via a widget so it's likely the whole method can be removed 🤔

@ken717w
Copy link
Author

ken717w commented Sep 10, 2024

Thanks @ken717w I think in this instance we don't want the table to show since it's managed via a widget so it's likely the whole method can be removed 🤔

So how do we create and manage product variants in the dashboard? Originally I only see this in the Variants tab:
Screenshot 2024-09-10 at 22-39-47 Variants - Lunar

I also tried to create a variant manually in database, and when I go back to the dashboard, tabs like Pricing and Inventory are gone. After some digging I can see that ManageProductInventory and ManageProductPricing are not being registered to the navigation if there are multiple variants. Although this makes sense, but I can find nowhere to update the price and stock value of each variant.

@glennjacobs
Copy link
Contributor

Thanks @ken717w I think in this instance we don't want the table to show since it's managed via a widget so it's likely the whole method can be removed 🤔

So how do we create and manage product variants in the dashboard? Originally I only see this in the Variants tab: Screenshot 2024-09-10 at 22-39-47 Variants - Lunar

I also tried to create a variant manually in database, and when I go back to the dashboard, tabs like Pricing and Inventory are gone. After some digging I can see that ManageProductInventory and ManageProductPricing are not being registered to the navigation if there are multiple variants. Although this makes sense, but I can find nowhere to update the price and stock value of each variant.

To create variants you'll want to set the Product Options first, e.g. Colour -> Red, Blue, Green. It will then creste the variants for you, which you can then go on to edit.

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.

3 participants