관리-도구
편집 파일: lang.shopping_cart.php
<?php $define = [ 'TEXT_INFORMATION' => 'You may proceed with your purchase by clicking the Checkout button below. Shipping and Taxes and Discounts will be handled on subsequent pages.', 'NAVBAR_TITLE' => 'The Shopping Cart', 'HEADING_TITLE' => 'Your Shopping Cart Contents', 'TABLE_HEADING_REMOVE' => 'Remove', 'TABLE_HEADING_PRICE' => 'Unit', 'TEXT_CART_EMPTY' => 'Your Shopping Cart is empty.', 'SUB_TITLE_SUB_TOTAL' => 'Sub-Total:', 'TEXT_CART_HELP' => '<a href="javascript:session_win();">[help (?)]</a>', ]; return $define;