Title: Live View Orders
Last modified: April 28, 2025

---

# Live View Orders

 *  Resolved [aipok](https://wordpress.org/support/users/aipok/)
 * (@aipok)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/live-view-orders/)
 * Hi,
   I have a small question. Is it possible to change the sound somewhere in 
   the files to my own mp3 when I have Live Order View turned on.Thanks for the 
   advice.

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

 *  [Ramon Ahnert](https://wordpress.org/support/users/rahmohn/)
 * (@rahmohn)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/live-view-orders/#post-18439370)
 * Hi [@aipok](https://wordpress.org/support/users/aipok/)
 * To change the sound file, you would need to add a PHP code snippet either by 
   using the Code Snippets plugin or by adding the code to your functions.php
 *     ```wp-block-code
       add_filter(	'orderable_live_view_new_order_audio_file_url',	function() {		return 'https://yourdomain.com/path/to/sound.wav';	});
       ```
   
 * Replace the example URL with the actual URL to your sound file; this could be
   a file that exists in the media library, for example.
 *  Thread Starter [aipok](https://wordpress.org/support/users/aipok/)
 * (@aipok)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/live-view-orders/#post-18440857)
 * Thank you very much. You are amazing. It works great.
 *  Plugin Support [kennethbryanlim](https://wordpress.org/support/users/kennethbryanlim/)
 * (@kennethbryanlim)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/live-view-orders/#post-18441701)
 * Hi [@aipok](https://wordpress.org/support/users/aipok/)
 * On behalf of the team, you’re very welcome! We’re glad we could assist you with
   this matter.
 * I’ll go ahead and close this ticket on our end.
 * If you have a moment, we’d be incredibly grateful if you could leave us a review
   on our [Trustpilot page](https://www.trustpilot.com/evaluate/orderable.com) and
   [WordPress.org plugin page](https://wordpress.org/plugins/orderable/#reviews).
 * As always, if there’s anything else we can assist you with, please don’t hesitate
   to reach out anytime.
 * Thank you, and have a great day!

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

The topic ‘Live View Orders’ is closed to new replies.

 * ![](https://ps.w.org/orderable/assets/icon-256x256.gif?rev=3143111)
 * [Orderable - Restaurant & Food Ordering System](https://wordpress.org/plugins/orderable/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/orderable/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/orderable/)
 * [Active Topics](https://wordpress.org/support/plugin/orderable/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/orderable/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/orderable/reviews/)

## Tags

 * [change](https://wordpress.org/support/topic-tag/change/)
 * [sound](https://wordpress.org/support/topic-tag/sound/)

 * 3 replies
 * 3 participants
 * Last reply from: [kennethbryanlim](https://wordpress.org/support/users/kennethbryanlim/)
 * Last activity: [1 year, 3 months ago](https://wordpress.org/support/topic/live-view-orders/#post-18441701)
 * Status: resolved