Quote Originally Posted by mattys View Post
i am using SBA Version 1.5.4 for Zen Cart Version 1.5.4, but on zencart 1.5.3

is working, but with a few niggles

one of them being the sort order of colours, e.g. https://www.jarbon.com/alpaca-socks/...-country-socks, if you first select shoe size you will then see the colour options, these are in the incorrect order, as set in attributes controller

SBA is setting the sort order by attribute value ID, lowest first:

<select name="id[3]" onchange="i3(this.form);">
<option value="0" selected="selected">Next select colour</option>
<option value="18">Black </option><option value="21">dark green </option><option value="272">Red </option><option value="367">damson </option><option value="370">natural white </option></select>

this is overriding the order i set in attributes controller

i tried using the sort order you get when adding stock, but this didnt work

any ideas how this might be fixed?
Looked at site... Order of attributes was different than described above and appeared to match the sequence of the items in the javascript as expected. What was done to resolve your issue? I wasn't able to reproduce it.