|
@@ -498,7 +498,7 @@
|
|
|
|
|
|
{if in_array($fullordersmt['express'],[24,31])}
|
|
|
<b>{if ($fullordersmt['js'] == 3)} IP {else} FICP{/if}</b>
|
|
|
- {else if $fullorder['express'] == 1}
|
|
|
+ {else if $fullordersmt['express'] == 1}
|
|
|
<b>{if ($fullordersmt['js'] == 6)} 从发件方付税 {else } 从收件方付税 {/if}</b>
|
|
|
{else}
|
|
|
<b>{if $fullordersmt['js'] == 0}Ground Advantage{else if $fullordersmt['js'] == 1}PRIORITY{else if $fullordersmt['js'] == 2}EXPRESS{/if}</b>
|