관리-도구
편집 파일: lang.checkout_payment.php
<?php $define = [ 'NAVBAR_TITLE_1' => 'Checkout - Step 2', 'NAVBAR_TITLE_2' => 'Payment Method', 'HEADING_TITLE' => 'Step 2 of 3 - Payment Information', '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.', 'TITLE_BILLING_ADDRESS' => 'Billing Address:', 'TEXT_SELECT_PAYMENT_METHOD' => 'Please select a payment method for this order.', 'TITLE_PLEASE_SELECT' => 'Please Select', 'TEXT_NO_PAYMENT_OPTIONS_AVAILABLE' => '<span class="alert">Sorry, we are not accepting payments from your region at this time.</span><br>Please contact us for alternate arrangements.', 'TITLE_CONTINUE_CHECKOUT_PROCEDURE' => 'Continue to Step 3', 'TEXT_CONTINUE_CHECKOUT_PROCEDURE' => '- to confirm your order.', 'TABLE_HEADING_CONDITIONS' => '<span class="termsconditions">Terms and Conditions</span>', 'TEXT_CONDITIONS_DESCRIPTION' => '<span class="termsdescription">Please acknowledge the terms and conditions bound to this order by ticking the following box. The terms and conditions can be read <a href="' . zen_href_link(FILENAME_CONDITIONS) . '" rel="noopener" target="_blank"><span class="pseudolink">here</span></a>.</span>', 'TEXT_CONDITIONS_CONFIRM' => '<span class="termsiagree">I have read and agreed to the terms and conditions bound to this order.</span>', 'TEXT_YOUR_TOTAL' => 'Your Total', ]; return $define;