Hi there,
I'm trying to remove the following from my checkout page (step 2 of 3):
PHP Code:
"Customers billing address",
Your billing address is shown to the left. The billing address should match the address on your credit card
statement. You can change the billing address by clicking the Change Address button.
I have found it in the following file
includes/languages/english/checkout_payment.php
and commented out the following
PHP Code:
define('TABLE_HEADING_BILLING_ADDRESS', 'Billing Address');
define('TEXT_SELECTED_BILLING_DESTINATION', 'Your billing address is shown to the left. The billing address should match the address on your credit card statement. You can change the billing address by clicking the <em>Change Address</em> button.');
define('TITLE_BILLING_ADDRESS', 'Billing Address:');
but am still seeing this
PHP Code:
"customers address"
TEXT_SELECTED_BILLING_DESTINATION
what am I missing? There is obviously something else I need to be fixing to stop the billing address section from coming up.
Also trying for the same thing on page 3 of 3 but can likely figure that out from the above.
Thanks so much
Lisa