Files
OMS/app/ome/view/admin/goods/import.html
2025-12-28 23:13:25 +08:00

43 lines
1.9 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!--
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>&nbsp;</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>&nbsp;</th>
<td><{button class="btn-primary" label="上传" type="submit"}></td>
</tr>
</table>
</div>
</form>