I am attempting to order the coefficients in my output using the "order" option, however, I cannot seem to manipulate the position of my interaction terms. Does anyone have syntax advice?

Code:
 essto: areg outcome v1
essto: areg outcome v2
essto: areg outcome c.v1##c.v2

esttab using "$filepath\output.csv", ///
n se nobaselevels ar2 aic bic replace ///
order (v1 v2 c.v1##c.v2)