Is it possible to add carousel, video or generally advertising material on the new customer screen?
2.4.13.a. How to Create Basic Customer Screen Html?
There is no mention on how to add advertising on this screen.
First download and install media player classic app. Then save the following batch script somewhere.
@echo off
start "" "C:\Program Files\MPC-HC\mpc-hc64.exe" /monitor 2 /fullscreen /ontop /repeat "%~1"
In the last step, create an action and rule in SambaPOS and play the video on the second monitor whenever you want.
I hope this will work for you.
Edit :
I forgot to add this. You should create another action and kill “mpc-hc64.exe” whenever you want.
taskkill /IM mpc-hc64.exe /F
4 Likes