• Resolved aipok

    (@aipok)


    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)
  • Hi @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

    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

    (@aipok)

    Thank you very much. You are amazing. It works great.

    Plugin Support kennethbryanlim

    (@kennethbryanlim)

    Hi @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 and ww.wp.xz.cn plugin page.

    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.