Sort product Options and Option Variations in Medusa product view interface #12049
plenge
started this conversation in
Feature Requests
Replies: 1 comment
-
|
+1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We would like to be able to sort the options for the products directly in Medusa interface.
We experience clients having problems with the order of Options.
When they create the product with e.g.: Size and Color, they might not enter the Size and Color in the same order every time they create new products. So being able to change the order of them afterwards would be a very important feature.
We have no way of controlling what order they are fetched from the API, so if the products are created with the below scenarios:
1st product:
2nd product:
We would have to either programmatically sort them, or live with the fact that they are different orders in the front-end.
But in scenarios where products have a huge amount of different options, programmatically sorting them becomes unviable.
Sorting with dragging or similar is a very big convenience for store admins.
Examples below for both sort features required:
1. Being able to drag the order in the interface as so for Options:

2. Being able to drag the order in the interface as so for Option Variations:

Beta Was this translation helpful? Give feedback.
All reactions