A complete template should include the following files:
• 35 .dwt files (template framework files, the main files that can call .lbi library files)
• 57 .lbi files (template library files, files that can be directly modified via backend library project management)
• 1 style.css file (contains the template style code and template copyright information)
• 1 screenshot.png file (used for displaying installed templates in backend management)
I. Template Files
activity.dwt Activity list page
article_cat.dwt Article category list page
article_pro.dwt System article page (e.g., “About Us”, “Copyright Information”)
article.dwt Article content page
auction_list.dwt Auction product list page
auction.dwt Auction product detail page
brand.dwt Brand product list page
brand_list.dwt All brands page
catalog.dwt All categories and brands page
category.dwt Product list page
compare.dwt Product comparison page
exchange_goods.dwt Points Mall product detail page
exchange_list.dwt Points Mall product list page
flow.dwt Shopping cart and checkout flow page
gallery.dwt Product gallery page
goods.dwt Product detail page
group_buy_goods.dwt Group buy product detail page
group_buy_list.dwt Group buy product list page
index.dwt Homepage
message.dwt Message notification page (e.g., warning messages, login success)
message_board.dwt Guestbook page
myship.dwt Shipping method inquiry page
package.dwt Value pack page
pick_out.dwt Shopping guide page
quotation.dwt Quotation page
receive.dwt Receipt confirmation page
respond.dwt Online payment result notification page
search.dwt Advanced product search and search results page
snatch.dwt Dutch auction page
tag_cloud.dwt Tag cloud page
topic.dwt Special event page
user_clips.dwt User center page (includes: Welcome page, My Messages, My Comments, My Tags, Favorites, Out-of-stock Registration, Add Out-of-stock Registration, My Recommendations, Single Product Recommendation)
user_passport.dwt User security page (includes: Member Login, Member Registration, Password Recovery)
user_transaction.dwt User center page (includes: Profile, My Red Envelopes, Add Red Envelope, My Orders, Order Details, Merge Orders, Order Status, Product List, Order Total, Consignee Info, Payment Method, Other Info, Member Balance, Points Redemption)
wholesale_list.dwt Wholesale product page
II. Library Files
ad_position.lbi Ad placement
article_category_tree.lbi Article list page “Article Category Tree”
auction.lbi Homepage auction products
bought_goods.lbi Customers who bought this also bought module
bought_note_guide.lbi Purchase history (loaded via AJAX from bought_notes.lbi library file)
bought_notes.lbi Purchase history
brand_goods.lbi Homepage brand products
brands.lbi Brand list and product list page “Brand Filter”
cart.lbi Shopping cart
cat_articles.lbi Homepage category articles
cat_goods.lbi Homepage category products
category_tree.lbi Product category tree
categorys.lbi Shopping guide “Category List”
comments_list.lbi User comment form and content list
comments.lbi User comments (loaded via AJAX from comments_list.lbi library file)
consignee.lbi Shipping address form
email_list.lbi Email subscription
exchange_hot.lbi Points Mall hot-selling products module
exchange_list.lbi Points Mall product list
filter_attr.lbi Product list page “Attribute Filter”
goods_article.lbi Related articles
goods_attrlinked.lbi Products linked by attributes
goods_fittings.lbi Related accessories
goods_gallery.lbi Product gallery
goods_list.lbi Product list
goods_tags.lbi Product tags
goods_relative.lbi Related products
group_buy.lbi Homepage group buy products
help.lbi Store help
history.lbi Product browsing history
index_ad.lbi Homepage main ad management
invoice_query.lbi Homepage invoice list
member_info.lbi Member login form and member info after successful login
member.lbi Member login (loaded via AJAX from member_info.lbi library file)
myship.lbi Shipping inquiry
new_articles.lbi Latest articles and store announcements
online.lbi
order_query.lbi Order inquiry
order_total.lbi Order total
page_footer.lbi Page footer (includes: copyright info, phone number, address, IM tools, and JavaScript code required for AJAX calls)
page_header.lbi Page header (includes: store LOGO, top menu, main navigation)
pages.lbi List pagination
price_grade.lbi Product list page “Price Filter”
recommend_best.lbi Best recommendations
recommend_hot.lbi Hot-selling products
recommend_new.lbi New arrivals
recommend_promotion Promotional products
relatetag.lbi Related tags
search_form.lbi Search form
snatch_price.lbi Dutch auction latest bid list (must be wrapped by id=”ECS_PRICE_LIST” for AJAX refresh)
snatch.lbi Dutch auction bid form (must be wrapped by id=”ECS_SNATCH” for AJAX refresh)
top10.lbi Sales ranking
ur_here.lbi Current location (breadcrumb)
user_menu.lbi User center menu
vote_list.lbi Online survey
vote.lbi Online survey content
screenshot.png Image file used for displaying installed templates in backend management, must be in .png format
style.css Stylesheet file, the template default stylesheet containing the template configuration code