|
<#include "inc/head.htm"/>
|
*** <## 系統訊息> ***
<#if !$isCode >
${error_message}
<#else>
<#if ($error_message == "shop.sess_timeout") > <## 超過閒置時間,請重新登入!>
<#elseif ($error_message == "shop.web.sys_maintain")> <## 系統正在維護中,請稍等一會再操作。>
<#elseif ($error_message == "shop.web.sys_stopping")> <## 系統目前暫停開放,無法操作。>
<#elseif ($error_message == "shop.user.id_no_found")> <## 找不到這筆會員,可能已被刪除!> ID=${sys.id}
<#elseif ($error_message == "shop.user.must_stop") > <## 這個帳號已被強制暫停使用!> ID=${sys.id}
<#elseif ($error_message == "shop.user.code_error")> <## 帳號檢查錯誤,可能另外有人在使用!> ID=${sys.id}
<#elseif ($error_message == "shop.user.sys_process")> <## 有系統處理正在執行,請稍等一會再操作。> ID=${sys.id}
<#elseif ($error_message == "shop.cart_count_over")> <## 購物車商品已滿,請先結帳再繼續購買。>
<#elseif ($error_message == "shop.cart_is_empty")> <## 購物車沒有任何商品。>
<#else> <## 訊息代碼> : ${error_message}
#if>
#if>
<## 回到 上一頁>
|
|
|
<#include "inc/bottom.htm"/>
|