/home/mjc1/public_html/html/ebizmall/item.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<?php include("head.php"); ?>
<?php
$sql 
"select * from mBoard_shopping where uid = '{$uid}' and show_list = '1'";
$res mysql_query($sql,$connect_web);
$item_info mysql_fetch_array($res);
if(
$item_info['uid']==''){
    echo 
"<script>alert('해당되는 상품이 없습니다.');window.history.go(-1);</script>";
    exit;
}
?>
<br>
    <div id="sub_section" style=''>
        <div id="wrap">
            <h3>
                <span>Web + Mobile</span>
                <em><?php echo strip_tags($item_info['list_subject']); ?></em>
                <p><?php echo $item_info['list_basic'];?></p>
            </h3>
            <div class="preview">
            <?php if(file_exists("./data/img/{$item_info['uid']}/img_top")){?>
                <img src="./data/img/<?php echo $item_info['uid']."/img_top";?>" alt="문구쇼핑몰">
            <?php } else {?>
                <img src="./images/sub/item_1.png" alt="문구쇼핑몰">
            <?php }?>
            </div>
            <div class="demo_btn">
                <a href="<?php echo $item_info['demo_link'];?>?device=pc" target='_blank'><span>쇼핑몰데모</span></a><a href="<?php echo $item_info['demo_link'];?>?device=mobile" target='_blank'><span>모바일데모</span></a><a href="<?php echo $item_info['demo_link'];?>/adm?device=pc" target='_blank'><span>관리자데모</span></a>
            </div>
        </div><!--//id="wrap"-->
    </div><!--//main_section-->


    <div id="sub_article">
        <div id="wrap">
            <div class="sub_view">
                <h4>쇼핑몰 메인</h4>
                <p>
            <?php if(file_exists("./data/img/{$item_info['uid']}/img_main")){?>
                <img src="./data/img/<?php echo $item_info['uid']."/img_main";?>" alt="문구쇼핑몰 메인" style="width:100%;">
            <?php } else {?>
                <img src="./images/sub/item_1_main.png" alt="문구쇼핑몰 메인" style="width:70%;">
            <?php }?>
                </p>
            </div>
            <div class="sub_view">
                <h4>쇼핑몰 상세</h4>
                <p>
            <?php if(file_exists("./data/img/{$item_info['uid']}/img_list")){?>
                <img src="./data/img/<?php echo $item_info['uid']."/img_list";?>" alt="문구쇼핑몰 서브" style="width:100%;">
            <?php } else {?>
                    <img src="./images/sub/item_1_list.png" alt="문구쇼핑몰 서브" style="width:70%;">
            <?php }?>
                </p>
            </div>
            <div class="sub_view mobile">
                <h4>쇼핑몰 모바일</h4>
                <div>
            <?php if(file_exists("./data/img/{$item_info['uid']}/img_mobile")){?>
                <img src="./data/img/<?php echo $item_info['uid']."/img_mobile";?>" alt="문구쇼핑몰 모바일" style="width:245px;">
            <?php } else {?>
                <img src="./images/sub/item_1_mobile.png" alt="문구쇼핑몰 모바일" style="width:262px;">
            <?php }?>
                </div>
            </div>
        </div><!--//id="wrap"-->
    </div><!--//main_section-->

    <div id="main_table">
        <div id="wrap">
            <table width="100%" class="mall_info">
                <caption>쇼핑몰 상품안내</caption>
                <thead>
                    <tr>
                        <th>내용</th>
                        <th colspan="2">설명</th>
                        <th>비고</th>
                    </tr>
                </thead>
                <tbody>
                    <tr>
                        <th>기본기능</th>
                        <td colspan="2">천년CS 연동 기능이 포함된 인터넷 쇼핑몰</td>
                        <td>쇼핑몰 단독 사용</td>
                    </tr>
                    <tr>
                        <th>상품등록수</th>
                        <td colspan="2"><span class="bold">무제한</span></td>
                        <td></td>
                    </tr>
                    <tr>
                        <th rowspan="3">쇼핑몰호스팅</th>
                        <td class="gray">하드디스크</td>
                        <td>2GB</td>
                        <td></td>
                    </tr>
                    <tr>
                        <td class="gray">데이터베이스 용량</td>
                        <td><span class="bold">무제한</span></td>
                        <td>하단 참조</td>
                    </tr>
                    <tr>
                        <td class="gray">트래픽</td>
                        <td><span class="bold">무제한</span></td>
                        <td>하단 참조</td>
                    </tr>
                    <tr>
                        <th rowspan="2">도메인</th>
                        <td colspan="2">임시 도메인 지원</td>
                        <td>임시도메인 1개 지원<!--개별 도메인 별도 구매--></td>
                    </tr>
                    <tr>
                        <td colspan="2">한글도메인 포함 무제한 도메인 연결 지원</td>
                        <td></td>
                    </tr>
                    <tr>
                        <th>게시판</th>
                        <td colspan="2"><span class="bold">무제한</span></td>
                        <td></td>
                    </tr>
                    <tr>
                        <th>가격비교사이트</th>
                        <td colspan="2">네이버, 다음 지원</td>
                        <td></td>
                    </tr>
                    <tr>
                        <th>디자인</th>
                        <td colspan="2">기본 디자인 3종 중 선택 가능</td>
                        <td>디자인 커스터마이징 별도</td>
                    </tr>
                    <tr>
                        <th>전자결제(카드연동)</th>
                        <td colspan="2">KCP, KG이니시스, LG U+ 중 선택 가능</td>
                        <td>개별 계약</td>
                    </tr>
                    <tr>
                        <th>SMS연동</th>
                        <td colspan="2">i-code SMS패키지 지원</td>
                        <td>개별 구매</td>
                    </tr>
                    <tr>
                        <th>설치환경</th>
                        <td colspan="2">LINUX APM환경에서 구동</td>
                        <td></td>
                    </tr>
                    <tr>
                        <th rowspan="2">비용</th>
                        <td class="gray">ERP 연동 사용시</td>
                        <td><span class="bold">450,000원</span> (VAT별도)</td>
                        <td>호스팅 <span class="bold">월 70,000원</span> (VAT별도)</td>
                    </tr>
                    <tr>
                        <td class="gray">쇼핑몰 단독 사용시</td>
                        <td><span class="bold">도입비 무료</span> (세팅비 5만원)</td>
                        <td>호스팅 <span class="bold">월 30,000원</span>  (VAT별도)</td>
                    </tr>
                </tbody>
            </table><!-- //mall_info-->



            <table width="100%" class="mall_info">
                <caption>쇼핑몰 부가서비스</caption>
                <thead>
                    <tr>
                        <th>내용</th>
                        <th>설명</th>
                    </tr>
                </thead>
                <tbody>
                    <tr>
                        <th>도메인</th>
                        <td>개별 도메인은 외부 도메인 판매업체에서 별도로 구매하셔야 합니다.<br>
                        (해당 업체 가입정보를 제공하면 대행처리 가능)
                        </td>
                    </tr>
                    <tr>
                        <th>전자결제(카드결제)</th>
                        <td>KCP, KG이니시스, LG U+만 가능하며, 이외의 업체는 별도 문의바랍니다.<br>
                        (전자결제관련 계약은 대행 불가)
                        </td>
                    </tr>
                    <tr>
                        <th>SMS</th>
                        <td>i-code SMS패키지 별도 구매 후 아이디와 비밀번호를 쇼핑몰 관리자에 입력하면 바로 사용가능합니다.
                        </td>
                    </tr>
                    <tr>
                        <th>쇼핑몰 이미지 커스터마이징</th>
                        <td>별도협의</td>
                    </tr>
                    <tr>
                        <th>쇼핑몰 상품 상세페이지 제작</th>
                        <td>별도협의</td>
                    </tr>
                    <tr>
                        <th>기존 쇼핑몰 데이터 이전</th>
                        <td>별도협의(쇼핑몰 규모에 따라 지원 가능)</td>
                    </tr>
                    <tr>
                        <th>쇼핑몰 기능추가</th>
                        <td>별도협의</td>
                    </tr>
                </tbody>
            </table><!-- //mall_info-->


            <div class="mall_etc">
                <h4>쇼핑몰 참조사항</h4>
                <p>- <b>FTP지원과 호스팅 이전은 불가능</b>합니다. (이전시 DB데이터만 제공/ 소스제공 불가)</p>
                <p>- 데이터베이스 무제한은 약관에 따라서 일정이상의 용량을 초과시엔 제한할 수도 있습니다.</p>
                <p>- 트래픽 무제한은 약관에 따라서 일정이상의 용량을 초과시엔 제한할 수도 있습니다.</p>
                <p>- 하드디스크 용량 <b>초과시엔 1GB당 11,000원(VAT포함)</b>의 비용을 청구합니다.</p>
                <p>- 하드디스크, 데이터베이스, 트래픽의 용량 등 모든 호스팅 자원을 <b>일정이상 사용시 별도의 호스팅 계약을 협의</b>하셔야 하며,<br>일반 호스팅이 아닌 단독 서버호스팅을 사용하셔야 합니다.</p>
            </div><!--//mall_etc-->

        </div><!--//id="wrap"-->
    </div><!--//main_table-->

<script>
function animate_move(v){
    document.location.href='index.php?pos='+v;
}
</script>

<?php include("foot.php"); ?>