So I have a product variant with numbers 1, 2, 5, & 10. Every time I put them in that order Shopify spits out 10, 1, 2, & 5. It’s so annoying and is driving me up a wall. I have over 100 products that this is happening on.
Can anyone tell me if this is a glitch or just how shopify works? Any workarounds?
Could you kindly provide us with your store URL and, if applicable, the password, so i can check and provide you possible solution for your question.
tim_1
July 27, 2024, 9:59am
3
Usually, you should be able to reorder your product option values manually when creating/editing products.
It is possible that your theme sorts these values as well; however the sort is not by numerical value but alphabetical.
Hard to tell without seeing your site/knowing your theme.
On the other hand, it should also be possible to resort these values in theme code rather then updating your products…
I tried reordering them but it just defaults back. I’m using Dawn theme 13.0. Here is my URL and password:
https://euphoriaforest.store/products/team-lomo-cards-copy and Yoongi2017
tim_1
July 27, 2024, 2:30pm
6
Add a “Custom liquid” block to product information section and paste this code:
This code will numerically sort values for option defined by optionName.
Thank you! This worked for the 1 listing. I’ll keep a check on it as I publish more products
1 Like