evershopcommerce / evershop

🛍️ NodeJS E-commerce Platform
https://evershop.io/
GNU General Public License v3.0
4.5k stars 1.24k forks source link

[BUG] Attributes - Count issue #639

Open Srinath-CJ07 opened 2 months ago

Srinath-CJ07 commented 2 months ago

In evershop website we are using Attributes like size(S,M,L) and count(5,10,15) whenever we add size and count the count get's shuffle to(10,5,15) the count doesn't comes in order while adding, while adding it should comes in a order like count(5,10,15) evershop