Files
OMS/app/ome/view/admin/goods/import.html
2026-01-04 19:08:31 +08:00

54 lines
2.4 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 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>&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>