Title: PHP Edit &#8211; BOXOFFICE_SORTFIELD
Last modified: November 29, 2016

---

# PHP Edit – BOXOFFICE_SORTFIELD

 *  Resolved [Chris](https://wordpress.org/support/users/weazel91/)
 * (@weazel91)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/php-edit-boxoffice_sortfield/)
 * Hi Malcolm,
 * Thought I’d post here incase anyone is trying to achieve what I’m trying to achieve.
 * What options are there that I can put in the STAGESHOW_BOXOFFICE_SORTFIELD within
   the PHP file? I checked the help PDF but it isn’t included.
 * I am trying to arrange the prices in both the front end and back end box office
   in descending order of price. i.e.:
 * Ticket £16.00
    Child U1YO £ 0.00 Gratis £ 0.00
 * Instead of:
    Child U1YO £ 0.00 Gratis £ 0.00 Ticket £16.00
 * as what is is showing just now (I assume its sorting alphabetically?)
 * Is this do-able / possible?
 * Thanks,
    Chris
    -  This topic was modified 9 years, 6 months ago by [Chris](https://wordpress.org/support/users/weazel91/).

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Malcolm](https://wordpress.org/support/users/malcolm-oph/)
 * (@malcolm-oph)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/php-edit-boxoffice_sortfield/#post-8509245)
 * Hi Chris
 * You can add sort by any database field in the Shows, Performances or Prices tables.
   
   Multiple sort fields can be used by listing them in order separated by commas,
   and each field can be in ascending or descending order by adding ASC or DESC 
   respectively after the field name.
 * So, you could add the following to the stageshow-wp-config.php file to change
   the order:
 * define(‘STAGESHOW_BOXOFFICE_SORTFIELD’, ‘priceValue DESC’);
 * Malcolm
 *  Thread Starter [Chris](https://wordpress.org/support/users/weazel91/)
 * (@weazel91)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/php-edit-boxoffice_sortfield/#post-8509727)
 * Sorted! Just like that!
 * Thanks again,
    Chris

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘PHP Edit – BOXOFFICE_SORTFIELD’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/stageshow_3c5670.svg)
 * [StageShow](https://wordpress.org/plugins/stageshow/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/stageshow/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/stageshow/)
 * [Active Topics](https://wordpress.org/support/plugin/stageshow/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/stageshow/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/stageshow/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Chris](https://wordpress.org/support/users/weazel91/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/php-edit-boxoffice_sortfield/#post-8509727)
 * Status: resolved