Order Coupon Type Alphabetically
hello
there's a Way (or a select need change?) to order Alphabetically the Coupon Type in "Insert new Coupon?".
Last Coupon Type inserted by Admin panel are placed on the bottom.
I've identified this Select
<?php foreach ($terms as $term): ?>
<option value="<?php echo $term->slug; ?>"><?php echo $term->name; ?></option>
<?php endforeach; ?>
How can i Modifiy it?