Is it possible to remove this message completely? I want to list a special product and the customer will need to phone to discuss options. If I remove the Sell Button via the admin panel this message appears.
I added "$xxOutStok="Please Call Us"; to vsadmin/includes.php but the original text remains unchanged. If I alter it in inc/languagefile_en.php it works fine but presumably will get overwritten when running updaters.
Hi Tim, changes to the language_en will get overwritten by updater as you stated, check that the include lines on the pages are in the following order so that the includes.php comes after languagefile.php
include "vsadmin/db_conn_open.php"; include "vsadmin/inc/languagefile.php"; include "vsadmin/includes.php"; include "vsadmin/inc/incfunctions.php";