If you mean on the Product Page, then this is easy and has been documented on the Forum.
If you mean in the Cart page, then it's trickier. You'd have to edit ActinicOrder.pm ( look for <INPUT TYPE=TEXT SIZE=\"4\" NAME=\"Q_" ) and amend the code there to generate the select list.
However you'd have to make sure that the drop-down was pre-set to the current quantity and deal with the maximum quantity likely to be required ( drop down with 32767 entries perhaps! ).
Comment