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.
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!