Fai Fai 的个人资料☆❥✿ღ✿AMY AMY AMY☆❥✿๑۩ﺴ日志列表留言簿 工具 帮助

日志


10月23日

以下是不要 左邊 或 右邊 Box 的方式

以下是不要 左邊 或 右邊 Box 的方式

打開你 catalog/ 內所有 .php 的檔案

find 及取消 ( 不要左邊box的方式)

<td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">
<!-- left_navigation //-->
<?php require(DIR_WS_INCLUDES . 'column_left.php'); ?>
<!-- left_navigation_eof //-->
</table></td>
 

find 及取消 ( 不要右邊box的方式)

 <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">
<!-- right_navigation //-->
<?php require(DIR_WS_INCLUDES . 'column_right.php'); ?>
<!-- right_navigation_eof //-->
</table></td>
</tr>
</table>

把x月份的商品自訂

the first page, control the x new products
 
open
catalog/includes/modules/new_products.php
 
find

$col ++;
    if ($col > 2) {
      $col = 0;
      $row ++;
    }

change 2 to you want (---) change to 2, then it will display 3 items ---

 

OR

 

    $col ++;
    if ($col > 1) {
      $col = 0;
      $row ++;
   if ($row > 4)

change 4 to u want, then it wil display 5items (|||||)