⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cart.ihtml

📁 php做的网上商店系统。简单易懂
💻 IHTML
字号:
<table width="560" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr> 
    <td>
      <table width="560" border="0" cellspacing="0" cellpadding="0" bgcolor="#E8DCB8" align="CENTER">
        <tr> 
          <td background="/phpshop/images/ec-m2.gif" valign="TOP"><img src="/phpshop/images/ec-m1.gif" height="27" width="600"><br>
            <br>
            <table width="95%" border="0" align="CENTER">
              <tr> 
                <td class="unnamed11"><FONT COLOR="#FF0000">◎ 
查看购物车<BR></FONT>
<!-- Cart Begins here -->
<?php include(MODROOT."/templates/basket.ihtml"); ?>
<!-- End Cart -->
<?php
  if ($cart["idx"]) {
?>
<BR>
<TABLE WIDTH=100%>
<TR ALIGN=CENTER><TD>
<A HREF=<?php $sess->purl(SECUREURL . "?page=checkout/index"); ?>><?php echo $checkout_title ?></A>
</TD></TR>
</TABLE>
<?php
 // End if statement
  }
?>
<?php
?></td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
      <img src="/phpshop/images/ec-m3.gif" height="27" width="600"></td>
  </tr>
</table>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -