Thank you for responding. The payment processor my client uses is PPC https://www.ppcsales.com/ They use authorize.net as there payment gateway as an emulator.
This is there instructions
Third Party Shopping Carts
We have designed our gateway to be able to handle transaction submissions and responses in the Authorize.Net format. We call this our Gateway Emulator.
To use the Gateway Emulator, your shopping cart or application must support the Authorize.Net AIM or SIM method of integration. If the application supports the AIM or SIM method, you simply need to change the transaction POST URL to our Gateway Emulator URL.
Our Gateway Emulator URL is: (And I have changed this in the authorizenet.php page)
The problem is the form itself in ZenCart does not have the form fields for:
address (street address) or the postal zip caode
I need to know how to get those form fields included in the form.
Gary