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.
76 lines
2.6 KiB
76 lines
2.6 KiB
<?php
|
|
|
|
/**
|
|
* ECSHOP Shen Tong shipping 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: sto_express.php 17217 2011-01-19 06:29:08Z liubo $
|
|
*/
|
|
|
|
$_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>';
|
|
|
|
?>
|