1. You removed the login_address_ part of the checkout workflow. That's what is responsible for handling the user address. If you add it back, the addresses interface will be displayed again.
2. I suppose that it's because you use the SIM API. Here is the explanation from the documentation:
Card validation code : If you have the CCV option activated in your authorize.net account, you will have to activate this option so that the CCV of the credit card is collected and then transmitted to authorize.net. This parameter is only useful for the AIM API.
. You can find more information about the different options of the authorize.net plugin on
www.hikashop.com/support/documentation/6...form.html#additional
3. You can change your checkout workflow for that. For example, you could have something like that:
login_address_shipping_payment_coupon_cart_status_fields,address_shipping_payment_coupon_cart_status_fields_confirm,end
4. Yes. Yes. Note that you need to set the tax category for your products as well.
5. Yes, for 1. and 3.