mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-30 21:15:34 +08:00
54 lines
2.4 KiB
HTML
54 lines
2.4 KiB
HTML
<!--
|
||
Copyright 2012-2026 ShopeX (https://www.shopex.cn)
|
||
|
||
Licensed under the Apache License, Version 2.0 (the "License");
|
||
you may not use this file except in compliance with the License.
|
||
You may obtain a copy of the License at
|
||
|
||
http://www.apache.org/licenses/LICENSE-2.0
|
||
|
||
Unless required by applicable law or agreed to in writing, software
|
||
distributed under the License is distributed on an "AS IS" BASIS,
|
||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||
See the License for the specific language governing permissions and
|
||
limitations under the License.
|
||
-->
|
||
|
||
<table width="100%" border="0" cellpadding="0" cellspacing="0" ><tr><td style="text-align:right;padding-top:3px;padding-right:10px;"><{help docid="76" type="link"}><{t}>点击查看帮助<{/t}><{/help}></td></tr></table><form method="post" action="index.php?app=ome&ctl=admin_goods&act=do_export" class="tableform">
|
||
<h4><{t}>第一步:下载商品XML文件(仅限ShopEx后台和ShopEx小助理使用)<{/t}></h4>
|
||
<div class="division">
|
||
<table cellpadding="0" cellspacing="0" border="0">
|
||
<tr>
|
||
<th><{t}>请选择商品类型:<{/t}></th>
|
||
<td><{input type="select" name="gtype" required="true" options=$gtypes}></td>
|
||
</tr>
|
||
<tr>
|
||
<th> </th>
|
||
<td><{button class="btn-primary" label="下载" type="submit"}></td>
|
||
</tr>
|
||
</table>
|
||
<div style="margin-top:6px"><{t}>为了更方便地管理商店商品,建议您使用 <a href="http://www.shopex.cn/products/ShopExAssitant_intro.html" target="_blank"><b>ShopEx网店助理</b></a>,同时可实现多种平台的数据转换和交互,如:淘宝、拍拍等<{/t}></div>
|
||
</div>
|
||
</form>
|
||
<div class="tableform">
|
||
<h4><{t}>第二步:填写XML文件<{/t}></h4>
|
||
<div class="division"><{t}>打开XML文件,在里面对应写入上传商品的内容。<{/t}></div>
|
||
</div>
|
||
<form method="post" enctype="multipart/form-data" action="index.php?app=ome&ctl=admin_goods&act=do_import" class="tableform">
|
||
<h4><{t}>第三步:上传填写好的XML文件<{/t}></h4>
|
||
<input type="hidden" name="type" value="XML">
|
||
|
||
<div class="division">
|
||
<table cellpadding="0" cellspacing="0" border="0">
|
||
<tr>
|
||
<th><{t}>上传批量XML文件:<{/t}></th>
|
||
<td><input type="file" name="upload_file"/></td>
|
||
</tr>
|
||
<tr>
|
||
<th> </th>
|
||
<td><{button class="btn-primary" label="上传" type="submit"}></td>
|
||
</tr>
|
||
</table>
|
||
</div>
|
||
</form>
|