Is there a way to control the execution order from outside the plugin? I have the following setting in my product script:
<setting varname="showroster_navbar_order" displayorder="20">
<datatype>posint</datatype>
<validationcode><![CDATA[return ($data >= 1);]]></validationcode>
<defaultvalue>5</defaultvalue>
</setting>
I cannot find anything that would allow me to adjust the order like the location (navtab_start, navtab_middle, and navtab_end). Those work fine, it is the ordering I cannot get to work. Any ideas?
Edited: Sorry, this probably is not the correct place to ask. I've asked the question in a coder's forum instead. Thank you.
|