info_shopping_cart.php
来自「每个RFC 3261信息头有一个相应的存取标识. 但是,许多信息头拥有同样的形式」· PHP 代码 · 共 21 行
PHP
21 行
<?php/* $Id: info_shopping_cart.php,v 1.4 2002/11/19 01:48:08 dgw_ Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2002 osCommerce Released under the GNU General Public License*/define('HEADING_TITLE', 'Visitors Cart / Members Cart');define('SUB_HEADING_TITLE_1', 'Visitors Cart');define('SUB_HEADING_TITLE_2', 'Members Cart');define('SUB_HEADING_TITLE_3', 'Info');define('SUB_HEADING_TEXT_1', 'Every visitor to our online shop will be given a \'Visitors Cart\'. This allows the visitor to store their products in a temporary shopping cart. Once the visitor leaves the online shop, so will the contents of their shopping cart.');define('SUB_HEADING_TEXT_2', 'Every member to our online shop that logs in is given a \'Members Cart\'. This allows the member to add products to their shopping cart, and come back at a later date to finalize their checkout. All products remain in their shopping cart until the member has checked them out, or removed the products themselves.');define('SUB_HEADING_TEXT_3', 'If a member adds products to their \'Visitors Cart\' and decides to log in to the online shop to use their \'Members Cart\', the contents of their \'Visitors Cart\' will merge with their \'Members Cart\' contents automatically.');define('TEXT_CLOSE_WINDOW', '[ close window ]');?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?