You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
86 lines
2.9 KiB
86 lines
2.9 KiB
<?php
|
|
|
|
/**
|
|
* ECSHOP EMS plug-in's language file
|
|
* ============================================================================
|
|
* All right reserved (C) 2005-2016 Shanghai Yi Shang Chuang Technology
|
|
* Development Ltd.
|
|
* Web site: http://www.ecmoban.com
|
|
* ----------------------------------------------------------------------------
|
|
* This is a free/open source software;it mean that you can modify, use and
|
|
* republish the program code, on the premise of that your behavior is not for
|
|
* commercial purposes.
|
|
* ============================================================================
|
|
* $Author: liubo $
|
|
* $Id: zto.php 17217 2011-01-19 06:29:08Z liubo $
|
|
*/
|
|
|
|
$_LANG['zto'] = 'ZTO express';
|
|
$_LANG['zto_desc'] = "Qualcomm's Medium Express instructions. Prices in accordance with the declared value charges 2% of pay, but the price fee of not less than 100 yuan, and protect the price shall not exceed the amount of 10,000 won, and protect the price of the amount of more than 10,000 yuan, more than some invalid";
|
|
$_LANG['item_fee'] = 'Single commodity costs:';
|
|
$_LANG['base_fee'] = 'Cost less than 1000g';
|
|
$_LANG['step_fee'] = 'Every less than or equal to 1000g:';
|
|
$_LANG['shipping_print'] = '<table style="width:18.2cm" border="0" cellspacing="0" cellpadding="0">
|
|
<tr>
|
|
<td style="height:2.2cm;"> </td>
|
|
</tr>
|
|
</table>
|
|
<table style="width:18.2cm" border="0" cellspacing="0" cellpadding="0">
|
|
<tr>
|
|
<td style="height:4.4cm; width:9.1cm;">
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
<tr>
|
|
<td style="width:2cm; height:0.8cm;"> </td>
|
|
<td style="width:2.7cm;">{$shop_name}</td>
|
|
<td style="width:1.2cm;"> </td>
|
|
<td>{$province}</td>
|
|
</tr>
|
|
<tr>
|
|
<td> </td>
|
|
<td colspan="3" style="height:1.6cm;">{$shop_address}</td>
|
|
</tr>
|
|
<tr>
|
|
<td> </td>
|
|
<td colspan="3" style="height:0.8cm;">{$shop_name}</td>
|
|
</tr>
|
|
<tr>
|
|
<td> </td>
|
|
<td style="height:1.2cm;">{$service_phone}</td>
|
|
<td> </td>
|
|
<td> </td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
<td style="height:4.4cm; width:9.1cm;">
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
<tr>
|
|
<td style="width:2cm; height:0.8cm;"> </td>
|
|
<td style="width:2.7cm;">{$order.consignee}</td>
|
|
<td style="width:1.2cm;"> </td>
|
|
<td>{$order.region}</td>
|
|
</tr>
|
|
<tr>
|
|
<td> </td>
|
|
<td colspan="3" style="height:1.6cm;">{$order.address}</td>
|
|
</tr>
|
|
<tr>
|
|
<td> </td>
|
|
<td colspan="3" style="height:0.8cm;"></td>
|
|
</tr>
|
|
<tr>
|
|
<td> </td>
|
|
<td style="height:1.2cm;">{$order.mobile}</td>
|
|
<td> </td>
|
|
<td>{$order.zipcode}</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<table style="width:18.2cm" border="0" cellspacing="0" cellpadding="0">
|
|
<tr>
|
|
<td style="height:4.2cm;"> </td>
|
|
</tr>
|
|
</table>';
|
|
|
|
?>
|