<%@ page contentType="text/html; charset=utf-8" %> <%@include file="/info.jspf" %> <%@include file="/infoHost.jspf" %> <%@ include file="/infoImportClassDom4j.jspf" %> <%@ include file="/infoXml.jspf" %> <%@ include file="/info_data.jspf" %> <% String categoryId = ""; String listSubmitPage ="";//記錄submit後所要送到的頁面 double discountPercent = 10.0; //打折數 String blockName = ""; int leastBuyNum = 0; //int page = 1;//目前所在的頁數 int itemLimit = 16;//每頁的商品數(筆數) int itemCount = 0;//商品總數 int maxAmount = 20; int isHctCrdTra = 0; //quota String product_id = ""; if(request.getParameter("product_id") != null) { product_id = request.getParameter("product_id"); } String thresholdType = "amount"; //限制購買計算型別 amount:數量, price:價格 int threshold = 0; //所購買的最少商品數量或價錢限制 String orderBy = "seq"; //排序方式 boolean extraDisabled = true; //是否把加購商品當一般商品 boolean isShowPrice = true; //是否秀價格 String sql =""; String limitPic1 = ""; //下單限制圖示1 String limitPic2 = ""; //下單限制圖示2 Object[] gift = null; //贈品 Object[] extraProduct = null; //加購商品 List saleProduct = null; //blocksale String productFreightId = null; //blocksale String isShowSalePrice = "true";//blocksale //是否顯示商品原價格 DefaultTableDataOperator operator = new DefaultTableDataOperator(false); //quota,spec, List> result = new ArrayList>(); //quota,spec, Map> specChecked = (Map>)session.getAttribute(category_id); Map> quotaChecked = (Map>)session.getAttribute(category_id); Map> blockChecked = (Map>)session.getAttribute(category_id); List xmlMajorProducts = null; List xmlOpenPayMode = null; //開館付費模式 List openPayMode = new ArrayList();; //開館付費模式 List xmlSubProducts = null; Map> xmlProductsCollection = new HashMap>(); List specs = null; bill_info bi = null;//quota,spec, person_info personInfoTemp = null;//quota,spec, org.dom4j.io.SAXReader saxReader = new org.dom4j.io.SAXReader(); org.dom4j.Document xmlDoc = null; Map regular = new HashMap(); //商品PI價格對應表(銷售價格另外的設定) quota Map giftProducts = new HashMap(); //贈品 quota Map extraProducts = new HashMap(); //條件式的商品選購 quota categoryId = category_id; %> <% /***載入設定檔***/ if("spec".equals(shopType)){ %> <%@ include file="/function/specSet.jspf" %> <% } else if("quota".equals(shopType)){ %> <%@ include file="/function/quotaSet.jspf" %> <% } else if("blocksale".equals(shopType)){ %> <%@ include file="/function/blocksaleSet.jspf" %> <% } /***end 載入設定檔***/ %> <% if(!"".equals(blockName)){ out.println(blockName + " > "); }else{ out.print(array_pcname[0]+" > "); } out.print(" - SHOPPING99 網路購物 - Fashion99 流行前線"); for(int i=array_pcname.length-1;i>0;i--){ out.print(" - "+array_pcname[i]); } %> <%=!category_cname2.equals("")?","+category_cname2.replaceAll(" ",""):""%>"> <%=!category_cname2.equals("")?","+category_cname2.replaceAll(" ",""):""%>"> <%@ include file="/meta.jspf" %> <% /***載入設定檔***/ if("spec".equals(shopType)){ %> <%-- 宇匯的資料搜集 --%> <% } else if("quota".equals(shopType)){ %> <%-- 宇匯的資料搜集 --%> <% } else if("blocksale".equals(shopType)){ %> <%-- 宇匯的資料搜集 --%> <% } /***end 載入設定檔***/ %>
系統處理中,請稍後
<%-- 頭 START --%> <%@ include file="head_933.jspf" %> <%-- 頭 END --%> <%-- 身 START --%>
<%-- 身左 START --%> <%@ include file="shop_category_left.jspf" %> <%-- 身左 END --%> <%-- 身右 START --%>
<% /***載入頁面檔***/ if("spec".equals(shopType)){ %> <%@ include file="/function/specContent.jspf" %> <% } else if("quota".equals(shopType)){ %> <%@ include file="/function/quotaContent.jspf" %> <% } else if("blocksale".equals(shopType)){ %> <%@ include file="/function/blocksaleContent.jspf" %> <% } else { //原頁面設定 %> <%@ include file="shop_category_index.jspf" %> <% } /***end 載入頁面檔***/ %>
<%-- 身右 END --%>
<%-- 身 END --%> <%-- 尾 START --%> <%@ include file="tail_933.jspf" %> <% operator.forceDisconnectDB(); %>