|
<#include "inc/head.htm"/>
|
|
<#include "inc/item_list_menu.htm"/>
|
|  |
<#if !$car.isNull()>${carInfor} <## 我要結帳>, #if>
找商品:${itemFilter} |
|
<#if $item.isEmpty()>
<## 找不到這類的商品!>
|
<#else>
<#if $maxPage ] 1><#include "inc/item_list_page.htm"/>
| #if>
<#for $item>
<#if $item.getRowIndex()%4 == 0> #if>
|
<#include "inc/item_list_one.htm"/>
|
#for>
|
<#if $maxPage ] 1> <#include "inc/item_list_page.htm"/> | #if>
#if>
|
|
<#include "inc/bottom.htm"/>
|