관리-도구
편집 파일: lang.checkout_shipping.php
<?php $define = [ 'NAVBAR_TITLE_1' => 'Checkout - Step 1', 'NAVBAR_TITLE_2' => 'Shipping Method', 'HEADING_TITLE' => 'Step 1 of 3 - Delivery Information', 'TEXT_CHOOSE_SHIPPING_DESTINATION' => 'Your order will be shipped to the address at the left or you may change the shipping address by clicking the <em>Change Address</em> button.', 'TITLE_SHIPPING_ADDRESS' => 'Delivery Information:', 'TEXT_CHOOSE_SHIPPING_METHOD' => 'Please select the preferred shipping method to use on this order.', 'TITLE_PLEASE_SELECT' => 'Please Select', 'TEXT_ENTER_SHIPPING_INFORMATION' => 'This is currently the only shipping method available to use on this order.', 'TITLE_NO_SHIPPING_AVAILABLE' => 'Not Available At This Time', 'TEXT_NO_SHIPPING_AVAILABLE' => '<span class="alert">Sorry, we are not shipping to your region at this time.</span><br>Please contact us for alternate arrangements.', 'TITLE_CONTINUE_CHECKOUT_PROCEDURE' => 'Continue to Step 2', 'TEXT_CONTINUE_CHECKOUT_PROCEDURE' => '- to choose your payment method.', 'FREE_SHIPPING_TITLE' => 'Free Shipping', 'ERROR_PLEASE_RESELECT_SHIPPING_METHOD' => 'Your available shipping options have changed. Please re-select your desired shipping method.', ]; return $define;