If you are not shipping product the user is still required to fill out the info on the Step 1 page as it is needed to collect basic customer info like name,, address, email, etc from the user. In order to accomplish what you are looking for you will need to change the "Ship" labels to "Customer" on the Step 1 page. To make the change do the following:
- Open up the Step1.ascx located in your \desktopmodules\smith.buynow folder
- Change the "Ship To" caption to "Customer Info" <caption>Ship To</caption>
- Open the Step1.resx file located in your \desktopmodules\smith.buynow\app_localresources folder and change the value on the label "lblStepShipping.Text" to Customer Info or anything you like.