mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-04 14:36:50 +08:00
43 lines
1.9 KiB
HTML
43 lines
1.9 KiB
HTML
<!--
|
||
Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
See LICENSE file for license details.
|
||
-->
|
||
|
||
<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>
|