📄 sto_express.php
字号:
<?php
/**
* ECSHOP Shen Tong shipping plug-in's language file
* ============================================================================
* All right reserved (C) 2005-2007 Beijing Yi Shang Interactive Technology
* Development Ltd.
* Web site: http://www.ecshop.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: zblikai $
* $Id: sto_express.php 15646 2009-02-23 08:33:00Z zblikai $
*/
$_LANG['sto_express'] = 'Shen Tong shipping';
$_LANG['sto_express_desc'] = 'Cost of Jiang, Zhe, Hu region less than 1000g is less than 15 yuan/kg, other region 18 yuan/kg, more than 1000g is 5-6 yuan/kg, Yun Nan region is 8 yuan.';
$_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 border="0" cellspacing="0" cellpadding="0" style="width:18.9cm;">
<tr>
<td colspan="3" style="height:2cm;"> </td>
</tr>
<tr>
<td style="width:8cm; height:4cm; padding-top:0.3cm;" align="center" valign="middle">
<table border="0" cellspacing="0" cellpadding="0" style="width:7.5cm;" align="center">
<tr>
<td style="width:2.3cm;"> </td>
<td style="height:1.5cm;">{$shop_address}</td>
</tr>
<tr>
<td> </td>
<td style="height:0.9cm;">{$shop_name}</td>
</tr>
<tr>
<td> </td>
<td style="height:0.9cm;">{$shop_name}</td>
</tr>
<tr>
<td> </td>
<td style="height:0.9cm;">{$service_phone}</td>
</tr>
</table>
</td>
<td style="width:8cm; height:4cm; padding-top:0.3cm;" align="center" valign="middle">
<table border="0" cellspacing="0" cellpadding="0" style="width:7.5cm;" align="center">
<tr>
<td style="width:2.3cm;"> </td>
<td style="height:1.5cm;">{$order.address}</td>
</tr>
<tr>
<td> </td>
<td style="height:0.9cm;"></td>
</tr>
<tr>
<td> </td>
<td style="height:0.9cm;">{$order.consignee}</td>
</tr>
<tr>
<td> </td>
<td style="height:0.9cm;">{$order.tel}</td>
</tr>
</table>
</td>
<td rowspan="2" style="width:3cm;"> </td>
</tr>
<tr>
<td colspan="2" style="height:3.5cm;"> </td>
</tr>
</table>';
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -