(CS-Registration) Change "Walk-in" Verbiage for I'm here for drop-down
Search
(CS-Registration) Change "Walk-in" Verbiage for I'm here for drop-down
If a customer is wanting to change the verbiage for the default "Walk-in" selection for the I'm here for selection, follow the below.
This verbiage is, regrettably, hard-coded.
To change this verbiage, you will want to navigate to .../Clubspeedapps/api.
Right-click on the settings.php file and select edit (make sure to take a back-up first).
You're going to want to find the row that says:
$eventsById[] = array('-1' => 'Walk-in');
This should be row 308.
To change the verbiage, just edit the Walk-in verbiage to whatever you need it to be. Ensure to keep any syntax/punctuation/etc the same.