Help Center
카페24 소식
[게시판] [게시판관리] 대량구매문의 기능 업그레이드 안내
2014-08-13
안녕하세요, 카페24 운영도우미 입니다.
최근들어 대량구매에 대한 요구가 많아지고 관련된 기능을 게시판이나 E-mail로 안내받고 있습니다.
카페24에서는 대량구매에 대한 요구사항을 충족하고 Big Buyer 들과 원활한 커뮤니케이션을 위하여 대량구매문의 기능을 신규 추가하였습니다.
자세한 내용은 아래를 참조해 주세요.
■ 적용일자 : 2014-08-13 (수)
■ 업데이트 내용
1. 쇼핑몰 설정 > 주문 설정 > 주문 정책 설정 > 주문 시 설정에 "대량주문문의" 관련 기능의 설정이 추가됩니다.
▼ 위치 : 쇼핑몰 설정 > 주문 설정 > 주문 정책 설정 > 주문 시 설정
2. 디자인 설정을 하시면 상품상세페이지에 "대량주문문의"를 할 수 있는 기능을 노출할 수 있습니다.
추가적으로 디자인 설정을 통해 원하시는 위치에 해당 버튼을 추가하실 수 있습니다.
▼ 위치 : 쇼핑몰화면 > 상품상세페이지
3. "대량주문문의" 버튼을 클릭하면 "대량주문문의"를 작성할 수 있는 화면이 제공됩니다.
▼ 위치 : 쇼핑몰화면 > 대량주문문의 작성
4. 작성된 "대량주문문의"는 어드민 > 게시판 > 대량주문문의에서 확인 및 회신을 할 수 있습니다.
▼ 위치 : 게시판 > 대량주문문의
5. 문의자는 마이쇼핑 > 대량주문문의 에서 대량주문문의를 했던 내역을 확인할 수 있습니다.
■ 디자인 가이드
이미 쇼핑몰을 생성하여 사용중인 고객님께서는 아래와 같이 디자인 적용을 해주셔야 원활한 사용이 가능합니다.
- 위치 : 마이쇼핑 (/myshop/index.html)
▼ 아래와 같이 파란색 소스를 추가합니다.
## 상단생략 ## <div style="display:none;" id="shopMain"> ## 하단생략 ##
<div class="shopMain order">
<h3><a href="/myshop/order/list.html"><strong>Orders</strong></a></h3>
<p><a href="/myshop/order/list.html">You can look up your order history.<br />When you shop as a guest, you can find your orders with your order numbers and password.</a></p>
</div>
<div class="shopMain profile">
<h3><a href="/member/modify.html"><strong>Profile</strong></a></h3>
<p><a href="/member/modify.html">This is where you can update your profile information.<br />Please remember to keep your profile informaton up-to-date for more enjoyable shopping experience.</a></p>
</div>
<div class="shopMain wishlist">
<h3><a href="/myshop/wish_list.html"><strong>Wish List</strong></a></h3>
<p><a href="/myshop/wish_list.html">Wish List shows the list of products you have added to your Wish List.</a></p>
</div>
<div class="shopMain mileage">
<h3><a href="/myshop/mileage/historyList.html"><strong>Mileage</strong></a></h3>
<p><a href="/myshop/mileage/historyList.html">Mileage can be used to pay for any product purchases.<br />Mileage are not redeemable for cash.</a></p>
</div>
<div class="shopMain deposits">
<h3><a href="/myshop/deposits/historyList.html"><strong>Store Credits</strong></a></h3>
<p><a href="/myshop/deposits/historyList.html">Mileage can be used to pay for any product purchases.<br />Store credits redeemable for cash. (Store credits can be issued in the amount paid for <br> your refunds or for the price differences from your exchanges.)</a></p>
</div>
<div class="shopMain consult">
<h3><a href="/board/consult/list.html"><strong>Private Postings</strong></a></h3>
<p><a href="/board/consult/list.html">You can check private inquiries you have sent to us.</a></p>
</div>
<div class="shopMain coupon">
<h3><a href="/myshop/coupon/coupon.html"><strong>Coupon</strong></a></h3>
<p><a href="/myshop/coupon/coupon.html"> You can check valid coupons you have.</a></p>
</div>
<div class="shopMain board">
<h3><a href="/myshop/board_list.html"><strong>Forum</strong></a></h3>
<p><a href="/myshop/board_list.html">You can view and manage all your posts at a glance.</a></p>
</div>
<div class="shopMain address">
<h3><a href="/myshop/addr/list.html"><strong>Address Book</strong></a></h3>
<p><a href="/myshop/addr/list.html">Add frequently used shipping addresses in Address Book to expidite checkout process.</a></p>
</div>
<!-- 국문 -->
<div module="Myshop_InquiryDash" class="shopMain inquiry">
<h3><a href="/board/inquiry/list.html"><strong>Inquiry</strong>대량구매 문의 관리</a></h3>
<p><a href="/board/inquiry/list.html">요청한 대량구매문의 내역을 확인하고 관리하실 수 있습니다.</a></p>
</div>
<!-- 영문 -->
<div module="Myshop_InquiryDash" class="shopMain inquiry">
<h3><a href="/board/inquiry/list.html"><strong>Inquiry</strong>Inquiry regarding bulk purchases</a></h3>
<p><a href="/board/inquiry/list.html">Check and manage your inquiries regarding bulk purchases.</a></p>
</div>
<!-- 일문 -->
<div module="Myshop_InquiryDash" class="shopMain inquiry">
<h3><a href="/board/inquiry/list.html"><strong>Inquiry</strong>大量一括購入のお問い合わせ管理</a></h3>
<p><a href="/board/inquiry/list.html">大量一括購入のお問い合わせ履歴のご確認・管理ができます。</a></p>
</div>
<!-- 중문 간체 -->
<div module="Myshop_InquiryDash" class="shopMain inquiry">
<h3><a href="/board/inquiry/list.html"><strong>Inquiry</strong>管理大量订购咨询</a></h3>
<p><a href="/board/inquiry/list.html">可确认及管理您发表的大量订购咨询内容。</a></p>
</div>
<!-- 중문 번체 -->
<div module="Myshop_InquiryDash" class="shopMain inquiry">
<h3><a href="/board/inquiry/list.html"><strong>Inquiry</strong>團購詢問</a></h3>
<p><a href="/board/inquiry/list.html">您可以詢問或查詢團購相關資料。</a></p>
</div>
<!-- 스페인 -->
<div module="Myshop_InquiryDash" class="shopMain inquiry">
<h3><a href="/board/inquiry/list.html"><strong>Inquiry</strong>Duda sobre compra de gran cantidad</a></h3>
<p><a href="/board/inquiry/list.html">Es posible solicitar dudas o datos sobre compra de gran cantidad</a></p>
</div>
<!-- 포르투칼 -->
<div module="Myshop_InquiryDash" class="shopMain inquiry">
<h3><a href="/board/inquiry/list.html"><strong>Inquiry</strong>Dúvida sobre compra de grande quantidade</a></h3>
<p><a href="/board/inquiry/list.html">É possível solicitar dúvidas ou dados sobre compra de grande quantidade</a></p>
</div>
- 위치 : 상품상세 (/product/detail.html)
▼ 아래와 같이 파란색 소스를 추가합니다.
## 상단생략 ## <!-- 참고 : 뉴상품관리 전용 모듈입니다. 뉴상품관리 이외의 곳에서 사용하면 정상동작하지 않습니다. --> <div style="display:none;" class="control"> </div><!-- //이미지 영역 --> ## 하단생략 ##
<div class="listImg" module="product_addimage">
<ul>
<li>{$add_img}</li>
<li>{$add_img}</li>
</ul>
</div><!-- //참고 -->
<span class="prev"><a href="#none" onclick="{$action_prev_product}" style="display:{$btn_prev_display};"><img src="http://img.echosting.cafe24.com/design/skin/default_en/product/btn_product_prev.gif" alt="Prev" /></a></span>
<span class="next"><a href="#none" onclick="{$action_next_product}" style="display:{$btn_next_display};"><img src="http://img.echosting.cafe24.com/design/skin/default_en/product/btn_product_next.gif" alt="Next" /></a></span>
<a href="/product/image_zoom2.html{$zoom_param}" onclick="window.open(this.href, 'image_zoom2', 'toolbar=no,scrollbars=auto,resizable=yes,width=560,height=710,left=0,top=0', this);return false;"><img src="http://img.echosting.cafe24.com/design/skin/default_en/product/btn_product_zoom.gif" alt="Zoom" /></a>
</div>
<!-- 국문 -->
<a href="/board/inquiry/write.html{$inquiry_param}" class="{$inquiry_display|display}"><img src="http://img.echosting.cafe24.com/design/skin/default/product/btn_product_inquiry.gif" alt="대량구매문의" /></a>
<!-- 영문 -->
<a href="/board/inquiry/write.html{$inquiry_param}" class="{$inquiry_display|display}"><img src="http://img.echosting.cafe24.com/design/skin/default_en/product/btn_product_inquiry.gif" alt="Wholesale inquiries" /></a>
<!-- 일문 -->
<a href="/board/inquiry/write.html{$inquiry_param}" class="{$inquiry_display|display}"><img src="http://img.echosting.cafe24.com/design/skin/default_jp/product/btn_product_inquiry.gif" alt="大量一括購入のお問い合わせ" /></a>
<!-- 중문 간체 -->
<a href="/board/inquiry/write.html{$inquiry_param}" class="{$inquiry_display|display}"><img src="http://img.echosting.cafe24.com/design/skin/default_cn/product/btn_product_inquiry.gif" alt="大量订购咨询" /></a>
<!-- 중문 번체 -->
<a href="/board/inquiry/write.html{$inquiry_param}" class="{$inquiry_display|display}"><img src="http://img.echosting.cafe24.com/design/skin/default_zh_TW/product/btn_product_inquiry.gif" alt="團購詢問" /></a>
<!-- 스페인 -->
<a href="/board/inquiry/write.html{$inquiry_param}" class="{$inquiry_display|display}"><img src="http://img.echosting.cafe24.com/design/skin/default_es_ES/product/btn_product_inquiry.gif" alt="Duda sobre compra de gran cantidad" /></a>
<!-- 포르투칼 -->
<a href="/board/inquiry/write.html{$inquiry_param}" class="{$inquiry_display|display}"><img src="http://img.echosting.cafe24.com/design/skin/default_pt_PT/product/btn_product_inquiry.gif" alt="Dúvida sobre compra de grande quantidade" /></a>
- 위치 : CSS (/layout/basic/css/layout.css)
▼ 아래와 같이 파란색 소스를 추가합니다.
## 상단생략 ##
/* 마이쇼핑 메인 */
#myshopMain .shopMain.inquiry { background-image:url("http://img.echosting.cafe24.com/design/skin/default/myshop/bg_myshop11.gif"); } |
- 위치 : CSS (/css/module/product/detail.css)
▼ 아래와 같이 파란색 소스를 추가합니다.
.xans-product-detail { overflow:hidden; position:relative; width:756px; margin:0 auto; padding:30px 0 0 0; *zoom:1; } .xans-product-detail .imgArea { float:left; width:364px; margin:0 0 30px 0; text-align:center; }
## 하단 생략 ## |
아래의 디자인 소스를 신규로 추가합니다.
- 위치 : 대량구매문의 목록(/board/inquiry/list.html)
▼ 아래와 같이 파란색 소스를 추가합니다.
① 한국어
<!--@layout(/layout/basic/layout.html)-->
<div class="path">
<h3>현재 위치</h3>
<ol>
<li class="first"><a href="/">홈</a></li>
<li><a href="/myshop/index.html">마이쇼핑</a></li>
<li title="현재 위치">대량구매문의 관리</li>
</ol>
</div>
<div class="titleArea">
<h2>대량구매문의 관리</h2>
<p>고객님이 요청하신 상품 대량구매문의 내역 입니다.</p>
</div>
<div module="board_InquiryList">
<!--@css(/css/module/board/inquiryList.css)-->
<table border="1" summary="">
<caption>대량구매문의 목록</caption>
<thead>
<tr>
<th scope="col" class="number">번호</th>
<th scope="col" class="subject">제목</th>
<th scope="col" class="product">상품명</th>
<th scope="col" class="date">요청일</th>
<th scope="col" class="reply">답변</th>
</tr>
</thead>
<tbody class="{$display_inquiry|display}">
<!--
$login_page_url = /member/login.html
$count = 10
-->
<tr>
<td class="number">{$no}</td>
<td class="subject"><a href="/board/inquiry/read.html{$param}">{$title}</a> {$icon_new}{$icon_hit}{$icon_file}</td>
<td class="product">{$product_name}</td>
<td class="date" >{$date|date:Y-m-d}</td>
<td align="reply">{$replay}</td>
</tr>
<tr>
<td class="number">{$no}</td>
<td class="subject"><a href="/board/inquiry/read.html{$param}">{$title}</a> {$icon_new}{$icon_hit}{$icon_file}</td>
<td class="product">{$product_name}</td>
<td class="date" >{$date|date:Y-m-d}</td>
<td align="reply">{$replay}</td>
</tr>
</tbody>
<tbody class="{$display_inquiry_none|display}">
<tr>
<td colspan="5" class="noData">내역이 없습니다.</td>
</tr>
</tbody>
</table>
</div>
<div module="board_inquiryPaging">
<!--@css(/css/module/board/inquiryPaging.css)-->
<!--
$count = 5
-->
<p><a href="{$prev_url}"><img src="http://img.echosting.cafe24.com/design/skin/default/common/btn_page_prev.gif" alt="이전 페이지" /></a></p>
<ol>
<li><a href="{$url_query}" class="{$param_class}">{$n}</a></li>
<li><a href="{$url_query}" class="{$param_class}">{$n}</a></li>
</ol>
<p><a href="{$next_url}"><img src="http://img.echosting.cafe24.com/design/skin/default/common/btn_page_next.gif" alt="다음 페이지" /></a></p>
</div>
<div module="board_inquirySearch">
<!--@css(/css/module/board/inquirySearch.css)-->
<fieldset class="boardSearch">
<legend>게시물 검색</legend>
<p>{$form.reply} {$form.period} {$form.search_content} {$form.search_text} <a href="#none" onclick="{$action_search}"><img src="http://img.echosting.cafe24.com/design/skin/default/board/btn_find.gif" alt="찾기" /></a></p>
</fieldset>
</div>
② 영어
<!--@layout(/layout/basic/layout.html)--> <div class="path"> <h3>current path</h3> <ol> <li class="first"><a href="/">Home</a></li> <li><a href="/myshop/index.html">My Shopping</a></li> <li title="current path">Inquiry regarding bulk purchases</li> </ol> </div> <div class="titleArea"> <h2>Inquiry regarding bulk purchases</h2> <p>Check and manage your inquiries regarding bulk purchases.</p> </div> <div module="board_InquiryList"> <!--@css(/css/module/board/inquiryList.css)--> <table border="1" summary=""> <caption>bulk purchases</caption> <thead> <tr> <th scope="col" class="number">No</th> <th scope="col" class="subject">Subject</th> <th scope="col" class="product">Product Name</th> <th scope="col" class="date">Request Date</th> <th scope="col" class="reply">Answer</th> </tr> </thead> <tbody class="{$display_inquiry|display}"> <!-- $login_page_url = /member/login.html $count = 10 --> <tr> <td class="number">{$no}</td> <td class="subject"><a href="/board/inquiry/read.html{$param}">{$title}</a> {$icon_new}{$icon_hit}{$icon_file}</td> <td class="product">{$product_name}</td> <td class="date" >{$date|date:Y-m-d}</td> <td align="reply">{$replay}</td> </tr> <tr> <td class="number">{$no}</td> <td class="subject"><a href="/board/inquiry/read.html{$param}">{$title}</a> {$icon_new}{$icon_hit}{$icon_file}</td> <td class="product">{$product_name}</td> <td class="date" >{$date|date:Y-m-d}</td> <td align="reply">{$replay}</td> </tr> </tbody> <tbody class="{$display_inquiry_none|display}"> <tr> <td colspan="5" class="noData">You have no history to view.</td> </tr> </tbody> </table> </div> <div module="board_inquiryPaging"> <!--@css(/css/module/board/inquiryPaging.css)--> <!-- $count = 5 --> <p><a href="{$prev_url}"><img src="http://img.echosting.cafe24.com/design/skin/default/common/btn_page_prev.gif" alt="Prev" /></a></p> <ol> <li><a href="{$url_query}" class="{$param_class}">{$n}</a></li> <li><a href="{$url_query}" class="{$param_class}">{$n}</a></li> </ol> <p><a href="{$next_url}"><img src="http://img.echosting.cafe24.com/design/skin/default/common/btn_page_next.gif" alt="Last" /></a></p> </div> <div module="board_inquirySearch"> <!--@css(/css/module/board/inquirySearch.css)--> <fieldset class="boardSearch"> <legend>Search a post</legend> <p>{$form.reply} {$form.period} {$form.search_content} {$form.search_text} <a href="#none" onclick="{$action_search}"><img src="http://img.echosting.cafe24.com/design/skin/default/board/btn_find.gif" alt="Find" /></a></p> </fieldset> </div> |
<!--@layout(/layout/basic/layout.html)--> <div class="path"> <h3>ロケ?ション</h3> <ol> <li class="first"><a href="/">ホ?ム</a></li> <li><a href="/myshop/index.html">マイペ?ジ</a></li> <li title="ロケ?ション">大量一括購入のお問い合わせ管理</li> </ol> </div> <div class="titleArea"> <h2>大量一括購入のお問い合わせ管理</h2> <p>大量一括購入のお問い合わせ履?のご確認?管理ができます。</p> </div> <div module="board_InquiryList"> <!--@css(/css/module/board/inquiryList.css)--> <table border="1" summary=""> <caption>大量一括購入のお問い合わせ管理<</caption> <thead> <tr> <th scope="col" class="number">No</th> <th scope="col" class="subject">タイトル</th> <th scope="col" class="product">商品名</th> <th scope="col" class="date">投稿日</th> <th scope="col" class="reply">回答?態</th> </tr> </thead> <tbody class="{$display_inquiry|display}"> <!-- $login_page_url = /member/login.html $count = 10 --> <tr> <td class="number">{$no}</td> <td class="subject"><a href="/board/inquiry/read.html{$param}">{$title}</a> {$icon_new}{$icon_hit}{$icon_file}</td> <td class="product">{$product_name}</td> <td class="date" >{$date|date:Y-m-d}</td> <td align="reply">{$replay}</td> </tr> <tr> <td class="number">{$no}</td> <td class="subject"><a href="/board/inquiry/read.html{$param}">{$title}</a> {$icon_new}{$icon_hit}{$icon_file}</td> <td class="product">{$product_name}</td> <td class="date" >{$date|date:Y-m-d}</td> <td align="reply">{$replay}</td> </tr> </tbody> <tbody class="{$display_inquiry_none|display}"> <tr> <td colspan="5" class="noData">?容がありません。</td> </tr> </tbody> </table> </div> <div module="board_inquiryPaging"> <!--@css(/css/module/board/inquiryPaging.css)--> <!-- $count = 5 --> <p><a href="{$prev_url}"><img src="http://img.echosting.cafe24.com/design/skin/default/common/btn_page_prev.gif" alt="前へ" /></a></p> <ol> <li><a href="{$url_query}" class="{$param_class}">{$n}</a></li> <li><a href="{$url_query}" class="{$param_class}">{$n}</a></li> </ol> <p><a href="{$next_url}"><img src="http://img.echosting.cafe24.com/design/skin/default/common/btn_page_next.gif" alt="次へ" /></a></p> </div> <div module="board_inquirySearch"> <!--@css(/css/module/board/inquirySearch.css)--> <fieldset class="boardSearch"> <legend>?示板?索</legend> <p>{$form.reply} {$form.period} {$form.search_content} {$form.search_text} <a href="#none" onclick="{$action_search}"><img src="http://img.echosting.cafe24.com/design/skin/default/board/btn_find.gif" alt="?索" /></a></p> </fieldset> </div> |
<!--@layout(/layout/basic/layout.html)--> <div class="path"> <h3>我?在的位置</h3> <ol> <li class="first"><a href="/">首?</a></li> <li><a href="/myshop/index.html">留言板</a></li> <li title="我?在的位置">管理大量??咨?</li> </ol> </div> <div class="titleArea"> <h2>管理大量??咨?</h2> <p>可??及管理??表的大量??咨??容。</p> </div> <div module="board_InquiryList"> <!--@css(/css/module/board/inquiryList.css)--> <table border="1" summary=""> <caption>管理大量??咨?</caption> <thead> <tr> <th scope="col" class="number">No</th> <th scope="col" class="subject">??</th> <th scope="col" class="product">商品名?</th> <th scope="col" class="date">日期</th> <th scope="col" class="reply">回??否</th> </tr> </thead> <tbody class="{$display_inquiry|display}"> <!-- $login_page_url = /member/login.html $count = 10 --> <tr> <td class="number">{$no}</td> <td class="subject"><a href="/board/inquiry/read.html{$param}">{$title}</a> {$icon_new}{$icon_hit}{$icon_file}</td> <td class="product">{$product_name}</td> <td class="date" >{$date|date:Y-m-d}</td> <td align="reply">{$replay}</td> </tr> <tr> <td class="number">{$no}</td> <td class="subject"><a href="/board/inquiry/read.html{$param}">{$title}</a> {$icon_new}{$icon_hit}{$icon_file}</td> <td class="product">{$product_name}</td> <td class="date" >{$date|date:Y-m-d}</td> <td align="reply">{$replay}</td> </tr> </tbody> <tbody class="{$display_inquiry_none|display}"> <tr> <td colspan="5" class="noData">?有?分?累明?。</td> </tr> </tbody> </table> </div> <div module="board_inquiryPaging"> <!--@css(/css/module/board/inquiryPaging.css)--> <!-- $count = 5 --> <p><a href="{$prev_url}"><img src="http://img.echosting.cafe24.com/design/skin/default/common/btn_page_prev.gif" alt="上一?" /></a></p> <ol> <li><a href="{$url_query}" class="{$param_class}">{$n}</a></li> <li><a href="{$url_query}" class="{$param_class}">{$n}</a></li> </ol> <p><a href="{$next_url}"><img src="http://img.echosting.cafe24.com/design/skin/default/common/btn_page_next.gif" alt="下一?" /></a></p> </div> <div module="board_inquirySearch"> <!--@css(/css/module/board/inquirySearch.css)--> <fieldset class="boardSearch"> <legend>移?留言到</legend> <p>{$form.reply} {$form.period} {$form.search_content} {$form.search_text} <a href="#none" onclick="{$action_search}"><img src="http://img.echosting.cafe24.com/design/skin/default/board/btn_find.gif" alt="??" /></a></p> </fieldset> </div> |
<!--@layout(/layout/basic/layout.html)--> <div class="path"> <h3>我?在的位置</h3> <ol> <li class="first"><a href="/">首?</a></li> <li><a href="/board/index.html">留言板</a></li> <li title="我?在的位置">{$board_name}</li> </ol> </div> <div class="titleArea"> <h2>管理團購詢問</h2> <p>?發佈的團購詢問內容。</p> </div> <div module="board_InquiryList"> <!--@css(/css/module/board/inquiryList.css)--> <table border="1" summary=""> <caption>團購詢問 列表</caption> <thead> <tr> <th scope="col" class="number">序號</th> <th scope="col" class="subject">標題</th> <th scope="col" class="product">商品名稱</th> <th scope="col" class="date">申請日期</th> <th scope="col" class="reply">回覆與否</th> </tr> </thead> <tbody class="{$display_inquiry|display}"> <!-- $login_page_url = /member/login.html $count = 10 --> <tr> <td class="number">{$no}</td> <td class="subject"><a href="/board/inquiry/read.html{$param}">{$title}</a> {$icon_new}{$icon_hit}{$icon_file}</td> <td class="product">{$product_name}</td> <td class="date" >{$date|date:Y-m-d}</td> <td align="reply">{$replay}</td> </tr> <tr> <td class="number">{$no}</td> <td class="subject"><a href="/board/inquiry/read.html{$param}">{$title}</a> {$icon_new}{$icon_hit}{$icon_file}</td> <td class="product">{$product_name}</td> <td class="date" >{$date|date:Y-m-d}</td> <td align="reply">{$replay}</td> </tr> </tbody> <tbody class="{$display_inquiry_none|display}"> <tr> <td colspan="5" class="noData">無檢索內容。</td> </tr> </tbody> </table> </div> <div module="board_inquiryPaging"> <!--@css(/css/module/board/inquiryPaging.css)--> <!-- $count = 5 --> <p><a href="{$prev_url}"><img src="http://img.echosting.cafe24.com/design/skin/default/common/btn_page_prev.gif" alt="上一?" /></a></p> <ol> <li><a href="{$url_query}" class="{$param_class}">{$n}</a></li> <li><a href="{$url_query}" class="{$param_class}">{$n}</a></li> </ol> <p><a href="{$next_url}"><img src="http://img.echosting.cafe24.com/design/skin/default/common/btn_page_next.gif" alt="下一?" /></a></p> </div> <div module="board_inquirySearch"> <!--@css(/css/module/board/inquirySearch.css)--> <fieldset class="boardSearch"> <legend>搜索帖子</legend> <p>{$form.reply} {$form.period} {$form.search_content} {$form.search_text} <a href="#none" onclick="{$action_search}"><img src="http://img.echosting.cafe24.com/design/skin/default_cn/board/btn_find.gif" alt="??" /></a></p> </fieldset> </div> |
<!--@layout(/layout/basic/layout.html)--> <div class="path"> <h3>Local actual</h3> <ol> <li class="first"><a href="/">Principal</a></li> <li><a href="/myshop/index.html">Mi compra</a></li> <li title="Local actual">Control de la pregunta de compra de gran cantidad</li> </ol> </div> <div class="titleArea"> <h2>Control de la pregunta de compra de gran cantidad</h2> <p>Es la lista de su pregunta de compra de gran cantidad</p> </div> <div module="board_InquiryList"> <!--@css(/css/module/board/inquiryList.css)--> <table border="1" summary=""> <caption>Duda sobre compra de gran cantidad</caption> <thead> <tr> <th scope="col" class="number">Número</th> <th scope="col" class="subject">Título</th> <th scope="col" class="product">Nombre de la mercancía</th> <th scope="col" class="date">Fecha solicitada</th> <th scope="col" class="reply">Respondido</th> </tr> </thead> <tbody class="{$display_inquiry|display}"> <!-- $login_page_url = /member/login.html $count = 10 --> <tr> <td class="number">{$no}</td> <td class="subject"><a href="/board/inquiry/read.html{$param}">{$title}</a> {$icon_new}{$icon_hit}{$icon_file}</td> <td class="product">{$product_name}</td> <td class="date" >{$date|date:Y-m-d}</td> <td align="reply">{$replay}</td> </tr> <tr> <td class="number">{$no}</td> <td class="subject"><a href="/board/inquiry/read.html{$param}">{$title}</a> {$icon_new}{$icon_hit}{$icon_file}</td> <td class="product">{$product_name}</td> <td class="date" >{$date|date:Y-m-d}</td> <td align="reply">{$replay}</td> </tr> </tbody> <tbody class="{$display_inquiry_none|display}"> <tr> <td colspan="5" class="noData">Ninguna lista de.</td> </tr> </tbody> </table> </div> <div module="board_inquiryPaging"> <!--@css(/css/module/board/inquiryPaging.css)--> <!-- $count = 5 --> <p><a href="{$prev_url}"><img src="http://img.echosting.cafe24.com/design/skin/default_es_ES/common/btn_page_prev.gif" alt="Página anterior" /></a></p> <ol> <li><a href="{$url_query}" class="{$param_class}">{$n}</a></li> <li><a href="{$url_query}" class="{$param_class}">{$n}</a></li> </ol> <p><a href="{$next_url}"><img src="http://img.echosting.cafe24.com/design/skin/default_es_ES/common/btn_page_next.gif" alt="Próxima página" /></a></p> </div> <div module="board_inquirySearch"> <!--@css(/css/module/board/inquirySearch.css)--> <fieldset class="boardSearch"> <legend>Buscar texto posteado</legend> <p>{$form.reply} {$form.period} {$form.search_content} {$form.search_text} <a href="#none" onclick="{$action_search}"><img src="http://img.echosting.cafe24.com/design/skin/default_es_ES/board/btn_find.gif" alt="Buscar" /></a></p> </fieldset> </div> |
<!--@layout(/layout/basic/layout.html)--> <div class="path"> <h3>Local actual</h3> <ol> <li class="first"><a href="/">Principal</a></li> <li><a href="/myshop/index.html">Mi compra</a></li> <li title="Local actual">Controle da pergunta de compra de grande quantidade</li> </ol> </div> <div class="titleArea"> <h2>Controle da pergunta de compra de grande quantidade</h2> <p>É a lista da sua pergunta de compra de grande quantidade</p> </div> <div module="board_InquiryList"> <!--@css(/css/module/board/inquiryList.css)--> <table border="1" summary=""> <caption>Dúvida sobre compra de grande quantidade</caption> <thead> <tr> <th scope="col" class="number">Número</th> <th scope="col" class="subject">Conteúdo da pergunta</th> <th scope="col" class="product">Nome da mercadoria</th> <th scope="col" class="date">Data solicitada</th> <th scope="col" class="reply">Respondido</th> </tr> </thead> <tbody class="{$display_inquiry|display}"> <!-- $login_page_url = /member/login.html $count = 10 --> <tr> <td class="number">{$no}</td> <td class="subject"><a href="/board/inquiry/read.html{$param}">{$title}</a> {$icon_new}{$icon_hit}{$icon_file}</td> <td class="product">{$product_name}</td> <td class="date" >{$date|date:Y-m-d}</td> <td align="reply">{$replay}</td> </tr> <tr> <td class="number">{$no}</td> <td class="subject"><a href="/board/inquiry/read.html{$param}">{$title}</a> {$icon_new}{$icon_hit}{$icon_file}</td> <td class="product">{$product_name}</td> <td class="date" >{$date|date:Y-m-d}</td> <td align="reply">{$replay}</td> </tr> </tbody> <tbody class="{$display_inquiry_none|display}"> <tr> <td colspan="5" class="noData">Ninguna lista de.</td> </tr> </tbody> </table> </div> <div module="board_inquiryPaging"> <!--@css(/css/module/board/inquiryPaging.css)--> <!-- $count = 5 --> <p><a href="{$prev_url}"><img src="http://img.echosting.cafe24.com/design/skin/default_es_ES/common/btn_page_prev.gif" alt="Página anterior" /></a></p> <ol> <li><a href="{$url_query}" class="{$param_class}">{$n}</a></li> <li><a href="{$url_query}" class="{$param_class}">{$n}</a></li> </ol> <p><a href="{$next_url}"><img src="http://img.echosting.cafe24.com/design/skin/default_es_ES/common/btn_page_next.gif" alt="Próxima página" /></a></p> </div> <div module="board_inquirySearch"> <!--@css(/css/module/board/inquirySearch.css)--> <fieldset class="boardSearch"> <legend>Buscar texto posteado</legend> <p>{$form.reply} {$form.period} {$form.search_content} {$form.search_text} <a href="#none" onclick="{$action_search}"><img src="http://img.echosting.cafe24.com/design/skin/default_es_ES/board/btn_find.gif" alt="Buscar" /></a></p> </fieldset> </div> |
- 위치 : 대량구매문의 상세(/board/inquiry/read.html)
▼ 아래와 같이 파란색 소스를 추가합니다.
① 한국어
<!--@layout(/layout/basic/layout.html)-->
<div class="path">
<h3>현재 위치</h3>
<ol>
<li class="first"><a href="/">홈</a></li>
<li><a href="/myshop/index.html">마이쇼핑</a></li>
<li title="현재 위치">대량구매문의 관리</li>
</ol>
</div>
<div class="titleArea">
<h2>대량구매문의 관리</h2>
<p>고객님이 요청하신 상품 대량구매문의 내역 입니다.</p>
</div>
<div module="board_InquiryHead">
<p class="prdThumb" style="{$display_product_image}"><a href="/product/detail.html{$param_product}"><img src="{$product_img}" class="{$product_image_class}" alt="{$product_name}" /></a></p>
<div class="prdInfo">
<h3><a href="/product/detail.html{$param_product}">{$product_name}</a>{$user_icon} {$new_icon} {$recommend_icon} {$soldout_icon} {$mileage_icon}</h3>
<p class="price">{$product_price}</p>
<p class="button"><a href="/product/detail.html{$param_product}" title="새창으로 이동"><img src="http://img.echosting.cafe24.com/design/skin/default/board/btn_prd_detail.gif" alt="상품상세보기" /></a></p>
</div>
</div>
<div module="board_InquiryView">
<!--@css(/css/module/board/inquiryView.css)-->
<!--
$login_page = /member/login.html
-->
<div class="boardView">
<table border="1" summary="">
<caption>대량구매문의 상세</caption>
<colgroup>
<col style="width:130px;*width:121px;" />
<col style="width:auto;" />
<col style="width:130px;" />
<col style="width:auto;" />
</colgroup>
<tbody>
<tr>
<th scope="row">제목</th>
<td colspan="3">{$title}</td>
</tr>
<tr>
<th scope="row">작성자</th>
<td>{$name}</td>
<th scope="row">수량</th>
<td>{$product_cnt} 개</td>
</tr>
<tr>
<th scope="row">답변여부</th>
<td>{$is_answer}</td>
<th scope="row">문의일시</th>
<td>{$inquiry_date|date:Y-m-d H:i:s}</td>
</tr>
<tr class="view">
<td colspan="4">{$inquiry_content}{$content_image}</td>
</tr>
<tr module="board_inquiryViewFile_1" class="attach">
<th>첨부파일</th>
<td colspan="3">
<p><a href="{$inquery_file_path}">{$inquiry_file}</a></p>
<p><a href="{$inquery_file_path}">{$inquiry_file}</a></p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="{$display_answer|display}">
<div class="boardView">
<table border="1" summary="">
<caption>대량구매문의 답변</caption>
<tbody>
<tr>
<th scope="row">답변자</th>
<td>{$answer_name}</td>
</tr>
<tr>
<th scope="row">답변일시</th>
<td>{$answer_date|date:Y-m-d H:i:s}</td>
</tr>
<tr class="view">
<td colspan="2">{$answer_content}</td>
</tr>
<tr module="myshop_inquiryViewFile_2" class="attach">
<th>첨부파일</th>
<td>
<p><a href="{$inquery_file_path}">{$inquiry_file}</a></p>
<p><a href="{$inquery_file_path}">{$inquiry_file}</a></p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="{$display_answer_none|display}">
<div class="boardWait">
<p>빠른시간내에 답변드리겠습니다. 잠시만 기다려 주세요!</p>
</div>
</div>
<div module="myshop_inquiryButton" class="btnArea">
<span class="left"><a href="/board/inquiry/list.html{$list_param}"><img src="http://img.echosting.cafe24.com/design/skin/default/board/btn_list.gif" alt="목록" /></a></span>
<span><a href="#none" onclick="{$action_delete}"><img src="http://img.echosting.cafe24.com/design/skin/default/board/btn_delete.gif" alt="삭제" /></a></span>
<span><a href="/board/inquiry/modify.html{$modify_param}"><img src="http://img.echosting.cafe24.com/design/skin/default/board/btn_modify.gif" alt="수정" /></a></span>
</div>
</div>
② 영어
<!--@layout(/layout/basic/layout.html)--> <div class="path"> <h3>current path</h3> <ol> <li class="first"><a href="/">Home</a></li> <li><a href="/myshop/index.html">My Shopping</a></li> <li title="current path">Inquiry regarding bulk purchases</li> </ol> </div> <div class="titleArea"> <h2>Inquiry regarding bulk purchases</h2> <p>Check and manage your inquiries regarding bulk purchases.</p> </div> <div module="board_InquiryHead"> <p class="prdThumb" style="{$display_product_image}"><a href="/product/detail.html{$param_product}"><img src="{$product_img}" class="{$product_image_class}" alt="{$product_name}" /></a></p> <div class="prdInfo"> <h3><a href="/product/detail.html{$param_product}">{$product_name}</a>{$user_icon} {$new_icon} {$recommend_icon} {$soldout_icon} {$mileage_icon}</h3> <p class="price">{$product_price}</p> <p class="button"><a href="/product/detail.html{$param_product}" title="새창으로 이동"><img src="http://img.echosting.cafe24.com/design/skin/default/board/btn_prd_detail.gif" alt="상품상세보기" /></a></p> </div> </div> <div module="board_InquiryView"> <!--@css(/css/module/board/inquiryView.css)--> <!-- $login_page = /member/login.html --> <div class="boardView"> <table border="1" summary=""> <caption>Inquiry regarding bulk purchases</caption> <colgroup> <col style="width:130px;*width:121px;" /> <col style="width:auto;" /> <col style="width:130px;" /> <col style="width:auto;" /> </colgroup> <tbody> <tr> <th scope="row">Subject</th> <td colspan="3">{$title}</td> </tr> <tr> <th scope="row">Poster</th> <td>{$name}</td> <th scope="row">Quantity</th> <td>{$product_cnt}</td> </tr> <tr> <th scope="row">Answer status</th> <td>{$is_answer}</td> <th scope="row">Request Date</th> <td>{$inquiry_date|date:Y-m-d H:i:s}</td> </tr> <tr class="view"> <td colspan="4">{$inquiry_content}{$content_image}</td> </tr> <tr module="board_inquiryViewFile_1" class="attach"> <th>Attachments</th> <td colspan="3"> <p><a href="{$inquery_file_path}">{$inquiry_file}</a></p> <p><a href="{$inquery_file_path}">{$inquiry_file}</a></p> </td> </tr> </tbody> </table> </div> <div class="{$display_answer|display}"> <div class="boardView"> <table border="1" summary=""> <caption>Answer</caption> <tbody> <tr> <th scope="row">Answer</th> <td>{$answer_name}</td> </tr> <tr> <th scope="row">Response Date</th> <td>{$answer_date|date:Y-m-d H:i:s}</td> </tr> <tr class="view"> <td colspan="2">{$answer_content}</td> </tr> <tr module="myshop_inquiryViewFile_2" class="attach"> <th>Attachments</th> <td> <p><a href="{$inquery_file_path}">{$inquiry_file}</a></p> <p><a href="{$inquery_file_path}">{$inquiry_file}</a></p> </td> </tr> </tbody> </table> </div> </div> <div class="{$display_answer_none|display}"> <div class="boardWait"> <p>Answer quickly. Please wait!</p> </div> </div> <div module="myshop_inquiryButton" class="btnArea"> <span class="left"><a href="/board/inquiry/list.html{$list_param}"><img src="http://img.echosting.cafe24.com/design/skin/default_en/board/btn_list.gif" alt="목록" /></a></span> <span><a href="#none" onclick="{$action_delete}"><img src="http://img.echosting.cafe24.com/design/skin/default_en/board/btn_delete.gif" alt="삭제" /></a></span> <span><a href="/board/inquiry/modify.html{$modify_param}"><img src="http://img.echosting.cafe24.com/design/skin/default_en/board/btn_modify.gif" alt="수정" /></a></span> </div> </div> |
<!--@layout(/layout/basic/layout.html)--> <div class="path"> <h3>ロケ?ション</h3> <ol> <li class="first"><a href="/">ホ?ム</a></li> <li><a href="/myshop/index.html">マイペ?ジ</a></li> <li title="ロケ?ション">大量一括購入のお問い合わせ管理</li> </ol> </div> <div class="titleArea"> <h2>大量一括購入のお問い合わせ管理</h2> <p>大量一括購入のお問い合わせや?連情報の要請ができます。</p> </div> <div module="board_InquiryHead"> <p class="prdThumb" style="{$display_product_image}"><a href="/product/detail.html{$param_product}"><img src="{$product_img}" class="{$product_image_class}" alt="{$product_name}" /></a></p> <div class="prdInfo"> <h3><a href="/product/detail.html{$param_product}">{$product_name}</a>{$user_icon} {$new_icon} {$recommend_icon} {$soldout_icon} {$mileage_icon}</h3> <p class="price">{$product_price}</p> <p class="button"><a href="/product/detail.html{$param_product}" title=""><img src="http://img.echosting.cafe24.com/design/skin/default/board/btn_prd_detail.gif" alt="" /></a></p> </div> </div> <div module="board_InquiryView"> <!--@css(/css/module/board/inquiryView.css)--> <!-- $login_page = /member/login.html --> <div class="boardView"> <table border="1" summary=""> <caption>大量一括購入のお問い合わせ管理</caption> <colgroup> <col style="width:130px;*width:121px;" /> <col style="width:auto;" /> <col style="width:130px;" /> <col style="width:auto;" /> </colgroup> <tbody> <tr> <th scope="row">タイトル</th> <td colspan="3">{$title}</td> </tr> <tr> <th scope="row">投稿者</th> <td>{$name}</td> <th scope="row">?量</th> <td>{$product_cnt}</td> </tr> <tr> <th scope="row">回答?態</th> <td>{$is_answer}</td> <th scope="row">投稿日</th> <td>{$inquiry_date|date:Y-m-d H:i:s}</td> </tr> <tr class="view"> <td colspan="4">{$inquiry_content}{$content_image}</td> </tr> <tr module="board_inquiryViewFile_1" class="attach"> <th>첨부파일</th> <td colspan="3"> <p><a href="{$inquery_file_path}">{$inquiry_file}</a></p> <p><a href="{$inquery_file_path}">{$inquiry_file}</a></p> </td> </tr> </tbody> </table> </div> <div class="{$display_answer|display}"> <div class="boardView"> <table border="1" summary=""> <caption></caption> <tbody> <tr> <th scope="row">回答者</th> <td>{$answer_name}</td> </tr> <tr> <th scope="row">回答日</th> <td>{$answer_date|date:Y-m-d H:i:s}</td> </tr> <tr class="view"> <td colspan="2">{$answer_content}</td> </tr> <tr module="myshop_inquiryViewFile_2" class="attach"> <th>添付ファイル</th> <td> <p><a href="{$inquery_file_path}">{$inquiry_file}</a></p> <p><a href="{$inquery_file_path}">{$inquiry_file}</a></p> </td> </tr> </tbody> </table> </div> </div> <div class="{$display_answer_none|display}"> <div class="boardWait"> <p>速い時間以?に回答させていただきます。しばらくお待ちください!</p> </div> </div> <div module="myshop_inquiryButton" class="btnArea"> <span class="left"><a href="/board/inquiry/list.html{$list_param}"><img src="http://img.echosting.cafe24.com/design/skin/default/board/btn_list.gif" alt="목록" /></a></span> <span><a href="#none" onclick="{$action_delete}"><img src="http://img.echosting.cafe24.com/design/skin/default/board/btn_delete.gif" alt="삭제" /></a></span> <span><a href="/board/inquiry/modify.html{$modify_param}"><img src="http://img.echosting.cafe24.com/design/skin/default/board/btn_modify.gif" alt="수정" /></a></span> </div> </div> |
<!--@layout(/layout/basic/layout.html)--> <div class="path"> <h3>我?在的位置</h3> <ol> <li class="first"><a href="/">首?</a></li> <li><a href="/myshop/index.html">留言板</a></li> <li title="我?在的位置">管理大量??咨?</li> </ol> </div> <div class="titleArea"> <h2>管理大量??咨?</h2> <p>可??及管理??表的大量??咨??容。</p> </div> <div module="board_InquiryHead"> <p class="prdThumb" style="{$display_product_image}"><a href="/product/detail.html{$param_product}"><img src="{$product_img}" class="{$product_image_class}" alt="{$product_name}" /></a></p> <div class="prdInfo"> <h3><a href="/product/detail.html{$param_product}">{$product_name}</a>{$user_icon} {$new_icon} {$recommend_icon} {$soldout_icon} {$mileage_icon}</h3> <p class="price">{$product_price}</p> <p class="button"><a href="/product/detail.html{$param_product}" title=""><img src="http://img.echosting.cafe24.com/design/skin/default/board/btn_prd_detail.gif" alt="상품상세보기" /></a></p> </div> </div> <div module="board_InquiryView"> <!--@css(/css/module/board/inquiryView.css)--> <!-- $login_page = /member/login.html --> <div class="boardView"> <table border="1" summary=""> <caption>管理大量??咨?</caption> <colgroup> <col style="width:130px;*width:121px;" /> <col style="width:auto;" /> <col style="width:130px;" /> <col style="width:auto;" /> </colgroup> <tbody> <tr> <th scope="row">??</th> <td colspan="3">{$title}</td> </tr> <tr> <th scope="row">?表人</th> <td>{$name}</td> <th scope="row">?量</th> <td>{$product_cnt}</td> </tr> <tr> <th scope="row">回??否</th> <td>{$is_answer}</td> <th scope="row">日期</th> <td>{$inquiry_date|date:Y-m-d H:i:s}</td> </tr> <tr class="view"> <td colspan="4">{$inquiry_content}{$content_image}</td> </tr> <tr module="board_inquiryViewFile_1" class="attach"> <th>附件</th> <td colspan="3"> <p><a href="{$inquery_file_path}">{$inquiry_file}</a></p> <p><a href="{$inquery_file_path}">{$inquiry_file}</a></p> </td> </tr> </tbody> </table> </div> <div class="{$display_answer|display}"> <div class="boardView"> <table border="1" summary=""> <caption>日期人</caption> <tbody> <tr> <th scope="row">日期人</th> <td>{$answer_name}</td> </tr> <tr> <th scope="row">回?日期</th> <td>{$answer_date|date:Y-m-d H:i:s}</td> </tr> <tr class="view"> <td colspan="2">{$answer_content}</td> </tr> <tr module="myshop_inquiryViewFile_2" class="attach"> <th>附件</th> <td> <p><a href="{$inquery_file_path}">{$inquiry_file}</a></p> <p><a href="{$inquery_file_path}">{$inquiry_file}</a></p> </td> </tr> </tbody> </table> </div> </div> <div class="{$display_answer_none|display}"> <div class="boardWait"> <p>在?有??快速的答案。?稍候!</p> </div> </div> <div module="myshop_inquiryButton" class="btnArea"> <span class="left"><a href="/board/inquiry/list.html{$list_param}"><img src="http://img.echosting.cafe24.com/design/skin/default_cn/board/btn_list.gif" alt="" /></a></span> <span><a href="#none" onclick="{$action_delete}"><img src="http://img.echosting.cafe24.com/design/skin/default_cn/board/btn_delete.gif" alt="" /></a></span> <span><a href="/board/inquiry/modify.html{$modify_param}"><img src="http://img.echosting.cafe24.com/design/skin/default_cn/board/btn_modify.gif" alt="" /></a></span> </div> </div> |
<!--@layout(/layout/basic/layout.html)--> <div class="path"> <h3>我现在的位置</h3> <ol> <li class="first"><a href="/">首页</a></li> <li><a href="/myshop/index.html">會員中心</a></li> <li title="我现在的位置">管理團購詢問</li> </ol> </div> <div class="titleArea"> <h2>管理團購詢問</h2> <p>您發佈的團購詢問內容。</p> </div> <div module="board_InquiryHead"> <p class="prdThumb" style="{$display_product_image}"><a href="/product/detail.html{$param_product}"><img src="{$product_img}" class="{$product_image_class}" alt="{$product_name}" /></a></p> <div class="prdInfo"> <h3><a href="/product/detail.html{$param_product}">{$product_name}</a>{$user_icon} {$new_icon} {$recommend_icon} {$soldout_icon} {$mileage_icon}</h3> <p class="price">{$product_price}</p> <p class="button"><a href="/product/detail.html{$param_product}" title=""><img src="http://img.echosting.cafe24.com/design/skin/default_zh_TW/board/btn_prd_detail.gif" alt="查看商品詳情" /></a></p> </div> </div> <div module="board_InquiryView"> <!--@css(/css/module/board/inquiryView.css)--> <!-- $login_page = /member/login.html --> <div class="boardView"> <table border="1" summary=""> <caption>團購詢問 詳細</caption> <colgroup> <col style="width:130px;*width:121px;" /> <col style="width:auto;" /> <col style="width:130px;" /> <col style="width:auto;" /> </colgroup> <tbody> <tr> <th scope="row">標題</th> <td colspan="3">{$title}</td> </tr> <tr> <th scope="row">發佈人</th> <td>{$name}</td> <th scope="row">數量</th> <td>{$product_cnt}</td> </tr> <tr> <th scope="row">回覆與否</th> <td>{$is_answer}</td> <th scope="row">詢問日期</th> <td>{$inquiry_date|date:Y-m-d H:i:s}</td> </tr> <tr class="view"> <td colspan="4">{$inquiry_content}{$content_image}</td> </tr> <tr module="board_inquiryViewFile_1" class="attach"> <th>附件</th> <td colspan="3"> <p><a href="{$inquery_file_path}">{$inquiry_file}</a></p> <p><a href="{$inquery_file_path}">{$inquiry_file}</a></p> </td> </tr> </tbody> </table> </div> <div class="{$display_answer|display}"> <div class="boardView"> <table border="1" summary=""> <caption>團購詢問 回覆</caption> <tbody> <tr> <th scope="row">回覆人</th> <td>{$answer_name}</td> </tr> <tr> <th scope="row">回覆日期</th> <td>{$answer_date|date:Y-m-d H:i:s}</td> </tr> <tr class="view"> <td colspan="2">{$answer_content}</td> </tr> <tr module="myshop_inquiryViewFile_2" class="attach"> <th>附件</th> <td> <p><a href="{$inquery_file_path}">{$inquiry_file}</a></p> <p><a href="{$inquery_file_path}">{$inquiry_file}</a></p> </td> </tr> </tbody> </table> </div> </div> <div class="{$display_answer_none|display}"> <div class="boardWait"> <p>我們會盡快回復您,請稍等!</p> </div> </div> <div module="myshop_inquiryButton" class="btnArea"> <span class="left"><a href="/board/inquiry/list.html{$list_param}"><img src="http://img.echosting.cafe24.com/design/skin/default_zh_TW/board/btn_list.gif" alt="目錄" /></a></span> <span><a href="#none" onclick="{$action_delete}"><img src="http://img.echosting.cafe24.com/design/skin/default_zh_TW/board/btn_delete.gif" alt="刪除" /></a></span> <span><a href="/board/inquiry/modify.html{$modify_param}"><img src="http://img.echosting.cafe24.com/design/skin/default_zh_TW/board/btn_modify.gif" alt="修改" /></a></span> </div> </div> |
<!--@layout(/layout/basic/layout.html)--> <div class="path"> <h3>Local actual</h3> <ol> <li class="first"><a href="/">Principal</a></li> <li><a href="/myshop/index.html">Mi compra</a></li> <li title="Local actual">Control de la pregunta de compra de gran cantidad</li> </ol> </div> <div class="titleArea"> <h2>Control de la pregunta de compra de gran cantidad</h2> <p>Es la lista de su pregunta de compra de gran cantidad</p> </div> <div module="board_InquiryHead"> <p class="prdThumb" style="{$display_product_image}"><a href="/product/detail.html{$param_product}"><img src="{$product_img}" class="{$product_image_class}" alt="{$product_name}" /></a></p> <div class="prdInfo"> <h3><a href="/product/detail.html{$param_product}">{$product_name}</a>{$user_icon} {$new_icon} {$recommend_icon} {$soldout_icon} {$mileage_icon}</h3> <p class="price">{$product_price}</p> <p class="button"><a href="/product/detail.html{$param_product}"><img src="http://img.echosting.cafe24.com/design/skin/default_es_ES/board/btn_prd_detail.gif" alt="Detalles de la mercancía" /></a></p> </div> </div> <div module="board_InquiryView"> <!--@css(/css/module/board/inquiryView.css)--> <!-- $login_page = /member/login.html --> <div class="boardView"> <table border="1" summary=""> <caption>Duda sobre compra de gran cantidad</caption> <colgroup> <col style="width:130px;*width:121px;" /> <col style="width:auto;" /> <col style="width:130px;" /> <col style="width:auto;" /> </colgroup> <tbody> <tr> <th scope="row">Título</th> <td colspan="3">{$title}</td> </tr> <tr> <th scope="row">Nombre</th> <td>{$name}</td> <th scope="row">Cantidad</th> <td>{$product_cnt}</td> </tr> <tr> <th scope="row">Respondido</th> <td>{$is_answer}</td> <th scope="row">Fecha solicitada</th> <td>{$inquiry_date|date:Y-m-d H:i:s}</td> </tr> <tr class="view"> <td colspan="4">{$inquiry_content}{$content_image}</td> </tr> <tr module="board_inquiryViewFile_1" class="attach"> <th>Anexo</th> <td colspan="3"> <p><a href="{$inquery_file_path}">{$inquiry_file}</a></p> <p><a href="{$inquery_file_path}">{$inquiry_file}</a></p> </td> </tr> </tbody> </table> </div> <div class="{$display_answer|display}"> <div class="boardView"> <table border="1" summary=""> <caption>Respuestas la pregunta de compra de gran cantidad</caption> <tbody> <tr> <th scope="row">Responder</th> <td>{$answer_name}</td> </tr> <tr> <th scope="row">Fecha de Contestación</th> <td>{$answer_date|date:Y-m-d H:i:s}</td> </tr> <tr class="view"> <td colspan="2">{$answer_content}</td> </tr> <tr module="myshop_inquiryViewFile_2" class="attach"> <th>Anexo</th> <td> <p><a href="{$inquery_file_path}">{$inquiry_file}</a></p> <p><a href="{$inquery_file_path}">{$inquiry_file}</a></p> </td> </tr> </tbody> </table> </div> </div> <div class="{$display_answer_none|display}"> <div class="boardWait"> <p>Estaremos respondiendo lo antes posible. Espérenos un poco más</p> </div> </div> <div module="myshop_inquiryButton" class="btnArea"> <span class="left"><a href="/board/inquiry/list.html{$list_param}"><img src="http://img.echosting.cafe24.com/design/skin/default_es_ES/board/btn_list.gif" alt="Lista" /></a></span> <span><a href="#none" onclick="{$action_delete}"><img src="http://img.echosting.cafe24.com/design/skin/default_es_ES/board/btn_delete.gif" alt="Eliminar" /></a></span> <span><a href="/board/inquiry/modify.html{$modify_param}"><img src="http://img.echosting.cafe24.com/design/skin/default_es_ES/board/btn_modify.gif" alt="Alterar" /></a></span> </div> </div> |
<!--@layout(/layout/basic/layout.html)--> <div class="path"> <h3>Local actual</h3> <ol> <li class="first"><a href="/">Principal</a></li> <li><a href="/myshop/index.html">Mi compra</a></li> <li title="Local actual">Controle da pergunta de compra de grande quantidade</li> </ol> </div> <div class="titleArea"> <h2>Controle da pergunta de compra de grande quantidade</h2> <p>É a lista da sua pergunta de compra de grande quantidade</p> </div> <div module="board_InquiryHead"> <p class="prdThumb" style="{$display_product_image}"><a href="/product/detail.html{$param_product}"><img src="{$product_img}" class="{$product_image_class}" alt="{$product_name}" /></a></p> <div class="prdInfo"> <h3><a href="/product/detail.html{$param_product}">{$product_name}</a>{$user_icon} {$new_icon} {$recommend_icon} {$soldout_icon} {$mileage_icon}</h3> <p class="price">{$product_price}</p> <p class="button"><a href="/product/detail.html{$param_product}"><img src="http://img.echosting.cafe24.com/design/skin/default_es_ES/board/btn_prd_detail.gif" alt="Detalles de la mercancía" /></a></p> </div> </div> <div module="board_InquiryView"> <!--@css(/css/module/board/inquiryView.css)--> <!-- $login_page = /member/login.html --> <div class="boardView"> <table border="1" summary=""> <caption>Mais de dúvida sobre compra de grande quantidade.</caption> <colgroup> <col style="width:130px;*width:121px;" /> <col style="width:auto;" /> <col style="width:130px;" /> <col style="width:auto;" /> </colgroup> <tbody> <tr> <th scope="row">Título</th> <td colspan="3">{$title}</td> </tr> <tr> <th scope="row">Nome</th> <td>{$name}</td> <th scope="row">Quantidade</th> <td>{$product_cnt}</td> </tr> <tr> <th scope="row">Respondido</th> <td>{$is_answer}</td> <th scope="row">Data solicitada</th> <td>{$inquiry_date|date:Y-m-d H:i:s}</td> </tr> <tr class="view"> <td colspan="4">{$inquiry_content}{$content_image}</td> </tr> <tr module="board_inquiryViewFile_1" class="attach"> <th>Anexo</th> <td colspan="3"> <p><a href="{$inquery_file_path}">{$inquiry_file}</a></p> <p><a href="{$inquery_file_path}">{$inquiry_file}</a></p> </td> </tr> </tbody> </table> </div> <div class="{$display_answer|display}"> <div class="boardView"> <table border="1" summary=""> <caption>Resposta de dúvida sobre compra de grande quantidade.</caption> <tbody> <tr> <th scope="row">Responder</th> <td>{$answer_name}</td> </tr> <tr> <th scope="row">Resposta Data</th> <td>{$answer_date|date:Y-m-d H:i:s}</td> </tr> <tr class="view"> <td colspan="2">{$answer_content}</td> </tr> <tr module="myshop_inquiryViewFile_2" class="attach"> <th>Anexo</th> <td> <p><a href="{$inquery_file_path}">{$inquiry_file}</a></p> <p><a href="{$inquery_file_path}">{$inquiry_file}</a></p> </td> </tr> </tbody> </table> </div> </div> <div class="{$display_answer_none|display}"> <div class="boardWait"> <p>Estaremos respondendo o quanto antes. Por favor aguarde mais um pouco.</p> </div> </div> <div module="myshop_inquiryButton" class="btnArea"> <span class="left"><a href="/board/inquiry/list.html{$list_param}"><img src="http://img.echosting.cafe24.com/design/skin/default_es_ES/board/btn_list.gif" alt="Lista" /></a></span> <span><a href="#none" onclick="{$action_delete}"><img src="http://img.echosting.cafe24.com/design/skin/default_es_ES/board/btn_delete.gif" alt="Eliminar" /></a></span> <span><a href="/board/inquiry/modify.html{$modify_param}"><img src="http://img.echosting.cafe24.com/design/skin/default_es_ES/board/btn_modify.gif" alt="Alterar" /></a></span> </div> </div> |
- 위치 : 대량구매문의 수정(/board/inquiry/modify.html)
▼ 아래와 같이 파란색 소스를 추가합니다.
① 한국어
<!--@layout(/layout/basic/layout.html)-->
<div class="path">
<h3>현재 위치</h3>
<ol>
<li class="first"><a href="/">홈</a></li>
<li><a href="/myshop/index.html">마이쇼핑</a></li>
<li title="현재 위치">대량구매문의 관리</li>
</ol>
</div>
<div class="titleArea">
<h2>대량구매문의 관리</h2>
<p>대량구매와 관련한 문의 또는 정보를 요청할 수 있습니다.</p>
</div>
<div module="board_inquiryModify">
<!--@css(/css/module/board/inquiryModify.css)-->
<div module="board_InquiryHead">
<p class="prdThumb" style="{$display_product_image}"><a href="/product/detail.html{$param_product}"><img src="{$product_img}" class="{$product_image_class}" alt="{$product_name}" /></a></p>
<div class="prdInfo">
<h3><a href="/product/detail.html{$param_product}">{$product_name}</a>{$user_icon} {$new_icon} {$recommend_icon} {$soldout_icon} {$mileage_icon}</h3>
<p class="price">{$product_price}</p>
<p class="button"><a href="/product/detail.html{$param_product}" title="새창으로 이동"><img src="http://img.echosting.cafe24.com/design/skin/default/board/btn_prd_detail.gif" alt="상품상세보기" /></a></p>
</div>
</div>
<div class="boardWrite">
<table border="1" summary="">
<caption>대량구매문의 글 수정 폼</caption>
<tbody>
<tr>
<th scope="row">구매 예정 수량</th>
<td class="quantity">
<span>
{$form.bi_product_cnt}
<a href="#none"><img src="http://img.echosting.cafe24.com/design/skin/default/product/btn_count_up.gif" alt="수량증가" class="up" onclick="{$action_amount_up}"/></a>
<a href="#none"><img src="http://img.echosting.cafe24.com/design/skin/default/product/btn_count_down.gif" alt="수량감소" class="down" onclick="{$action_amount_down}"/></a>
</span>
</td>
</tr>
<tr>
<th scope="row">제목</th>
<td>{$form.bi_inquire_subject}</td>
</tr>
<tr>
<td colspan="2" class="write">
{$form.bi_inquire_content}
</td>
</tr>
<tr>
<th scope="row">첨부파일1</th>
<td>{$form.inquiry_file1} {$attached_file1}<p class="grid">첨부파일: 10M 이하 / csv, xls, doc, ppt, pdf</p></td>
</tr>
<tr>
<th scope="row">첨부파일2</th>
<td>{$form.inquiry_file1} {$attached_file2}<p class="grid">첨부파일: 10M 이하 / csv, xls, doc, ppt, pdf</p></td>
</tr>
<tr>
<th scope="row">첨부파일3</th>
<td>{$form.inquiry_file1} {$attached_file3}<p class="grid">첨부파일: 10M 이하 / csv, xls, doc, ppt, pdf</p></td>
</tr>
<tr>
<th scope="row">첨부파일4</th>
<td>{$form.inquiry_file1} {$attached_file4}<p class="grid">첨부파일: 10M 이하 / csv, xls, doc, ppt, pdf</p></td>
</tr>
<tr>
<th scope="row">첨부파일5</th>
<td>{$form.inquiry_file1} {$attached_file5}<p class="grid">첨부파일: 10M 이하 / csv, xls, doc, ppt, pdf</p></td>
</tr>
<tr>
<th scope="row">카탈로그 신청</th>
<td>{$form.bi_is_catalog}</td>
</tr>
</tbody>
</table>
</div>
<div class="btnArea">
<a href="#none" onclick="{$action_modify}"><img src="http://img.echosting.cafe24.com/design/skin/default/board/btn_modify.gif" alt="수정" /></a>
</div>
</div>
② 영어
<!--@layout(/layout/basic/layout.html)--> <div class="path"> <h3>current path</h3> <ol> <li class="first"><a href="/">Home</a></li> <li><a href="/myshop/index.html">My Shopping</a></li> <li title="current path">Inquiry regarding bulk purchases</li> </ol> </div> <div class="titleArea"> <h2>Inquiry regarding bulk purchases</h2> <p>May request for inquiries or information regarding bulk purchases.</p> </div> <div module="board_inquiryModify"> <!--@css(/css/module/board/inquiryModify.css)--> <div module="board_InquiryHead"> <p class="prdThumb" style="{$display_product_image}"><a href="/product/detail.html{$param_product}"><img src="{$product_img}" class="{$product_image_class}" alt="{$product_name}" /></a></p> <div class="prdInfo"> <h3><a href="/product/detail.html{$param_product}">{$product_name}</a>{$user_icon} {$new_icon} {$recommend_icon} {$soldout_icon} {$mileage_icon}</h3> <p class="price">{$product_price}</p> <p class="button"><a href="/product/detail.html{$param_product}" title="새창으로 이동"><img src="http://img.echosting.cafe24.com/design/skin/default/board/btn_prd_detail.gif" alt="상품상세보기" /></a></p> </div> </div> <div class="boardWrite"> <table border="1" summary=""> <caption>Inquiry regarding bulk purchases</caption> <tbody> <tr> <th scope="row">Quantity</th> <td class="quantity"> <span> {$form.bi_product_cnt} <a href="#none"><img src="http://img.echosting.cafe24.com/design/skin/default/product/btn_count_up.gif" alt="수량증가" class="up" onclick="{$action_amount_up}"/></a> <a href="#none"><img src="http://img.echosting.cafe24.com/design/skin/default/product/btn_count_down.gif" alt="수량감소" class="down" onclick="{$action_amount_down}"/></a> </span> </td> </tr> <tr> <th scope="row">Subject</th> <td>{$form.bi_inquire_subject}</td> </tr> <tr> <td colspan="2" class="write"> {$form.bi_inquire_content} </td> </tr> <tr> <th scope="row">Attachments1</th> <td>{$form.inquiry_file1} {$attached_file1}<p class="grid">Attachments: 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">Attachments2</th> <td>{$form.inquiry_file1} {$attached_file2}<p class="grid">Attachments: 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">Attachments3</th> <td>{$form.inquiry_file1} {$attached_file3}<p class="grid">Attachments: 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">Attachments4</th> <td>{$form.inquiry_file1} {$attached_file4}<p class="grid">Attachments: 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">Attachments5</th> <td>{$form.inquiry_file1} {$attached_file5}<p class="grid">Attachments: 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">Subscribe for a catalog</th> <td>{$form.bi_is_catalog}</td> </tr> </tbody> </table> </div> <div class="btnArea"> <a href="#none" onclick="{$action_modify}"><img src="http://img.echosting.cafe24.com/design/skin/default_en/board/btn_modify.gif" alt="modify" /></a> </div> </div> |
<!--@layout(/layout/basic/layout.html)--> <div class="path"> <h3>ロケ?ション</h3> <ol> <li class="first"><a href="/">ホ?ム</a></li> <li><a href="/myshop/index.html">マイペ?ジ</a></li> <li title="ロケ?ション">大量一括購入のお問い合わせ管理</li> </ol> </div> <div class="titleArea"> <h2>大量一括購入のお問い合わせ管理</h2> <p>大量一括購入のお問い合わせや?連情報の要請ができます。</p> </div> <div module="board_inquiryModify"> <!--@css(/css/module/board/inquiryModify.css)--> <div module="board_InquiryHead"> <p class="prdThumb" style="{$display_product_image}"><a href="/product/detail.html{$param_product}"><img src="{$product_img}" class="{$product_image_class}" alt="{$product_name}" /></a></p> <div class="prdInfo"> <h3><a href="/product/detail.html{$param_product}">{$product_name}</a>{$user_icon} {$new_icon} {$recommend_icon} {$soldout_icon} {$mileage_icon}</h3> <p class="price">{$product_price}</p> <p class="button"><a href="/product/detail.html{$param_product}" title=""><img src="http://img.echosting.cafe24.com/design/skin/default/board/btn_prd_detail.gif" alt="" /></a></p> </div> </div> <div class="boardWrite"> <table border="1" summary=""> <caption>大量一括購入のお問い合わせ管理</caption> <tbody> <tr> <th scope="row">?量</th> <td class="quantity"> <span> {$form.bi_product_cnt} <a href="#none"><img src="http://img.echosting.cafe24.com/design/skin/default/product/btn_count_up.gif" alt="" class="up" onclick="{$action_amount_up}"/></a> <a href="#none"><img src="http://img.echosting.cafe24.com/design/skin/default/product/btn_count_down.gif" alt="" class="down" onclick="{$action_amount_down}"/></a> </span> </td> </tr> <tr> <th scope="row">タイトル</th> <td>{$form.bi_inquire_subject}</td> </tr> <tr> <td colspan="2" class="write"> {$form.bi_inquire_content} </td> </tr> <tr> <th scope="row">添付ファイル1</th> <td>{$form.inquiry_file1} {$attached_file1}<p class="grid">添付ファイル: 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">添付ファイル2</th> <td>{$form.inquiry_file1} {$attached_file2}<p class="grid">添付ファイル: 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">添付ファイル3</th> <td>{$form.inquiry_file1} {$attached_file3}<p class="grid">添付ファイル: 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">添付ファイル4</th> <td>{$form.inquiry_file1} {$attached_file4}<p class="grid">添付ファイル: 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">添付ファイル5</th> <td>{$form.inquiry_file1} {$attached_file5}<p class="grid">添付ファイル: 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">カタログ申請</th> <td>{$form.bi_is_catalog}</td> </tr> </tbody> </table> </div> <div class="btnArea"> <a href="#none" onclick="{$action_modify}"><img src="http://img.echosting.cafe24.com/design/skin/default_jp/board/btn_modify.gif" alt="수정" /></a> </div> </div> |
<!--@layout(/layout/basic/layout.html)--> <div class="path"> <h3>我?在的位置</h3> <ol> <li class="first"><a href="/">首?</a></li> <li><a href="/myshop/index.html">留言板</a></li> <li title="我?在的位置">管理大量??咨?</li> </ol> </div> <div class="title"> <h2>管理大量??咨?</h2> <p>可??及管理??表的大量??咨??容。</p> </div> <div module="board_inquiryModify"> <!--@css(/css/module/board/inquiryModify.css)--> <div module="board_InquiryHead"> <p class="prdThumb" style="{$display_product_image}"><a href="/product/detail.html{$param_product}"><img src="{$product_img}" class="{$product_image_class}" alt="{$product_name}" /></a></p> <div class="prdInfo"> <h3><a href="/product/detail.html{$param_product}">{$product_name}</a>{$user_icon} {$new_icon} {$recommend_icon} {$soldout_icon} {$mileage_icon}</h3> <p class="price">{$product_price}</p> <p class="button"><a href="/product/detail.html{$param_product}" title="새창으로 이동"><img src="http://img.echosting.cafe24.com/design/skin/default_zh_TW/board/btn_prd_detail.gif" alt="?看商品詳情" /></a></p> </div> </div> <div class="boardWrite"> <table border="1" summary=""> <caption>管理大量??咨?</caption> <tbody> <tr> <th scope="row">??</th> <td class="quantity"> <span> {$form.bi_product_cnt} <a href="#none"><img src="http://img.echosting.cafe24.com/design/skin/default/product/btn_count_up.gif" alt="up" class="up" onclick="{$action_amount_up}"/></a> <a href="#none"><img src="http://img.echosting.cafe24.com/design/skin/default/product/btn_count_down.gif" alt="down" class="down" onclick="{$action_amount_down}"/></a> </span> </td> </tr> <tr> <th scope="row">?量</th> <td>{$form.bi_inquire_subject}</td> </tr> <tr> <td colspan="2" class="write"> {$form.bi_inquire_content} </td> </tr> <tr> <th scope="row">附件1</th> <td>{$form.inquiry_file1} {$attached_file1}<p class="grid">附件: 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">附件2</th> <td>{$form.inquiry_file1} {$attached_file2}<p class="grid">附件: 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">附件3</th> <td>{$form.inquiry_file1} {$attached_file3}<p class="grid">附件: 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">附件4</th> <td>{$form.inquiry_file1} {$attached_file4}<p class="grid">附件: 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">附件5</th> <td>{$form.inquiry_file1} {$attached_file5}<p class="grid">附件: 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">申?目??</th> <td>{$form.bi_is_catalog}</td> </tr> </tbody> </table> </div> <div class="btnArea"> <a href="#none" onclick="{$action_modify}"><img src="http://img.echosting.cafe24.com/design/skin/default_cn/board/btn_modify.gif" alt="수정" /></a> </div> </div> |
<!--@layout(/layout/basic/layout.html)--> <div class="path"> <h3>我现在的位置</h3> <ol> <li class="first"><a href="/">首页</a></li> <li><a href="/myshop/index.html">員中心</a></li> <li title="我现在的位置">團購詢問</li> </ol> </div> <div class="titleArea"> <h2>團購詢問</h2> <p>您可以詢問或查詢團購相關資料。</p> </div> <div module="board_inquiryModify"> <!--@css(/css/module/board/inquiryModify.css)--> <div module="board_InquiryHead"> <p class="prdThumb" style="{$display_product_image}"><a href="/product/detail.html{$param_product}"><img src="{$product_img}" class="{$product_image_class}" alt="{$product_name}" /></a></p> <div class="prdInfo"> <h3><a href="/product/detail.html{$param_product}">{$product_name}</a>{$user_icon} {$new_icon} {$recommend_icon} {$soldout_icon} {$mileage_icon}</h3> <p class="price">{$product_price}</p> <p class="button"><a href="/product/detail.html{$param_product}" title=""><img src="http://img.echosting.cafe24.com/design/skin/default_zh_TW/board/btn_prd_detail.gif" alt="查看商品詳情" /></a></p> </div> </div> <div class="boardWrite"> <table border="1" summary=""> <caption>團購詢問</caption> <tbody> <tr> <th scope="row">數量</th> <td class="quantity"> <span> {$form.bi_product_cnt} <a href="#none"><img src="http://img.echosting.cafe24.com/design/skin/default/product/btn_count_up.gif" alt="수량증가" class="up" onclick="{$action_amount_up}"/></a> <a href="#none"><img src="http://img.echosting.cafe24.com/design/skin/default/product/btn_count_down.gif" alt="수량감소" class="down" onclick="{$action_amount_down}"/></a> </span> </td> </tr> <tr> <th scope="row">標題</th> <td>{$form.bi_inquire_subject}</td> </tr> <tr> <td colspan="2" class="write"> {$form.bi_inquire_content} </td> </tr> <tr> <th scope="row">附件1</th> <td>{$form.inquiry_file1} {$attached_file1}<p class="grid">附件:10MB以下 / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">附件2</th> <td>{$form.inquiry_file1} {$attached_file2}<p class="grid">附件:10MB以下 / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">附件3</th> <td>{$form.inquiry_file1} {$attached_file3}<p class="grid">附件:10MB以下 / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">附件4</th> <td>{$form.inquiry_file1} {$attached_file4}<p class="grid">附件:10MB以下 / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">附件5</th> <td>{$form.inquiry_file1} {$attached_file5}<p class="grid">附件:10MB以下 / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">申請圖冊</th> <td>{$form.bi_is_catalog}</td> </tr> </tbody> </table> </div> <div class="btnArea"> <a href="#none" onclick="{$action_modify}"><img src="http://img.echosting.cafe24.com/design/skin/default_zh_TW/board/btn_modify.gif" alt="修改" /></a> </div> </div> |
<!--@layout(/layout/basic/layout.html)--> <div class="path"> <h3>Local actual</h3> <ol> <li class="first"><a href="/">Principal</a></li> <li><a href="/myshop/index.html">Mi compra</a></li> <li title="Local actual">Duda sobre compra de gran cantidad</li> </ol> </div> <div class="titleArea"> <h2>Duda sobre compra de gran cantidad</h2> <p>Es posible solicitar dudas o datos sobre compra de gran cantidad</p> </div> <div module="board_inquiryModify"> <!--@css(/css/module/board/inquiryModify.css)--> <div module="board_InquiryHead"> <p class="prdThumb" style="{$display_product_image}"><a href="/product/detail.html{$param_product}"><img src="{$product_img}" class="{$product_image_class}" alt="{$product_name}" /></a></p> <div class="prdInfo"> <h3><a href="/product/detail.html{$param_product}">{$product_name}</a>{$user_icon} {$new_icon} {$recommend_icon} {$soldout_icon} {$mileage_icon}</h3> <p class="price">{$product_price}</p> <p class="button"><a href="/product/detail.html{$param_product}"><img src="http://img.echosting.cafe24.com/design/skin/default_es_ES/board/btn_prd_detail.gif" alt="Detalles de la mercancía" /></a></p> </div> </div> <div class="boardWrite"> <table border="1" summary=""> <caption>Duda sobre compra de gran cantidad</caption> <tbody> <tr> <th scope="row">Cantidad</th> <td class="quantity"> <span> {$form.bi_product_cnt} <a href="#none"><img src="http://img.echosting.cafe24.com/design/skin/default/product/btn_count_up.gif" alt="수량증가" class="up" onclick="{$action_amount_up}"/></a> <a href="#none"><img src="http://img.echosting.cafe24.com/design/skin/default/product/btn_count_down.gif" alt="수량감소" class="down" onclick="{$action_amount_down}"/></a> </span> </td> </tr> <tr> <th scope="row">Título</th> <td>{$form.bi_inquire_subject}</td> </tr> <tr> <td colspan="2" class="write"> {$form.bi_inquire_content} </td> </tr> <tr> <th scope="row">Anexo1</th> <td>{$form.inquiry_file1} {$attached_file1}<p class="grid">Anexo : Menos de 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">Anexo2</th> <td>{$form.inquiry_file1} {$attached_file2}<p class="grid">Anexo : Menos de 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">Anexo3</th> <td>{$form.inquiry_file1} {$attached_file3}<p class="grid">Anexo : Menos de 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">Anexo4</th> <td>{$form.inquiry_file1} {$attached_file4}<p class="grid">Anexo : Menos de 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">Anexo5</th> <td>{$form.inquiry_file1} {$attached_file5}<p class="grid">Anexo : Menos de 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">Solicitar el catálogo</th> <td>{$form.bi_is_catalog}</td> </tr> </tbody> </table> </div> <div class="btnArea"> <a href="#none" onclick="{$action_modify}"><img src="http://img.echosting.cafe24.com/design/skin/default_es_ES/board/btn_modify.gif" alt="Alterar" /></a> </div> </div> |
<!--@layout(/layout/basic/layout.html)--> <div class="path"> <h3>Local actual</h3> <ol> <li class="first"><a href="/">Principal</a></li> <li><a href="/myshop/index.html">Mi compra</a></li> <li title="Local actual">Dúvida sobre compra de grande quantidade</li> </ol> </div> <div class="titleArea"> <h2>Dúvida sobre compra de grande quantidade</h2> <p>É possível solicitar dúvidas ou dados sobre compra de grande quantidade</p> </div> <div module="board_inquiryModify"> <!--@css(/css/module/board/inquiryModify.css)--> <div module="board_InquiryHead"> <p class="prdThumb" style="{$display_product_image}"><a href="/product/detail.html{$param_product}"><img src="{$product_img}" class="{$product_image_class}" alt="{$product_name}" /></a></p> <div class="prdInfo"> <h3><a href="/product/detail.html{$param_product}">{$product_name}</a>{$user_icon} {$new_icon} {$recommend_icon} {$soldout_icon} {$mileage_icon}</h3> <p class="price">{$product_price}</p> <p class="button"><a href="/product/detail.html{$param_product}"><img src="http://img.echosting.cafe24.com/design/skin/default_es_ES/board/btn_prd_detail.gif" alt="Detalles de la mercancía" /></a></p> </div> </div> <div class="boardWrite"> <table border="1" summary=""> <caption>Dúvida sobre compra de grande quantidade</caption> <tbody> <tr> <th scope="row">Quantidade</th> <td class="quantity"> <span> {$form.bi_product_cnt} <a href="#none"><img src="http://img.echosting.cafe24.com/design/skin/default/product/btn_count_up.gif" alt="수량증가" class="up" onclick="{$action_amount_up}"/></a> <a href="#none"><img src="http://img.echosting.cafe24.com/design/skin/default/product/btn_count_down.gif" alt="수량감소" class="down" onclick="{$action_amount_down}"/></a> </span> </td> </tr> <tr> <th scope="row">Título</th> <td>{$form.bi_inquire_subject}</td> </tr> <tr> <td colspan="2" class="write"> {$form.bi_inquire_content} </td> </tr> <tr> <th scope="row">Anexo1</th> <td>{$form.inquiry_file1} {$attached_file1}<p class="grid">Anexo : Menor que 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">Anexo2</th> <td>{$form.inquiry_file1} {$attached_file2}<p class="grid">Anexo : Menor que 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">Anexo3</th> <td>{$form.inquiry_file1} {$attached_file3}<p class="grid">Anexo : Menor que 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">Anexo4</th> <td>{$form.inquiry_file1} {$attached_file4}<p class="grid">Anexo : Menor que 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">Anexo5</th> <td>{$form.inquiry_file1} {$attached_file5}<p class="grid">Anexo : Menor que 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">Solicitar o catálogo</th> <td>{$form.bi_is_catalog}</td> </tr> </tbody> </table> </div> <div class="btnArea"> <a href="#none" onclick="{$action_modify}"><img src="http://img.echosting.cafe24.com/design/skin/default_es_ES/board/btn_modify.gif" alt="Alterar" /></a> </div> </div> |
- 위치 : 대량구매문의 등록(/board/inquiry/write.html)
▼ 아래와 같이 파란색 소스를 추가합니다.
① 한국어
<!--@layout(/layout/basic/layout.html)-->
<div class="path">
<h3>현재 위치</h3>
<ol>
<li class="first"><a href="/">홈</a></li>
<li><a href="/myshop/index.html">마이쇼핑</a></li>
<li title="현재 위치">대량구매문의 관리</li>
</ol>
</div>
<div class="titleArea">
<h2>대량구매문의 관리</h2>
<p>대량구매와 관련한 문의 또는 정보를 요청할 수 있습니다.</p>
</div>
<div module="board_InquiryForm">
<!--@css(/css/module/board/inquiryForm.css)-->
<div module="board_InquiryHead">
<p class="prdThumb" style="{$display_product_image}"><a href="/product/detail.html{$param_product}"><img src="{$product_img}" class="{$product_image_class}" alt="{$product_name}" /></a></p>
<div class="prdInfo">
<h3><a href="/product/detail.html{$param_product}">{$product_name}</a>{$user_icon} {$new_icon} {$recommend_icon} {$soldout_icon} {$mileage_icon}</h3>
<p class="price">{$product_price}</p>
<p class="button"><a href="/product/detail.html{$param_product}" title="새창으로 이동"><img src="http://img.echosting.cafe24.com/design/skin/default/board/btn_prd_detail.gif" alt="상품상세보기" /></a></p>
</div>
</div>
<div class="boardWrite">
<table border="1" summary="">
<caption>대량구매문의 글 쓰기 폼</caption>
<tbody>
<tr>
<th scope="row">구매 예정 수량</th>
<td class="quantity">
<span>
{$form.bi_product_cnt}
<a href="#none"><img src="http://img.echosting.cafe24.com/design/skin/default/product/btn_count_up.gif" alt="수량증가" class="up" onclick="{$action_amount_up}" /></a>
<a href="#none"><img src="http://img.echosting.cafe24.com/design/skin/default/product/btn_count_down.gif" alt="수량감소" class="down" onclick="{$action_amount_down}" /></a>
</span>
</td>
</tr>
<tr>
<th scope="row">제목</th>
<td>{$form.bi_inquire_subject}</td>
</tr>
<tr>
<td colspan="2" class="write">
{$form.bi_inquire_content}
</td>
</tr>
<tr>
<th scope="row">첨부파일1</th>
<td>{$form.inquiry_file1}<p class="grid">첨부파일: 10M 이하 / csv, xls, doc, ppt, pdf</p></td>
</tr>
<tr>
<th scope="row">첨부파일2</th>
<td>{$form.inquiry_file2}<p class="grid">첨부파일: 10M 이하 / csv, xls, doc, ppt, pdf</p></td>
</tr>
<tr>
<th scope="row">첨부파일3</th>
<td>{$form.inquiry_file3}<p class="grid">첨부파일: 10M 이하 / csv, xls, doc, ppt, pdf</p></td>
</tr>
<tr>
<th scope="row">첨부파일4</th>
<td>{$form.inquiry_file4}<p class="grid">첨부파일: 10M 이하 / csv, xls, doc, ppt, pdf</p></td>
</tr>
<tr>
<th scope="row">첨부파일5</th>
<td>{$form.inquiry_file5}<p class="grid">첨부파일: 10M 이하 / csv, xls, doc, ppt, pdf</p></td>
</tr>
<tr>
<th scope="row">카탈로그 신청</th>
<td>{$form.bi_is_catalog}</td>
</tr>
</tbody>
</table>
</div>
<!-- 로그인을 하지 않은 경우 -->
<div class="title {$display_login|display}">
<h3>고객 정보</h3>
</div>
<div class="boardWrite {$display_login|display}">
<table border="1" summary="">
<caption>대량구매문의 고객정보</caption>
<tbody>
<tr>
<th scope="row">국가</th>
<td>{$form.bi_country_code}</td>
</tr>
<tr>
<th scope="row">고객명</th>
<td>{$form.bi_inquirer_name}</td>
</tr>
<tr>
<th scope="row">이메일</th>
<td>{$form.bi_inquirer_email}</td>
</tr>
<!-- 국문 쇼핑몰 -->
<tr>
<th scope="row">주소</th>
<td>
{$form.bi_zipcode1} {$form.none_zipcode}<br />
{$form.bi_inquirer_addr1}<br />
{$form.bi_inquirer_addr2}
</td>
</tr>
<tr>
<th scope="row">연락처</th>
<td>{$form.bi_inquirer_phone}</td>
</tr>
</tbody>
</table>
</div>
<!-- //로그인을 하지 않은 경우 -->
<div class="btnArea">
<a href="#none" onclick="{$action_inquiry}"><img src="http://img.echosting.cafe24.com/design/skin/default/board/btn_register.gif" alt="등록" /></a>
</div>
</div>
② 영어
<!--@layout(/layout/basic/layout.html)--> <div class="path"> <h3>current path</h3> <ol> <li class="first"><a href="/">Home</a></li> <li><a href="/myshop/index.html">My Shopping</a></li> <li title="current path">Wholesale inquiries</li> </ol> </div> <div class="titleArea"> <h2>Wholesale inquiries</h2> <p>May request for inquiries or information regarding bulk purchases.</p> </div> <div module="board_InquiryForm"> <!--@css(/css/module/board/inquiryForm.css)--> <div module="board_InquiryHead"> <p class="prdThumb" style="{$display_product_image}"><a href="/product/detail.html{$param_product}"><img src="{$product_img}" class="{$product_image_class}" alt="{$product_name}" /></a></p> <div class="prdInfo"> <h3><a href="/product/detail.html{$param_product}">{$product_name}</a>{$user_icon} {$new_icon} {$recommend_icon} {$soldout_icon} {$mileage_icon}</h3> <p class="price">{$product_price}</p> <p class="button"><a href="/product/detail.html{$param_product}" title="new window"><img src="http://img.echosting.cafe24.com/design/skin/default/board/btn_prd_detail.gif" alt="look product detail" /></a></p> </div> </div> <div class="boardWrite"> <table border="1" summary=""> <caption>Wholesale inquiries</caption> <tbody> <tr> <th scope="row">Quantity</th> <td class="quantity"> <span> {$form.bi_product_cnt} <a href="#none"><img src="http://img.echosting.cafe24.com/design/skin/default/product/btn_count_up.gif" alt="up" class="up" onclick="{$action_amount_up}" /></a> <a href="#none"><img src="http://img.echosting.cafe24.com/design/skin/default/product/btn_count_down.gif" alt="down" class="down" onclick="{$action_amount_down}" /></a> </span> </td> </tr> <tr> <th scope="row">Subject</th> <td>{$form.bi_inquire_subject}</td> </tr> <tr> <td colspan="2" class="write"> {$form.bi_inquire_content} </td> </tr> <tr> <th scope="row">Attachments1</th> <td>{$form.inquiry_file1}<p class="grid">Attachments: 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">Attachments2</th> <td>{$form.inquiry_file2}<p class="grid">Attachments: 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">Attachments3</th> <td>{$form.inquiry_file3}<p class="grid">Attachments: 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">Attachments4</th> <td>{$form.inquiry_file4}<p class="grid">Attachments: 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">Attachments5</th> <td>{$form.inquiry_file5}<p class="grid">Attachments: 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">Subscribe for a catalog</th> <td>{$form.bi_is_catalog}</td> </tr> </tbody> </table> </div> <!-- 로그인을 하지 않은 경우 --> <div class="title {$display_login|display}"> <h3>Customer Information</h3> </div> <div class="boardWrite {$display_login|display}"> <table border="1" summary=""> <caption>Customer Information</caption> <tbody> <tr> <th scope="row">Country</th> <td>{$form.bi_country_code}</td> </tr> <tr> <th scope="row">Customer Name</th> <td>{$form.bi_inquirer_name}</td> </tr> <tr> <th scope="row">E-mail</th> <td>{$form.bi_inquirer_email}</td> </tr> <!-- 해외몰일 경우--> <tr> <th scope="row">Address</th> <td> {$form.bi_zipcode1} {$form.none_zipcode}<br /> {$form.bi_inquirer_addr1}<br /> {$form.bi_inquirer_addr2} </td> </tr> <tr> <th scope="row">Contact</th> <td>{$form.bi_inquirer_phone}</td> </tr> </tbody> </table> </div> <!-- //로그인을 하지 않은 경우 --> <div class="btnArea"> <a href="#none" onclick="{$action_inquiry}"><img src="http://img.echosting.cafe24.com/design/skin/default_en/board/btn_register.gif" alt="register" /></a> </div> </div> |
<!--@layout(/layout/basic/layout.html)--> <div class="path"> <h3>ロケ?ション</h3> <ol> <li class="first"><a href="/">ホ?ム</a></li> <li><a href="/myshop/index.html">マイペ?ジ</a></li> <li title="ロケ?ション">大量一括購入のお問い合わせ管理</li> </ol> </div> <div class="titleArea"> <h2>大量一括購入のお問い合わせ管理</h2> <p>大量一括購入のお問い合わせや?連情報の要請ができます。</p> </div> <div module="board_InquiryForm"> <!--@css(/css/module/board/inquiryForm.css)--> <div module="board_InquiryHead"> <p class="prdThumb" style="{$display_product_image}"><a href="/product/detail.html{$param_product}"><img src="{$product_img}" class="{$product_image_class}" alt="{$product_name}" /></a></p> <div class="prdInfo"> <h3><a href="/product/detail.html{$param_product}">{$product_name}</a>{$user_icon} {$new_icon} {$recommend_icon} {$soldout_icon} {$mileage_icon}</h3> <p class="price">{$product_price}</p> <p class="button"><a href="/product/detail.html{$param_product}" title=""><img src="http://img.echosting.cafe24.com/design/skin/default/board/btn_prd_detail.gif" alt="" /></a></p> </div> </div> <div class="boardWrite"> <table border="1" summary=""> <caption>大量一括購入のお問い合わせ管理</caption> <tbody> <tr> <th scope="row">?量</th> <td class="quantity"> <span> {$form.bi_product_cnt} <a href="#none"><img src="http://img.echosting.cafe24.com/design/skin/default/product/btn_count_up.gif" alt="수량증가" class="up" onclick="{$action_amount_up}" /></a> <a href="#none"><img src="http://img.echosting.cafe24.com/design/skin/default/product/btn_count_down.gif" alt="수량감소" class="down" onclick="{$action_amount_down}" /></a> </span> </td> </tr> <tr> <th scope="row">タイトル</th> <td>{$form.bi_inquire_subject}</td> </tr> <tr> <td colspan="2" class="write"> {$form.bi_inquire_content} </td> </tr> <tr> <th scope="row">添付ファイル1</th> <td>{$form.inquiry_file1}<p class="grid">添付ファイル: 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">添付ファイル2</th> <td>{$form.inquiry_file2}<p class="grid">添付ファイル: 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">添付ファイル3</th> <td>{$form.inquiry_file3}<p class="grid">添付ファイル: 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">添付ファイル4</th> <td>{$form.inquiry_file4}<p class="grid">添付ファイル: 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">添付ファイル5</th> <td>{$form.inquiry_file5}<p class="grid">添付ファイル: 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">カタログ申請</th> <td>{$form.bi_is_catalog}</td> </tr> </tbody> </table> </div> <!-- 로그인을 하지 않은 경우 --> <div class="title {$display_login|display}"> <h3>お客?情報</h3> </div> <div class="boardWrite {$display_login|display}"> <table border="1" summary=""> <caption>お客?情報</caption> <tbody> <tr> <th scope="row">?家</th> <td>{$form.bi_country_code}</td> </tr> <tr> <th scope="row">お名前</th> <td>{$form.bi_inquirer_name}</td> </tr> <tr> <th scope="row">メ?ルアドレス</th> <td>{$form.bi_inquirer_email}</td> </tr> <!-- 해외몰일 경우 --> <tr> <th scope="row">住所</th> <td> {$form.bi_zipcode1} <a href="#none" onclick="{$action_find_address}" id="{$btn_find_post}"><img src="http://img.echosting.cafe24.com/design/skin/default_jp/order/btn_zipcode2.gif" alt="Search Address" id="SearchAddress" /></a> {$form.none_zipcode}<br /> {$form.bi_inquirer_addr1}<br /> {$form.bi_inquirer_addr2} </td> </tr> <tr> <th scope="row">連絡先</th> <td>{$form.bi_inquirer_phone}</td> </tr> </tbody> </table> </div> <!-- //로그인을 하지 않은 경우 --> <div class="btnArea"> <a href="#none" onclick="{$action_inquiry}"><img src="http://img.echosting.cafe24.com/design/skin/default_jp/board/btn_register.gif" alt="등록" /></a> </div> </div> |
<!--@layout(/layout/basic/layout.html)--> <div class="path"> <h3>我?在的位置</h3> <ol> <li class="first"><a href="/">首?</a></li> <li><a href="/myshop/index.html">留言板</a></li> <li title="我?在的位置">管理大量??咨?</li> </ol> </div> <div class="titleArea"> <h2>管理大量??咨?</h2> <p>可??及管理??表的大量??咨??容。</p> </div> <div module="board_InquiryForm"> <!--@css(/css/module/board/inquiryForm.css)--> <div module="board_InquiryHead"> <p class="prdThumb" style="{$display_product_image}"><a href="/product/detail.html{$param_product}"><img src="{$product_img}" class="{$product_image_class}" alt="{$product_name}" /></a></p> <div class="prdInfo"> <h3><a href="/product/detail.html{$param_product}">{$product_name}</a>{$user_icon} {$new_icon} {$recommend_icon} {$soldout_icon} {$mileage_icon}</h3> <p class="price">{$product_price}</p> <p class="button"><a href="/product/detail.html{$param_product}" title=""><img src="http://img.echosting.cafe24.com/design/skin/default/board/btn_prd_detail.gif" alt="" /></a></p> </div> </div> <div class="boardWrite"> <table border="1" summary=""> <caption>管理大量??咨?</caption> <tbody> <tr> <th scope="row">?量</th> <td class="quantity"> <span> {$form.bi_product_cnt} <a href="#none"><img src="http://img.echosting.cafe24.com/design/skin/default/product/btn_count_up.gif" alt="수량증가" class="up" onclick="{$action_amount_up}" /></a> <a href="#none"><img src="http://img.echosting.cafe24.com/design/skin/default/product/btn_count_down.gif" alt="수량감소" class="down" onclick="{$action_amount_down}" /></a> </span> </td> </tr> <tr> <th scope="row">??</th> <td>{$form.bi_inquire_subject}</td> </tr> <tr> <td colspan="2" class="write"> {$form.bi_inquire_content} </td> </tr> <tr> <th scope="row">附件1</th> <td>{$form.inquiry_file1}<p class="grid">附件: 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">附件2</th> <td>{$form.inquiry_file2}<p class="grid">附件: 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">附件3</th> <td>{$form.inquiry_file3}<p class="grid">附件: 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">附件4</th> <td>{$form.inquiry_file4}<p class="grid">附件: 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">附件5</th> <td>{$form.inquiry_file5}<p class="grid">附件: 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">申?目??</th> <td>{$form.bi_is_catalog}</td> </tr> </tbody> </table> </div> <!-- 로그인을 하지 않은 경우 --> <div class="title {$display_login|display}"> <h3>?客信息</h3> </div> <div class="boardWrite {$display_login|display}"> <table border="1" summary=""> <caption>?客信息</caption> <tbody> <tr> <th scope="row">?家</th> <td>{$form.bi_country_code}</td> </tr> <tr> <th scope="row">?客名?</th> <td>{$form.bi_inquirer_name}</td> </tr> <tr> <th scope="row">?箱</th> <td>{$form.bi_inquirer_email}</td> </tr> <!-- 해외몰일 경우 --> <tr> <th scope="row">地址</th> <td> {$form.bi_zipcode1} <a href="#none" onclick="{$action_find_address}" id="{$btn_find_post}"><img src="http://img.echosting.cafe24.com/design/skin/default_jp/order/btn_zipcode2.gif" alt="Search Address" id="SearchAddress" /></a> {$form.none_zipcode}<br /> {$form.bi_inquirer_addr1}<br /> {$form.bi_inquirer_addr2} </td> </tr> <tr> <th scope="row">?系方式</th> <td>{$form.bi_inquirer_phone}</td> </tr> </tbody> </table> </div> <!-- //로그인을 하지 않은 경우 --> <div class="btnArea"> <a href="#none" onclick="{$action_inquiry}"><img src="http://img.echosting.cafe24.com/design/skin/defaul_cnt/board/btn_register.gif" alt="register" /></a> </div> </div> |
<!--@layout(/layout/basic/layout.html)--> <div class="path"> <h3>我现在的位置</h3> <ol> <li class="first"><a href="/">首页</a></li> <li><a href="/myshop/index.html">會員中心</a></li> <li title="我现在的位置">團購詢問</li> </ol> </div> <div class="titleArea"> <h2>團購詢問</h2> <p>您可以詢問或查詢團購相關資料。</p> </div> <div module="board_InquiryForm"> <!--@css(/css/module/board/inquiryForm.css)--> <div module="board_InquiryHead"> <p class="prdThumb" style="{$display_product_image}"><a href="/product/detail.html{$param_product}"><img src="{$product_img}" class="{$product_image_class}" alt="{$product_name}" /></a></p> <div class="prdInfo"> <h3><a href="/product/detail.html{$param_product}">{$product_name}</a>{$user_icon} {$new_icon} {$recommend_icon} {$soldout_icon} {$mileage_icon}</h3> <p class="price">{$product_price}</p> <p class="button"><a href="/product/detail.html{$param_product}" title="새창으로 이동"><img src="http://img.echosting.cafe24.com/design/skin/default_zh_TW/board/btn_prd_detail.gif" alt="查看商品詳情" /></a></p> </div> </div> <div class="boardWrite"> <table border="1" summary=""> <caption>團購詢問</caption> <tbody> <tr> <th scope="row">數量</th> <td class="quantity"> <span> {$form.bi_product_cnt} <a href="#none"><img src="http://img.echosting.cafe24.com/design/skin/default/product/btn_count_up.gif" alt="수량증가" class="up" onclick="{$action_amount_up}" /></a> <a href="#none"><img src="http://img.echosting.cafe24.com/design/skin/default/product/btn_count_down.gif" alt="수량감소" class="down" onclick="{$action_amount_down}" /></a> </span> </td> </tr> <tr> <th scope="row">標題</th> <td>{$form.bi_inquire_subject}</td> </tr> <tr> <td colspan="2" class="write"> {$form.bi_inquire_content} </td> </tr> <tr> <th scope="row">附件1</th> <td>{$form.inquiry_file1}<p class="grid">附件:10MB以下 / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">附件2</th> <td>{$form.inquiry_file2}<p class="grid">附件:10MB以下 / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">附件3</th> <td>{$form.inquiry_file3}<p class="grid">附件:10MB以下 / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">附件4</th> <td>{$form.inquiry_file4}<p class="grid">附件:10MB以下 / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">附件5</th> <td>{$form.inquiry_file5}<p class="grid">附件:10MB以下 / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">申請圖冊</th> <td>{$form.bi_is_catalog}</td> </tr> </tbody> </table> </div> <!-- 로그인을 하지 않은 경우 --> <div class="title {$display_login|display}"> <h3>顧客資料</h3> </div> <div class="boardWrite {$display_login|display}"> <table border="1" summary=""> <caption>顧客資料</caption> <tbody> <tr> <th scope="row">國家</th> <td>{$form.bi_country_code}</td> </tr> <tr> <th scope="row">顧客姓名</th> <td>{$form.bi_inquirer_name}</td> </tr> <tr> <th scope="row">電郵</th> <td>{$form.bi_inquirer_email}</td> </tr> <tr> <th scope="row">地址</th> <td> {$form.bi_zipcode1} <a href="#none" id="{$btn_find_post}" onclick="{$action_find_address}"><img src="http://img.echosting.cafe24.com/design/skin/default_cn/order/btn_address_search.gif" alt="搜索地址" /></a> {$form.none_zipcode}<br /> {$form.bi_inquirer_addr1}<br /> {$form.bi_inquirer_addr2} </td> </tr> <tr> <th scope="row">聯絡方式</th> <td>{$form.bi_inquirer_phone}</td> </tr> </tbody> </table> </div> <!-- //로그인을 하지 않은 경우 --> <div class="btnArea"> <a href="#none" onclick="{$action_inquiry}"><img src="http://img.echosting.cafe24.com/design/skin/default_zh_TW/board/btn_register.gif" alt="發佈" /></a> </div> </div> |
<!--@layout(/layout/basic/layout.html)--> <div class="path"> <h3>Local actual</h3> <ol> <li class="first"><a href="/">Principal</a></li> <li><a href="/myshop/index.html">Mi compra</a></li> <li title="Local actual">Duda sobre compra de gran cantidad</li> </ol> </div> <div class="titleArea"> <h2>Duda sobre compra de gran cantidad</h2> <p>Es posible solicitar dudas o datos sobre compra de gran cantidad</p> </div> <div module="board_InquiryForm"> <!--@css(/css/module/board/inquiryForm.css)--> <div module="board_InquiryHead"> <p class="prdThumb" style="{$display_product_image}"><a href="/product/detail.html{$param_product}"><img src="{$product_img}" class="{$product_image_class}" alt="{$product_name}" /></a></p> <div class="prdInfo"> <h3><a href="/product/detail.html{$param_product}">{$product_name}</a>{$user_icon} {$new_icon} {$recommend_icon} {$soldout_icon} {$mileage_icon}</h3> <p class="price">{$product_price}</p> <p class="button"><a href="/product/detail.html{$param_product}"><img src="http://img.echosting.cafe24.com/design/skin/default_es_ES/board/btn_prd_detail.gif" alt="Detalles de la mercancía" /></a></p> </div> </div> <div class="boardWrite"> <table border="1" summary=""> <caption>Duda sobre compra de gran cantidad</caption> <tbody> <tr> <th scope="row">Cantidad</th> <td class="quantity"> <span> {$form.bi_product_cnt} <a href="#none"><img src="http://img.echosting.cafe24.com/design/skin/default/product/btn_count_up.gif" alt="수량증가" class="up" onclick="{$action_amount_up}" /></a> <a href="#none"><img src="http://img.echosting.cafe24.com/design/skin/default/product/btn_count_down.gif" alt="수량감소" class="down" onclick="{$action_amount_down}" /></a> </span> </td> </tr> <tr> <th scope="row">Título</th> <td>{$form.bi_inquire_subject}</td> </tr> <tr> <td colspan="2" class="write"> {$form.bi_inquire_content} </td> </tr> <tr> <th scope="row">Anexo1</th> <td>{$form.inquiry_file1}<p class="grid">Anexo : Menos de 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">Anexo2</th> <td>{$form.inquiry_file2}<p class="grid">Anexo : Menos de 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">Anexo3</th> <td>{$form.inquiry_file3}<p class="grid">Anexo : Menos de 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">Anexo4</th> <td>{$form.inquiry_file4}<p class="grid">Anexo : Menos de 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">Anexo5</th> <td>{$form.inquiry_file5}<p class="grid">Anexo : Menos de 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">Solicitar el catálogo</th> <td>{$form.bi_is_catalog}</td> </tr> </tbody> </table> </div> <!-- 로그인을 하지 않은 경우 --> <div class="title {$display_login|display}"> <h3>Datos del cliente</h3> </div> <div class="boardWrite {$display_login|display}"> <table border="1" summary=""> <caption>Duda sobre compra de gran cantidad Datos del cliente</caption> <tbody> <tr> <th scope="row">País</th> <td>{$form.bi_country_code}</td> </tr> <tr> <th scope="row">Nombre del cliente</th> <td>{$form.bi_inquirer_name}</td> </tr> <tr> <th scope="row">Correo electrónico</th> <td>{$form.bi_inquirer_email}</td> </tr> <tr> <th scope="row">Dirección</th> <td> {$form.bi_zipcode1} {$form.none_zipcode}<br /> {$form.bi_inquirer_addr1}<br /> {$form.bi_inquirer_addr2} </td> </tr> <tr> <th scope="row">Telefone de contato</th> <td>{$form.bi_inquirer_phone}</td> </tr> </tbody> </table> </div> <!-- //로그인을 하지 않은 경우 --> <div class="btnArea"> <a href="#none" onclick="{$action_inquiry}"><img src="http://img.echosting.cafe24.com/design/skin/default_es_ES/board/btn_register.gif" alt="Registrar" /></a> </div> </div> |
<!--@layout(/layout/basic/layout.html)--> <div class="path"> <h3>Local actual</h3> <ol> <li class="first"><a href="/">Principal</a></li> <li><a href="/myshop/index.html">Mi compra</a></li> <li title="Local actual">Dúvida sobre compra de grande quantidade</li> </ol> </div> <div class="titleArea"> <h2>Dúvida sobre compra de grande quantidade</h2> <p>É possível solicitar dúvidas ou dados sobre compra de grande quantidade</p> </div> <div module="board_InquiryForm"> <!--@css(/css/module/board/inquiryForm.css)--> <div module="board_InquiryHead"> <p class="prdThumb" style="{$display_product_image}"><a href="/product/detail.html{$param_product}"><img src="{$product_img}" class="{$product_image_class}" alt="{$product_name}" /></a></p> <div class="prdInfo"> <h3><a href="/product/detail.html{$param_product}">{$product_name}</a>{$user_icon} {$new_icon} {$recommend_icon} {$soldout_icon} {$mileage_icon}</h3> <p class="price">{$product_price}</p> <p class="button"><a href="/product/detail.html{$param_product}"><img src="http://img.echosting.cafe24.com/design/skin/default_es_ES/board/btn_prd_detail.gif" alt="Detalles de la mercancía" /></a></p> </div> </div> <div class="boardWrite"> <table border="1" summary=""> <caption>Dúvida sobre compra de grande quantidade</caption> <tbody> <tr> <th scope="row">Quantidade</th> <td class="quantity"> <span> {$form.bi_product_cnt} <a href="#none"><img src="http://img.echosting.cafe24.com/design/skin/default/product/btn_count_up.gif" alt="수량증가" class="up" onclick="{$action_amount_up}" /></a> <a href="#none"><img src="http://img.echosting.cafe24.com/design/skin/default/product/btn_count_down.gif" alt="수량감소" class="down" onclick="{$action_amount_down}" /></a> </span> </td> </tr> <tr> <th scope="row">Título</th> <td>{$form.bi_inquire_subject}</td> </tr> <tr> <td colspan="2" class="write"> {$form.bi_inquire_content} </td> </tr> <tr> <th scope="row">Anexo1</th> <td>{$form.inquiry_file1}<p class="grid">Anexo : Menor que 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">Anexo2</th> <td>{$form.inquiry_file2}<p class="grid">Anexo : Menor que 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">Anexo3</th> <td>{$form.inquiry_file3}<p class="grid">Anexo : Menor que 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">Anexo4</th> <td>{$form.inquiry_file4}<p class="grid">Anexo : Menor que 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">Anexo5</th> <td>{$form.inquiry_file5}<p class="grid">Anexo : Menor que 10M / csv, xls, doc, ppt, pdf</p></td> </tr> <tr> <th scope="row">Solicitar o catálogo</th> <td>{$form.bi_is_catalog}</td> </tr> </tbody> </table> </div> <!-- 로그인을 하지 않은 경우 --> <div class="title {$display_login|display}"> <h3>Dados do cliente</h3> </div> <div class="boardWrite {$display_login|display}"> <table border="1" summary=""> <caption>Dados do cliente</caption> <tbody> <tr> <th scope="row">País</th> <td>{$form.bi_country_code}</td> </tr> <tr> <th scope="row">Nome do cliente</th> <td>{$form.bi_inquirer_name}</td> </tr> <tr> <th scope="row">Corréio eletrônico</th> <td>{$form.bi_inquirer_email}</td> </tr> <tr> <th scope="row">Endereço</th> <td> {$form.bi_zipcode1} {$form.none_zipcode}<br /> {$form.bi_inquirer_addr1}<br /> {$form.bi_inquirer_addr2} </td> </tr> <tr> <th scope="row">Telefone de contato</th> <td>{$form.bi_inquirer_phone}</td> </tr> </tbody> </table> </div> <!-- //로그인을 하지 않은 경우 --> <div class="btnArea"> <a href="#none" onclick="{$action_inquiry}"><img src="http://img.echosting.cafe24.com/design/skin/default_es_ES/board/btn_register.gif" alt="Registrar" /></a> </div> </div> |
아래와 같이 CSS를 전체 쇼핑몰에 공통적으로 추가합니다.
- 위치 : CSS (/css/module/board/inquiryList.css)
▼ 아래와 같이 파란색 소스를 추가합니다.
.xans-board-inquirylist { margin:0 0 10px; } |
- 위치 : CSS (/css/module/board/inquiryPaging.css)
▼ 아래와 같이 파란색 소스를 추가합니다.
.xans-board-inquirypaging { margin:10px 0; text-align:center; } |
- 위치 : CSS (/css/module/board/inquirySearch.css)
▼ 아래와 같이 파란색 소스를 추가합니다.
.xans-board-inquirysearch { padding:15px 22px; background:#f6f6f6; color:#8b8b8b; font-size:11px; } |
- 위치 : CSS (/css/module/board/inquiryView.css)
▼ 아래와 같이 파란색 소스를 추가합니다.
/* product */ |
- 위치 : CSS (/css/module/board/inquiryModify.css)
▼ 아래와 같이 파란색 소스를 추가합니다.
/* product */ |
- 위치 : CSS (/css/module/board/inquiryForm.css)
▼ 아래와 같이 파란색 소스를 추가합니다.
.xans-board-inquiryform .title h3 { margin:50px 0 7px; color:#444; font-size:12px; } |
6. 예외 사항
1.9 구상품 버전에서는 제공되지 않습니다.