本文整理汇总了PHP中Carrier::dodaniDoprava方法的典型用法代码示例。如果您正苦于以下问题:PHP Carrier::dodaniDoprava方法的具体用法?PHP Carrier::dodaniDoprava怎么用?PHP Carrier::dodaniDoprava使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类Carrier
的用法示例。
在下文中一共展示了Carrier::dodaniDoprava方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: content_56672fa3387232_97699774
//.........这里部分代码省略.........
?>
<?php
if ($_smarty_tpl->tpl_vars['carrier']->value['logo']) {
?>
<img src="<?php
echo $_smarty_tpl->tpl_vars['carrier']->value['logo'];
?>
" alt="<?php
echo $_smarty_tpl->tpl_vars['carrier']->value['instance']->name;
?>
"/>
<?php
} elseif (!$_smarty_tpl->tpl_vars['option']->value['unique_carrier']) {
?>
<?php
echo $_smarty_tpl->tpl_vars['carrier']->value['instance']->name;
?>
<?php
if (!$_smarty_tpl->tpl_vars['carrier']->last) {
?>
- <?php
}
?>
<?php
}
?>
<?php
}
?>
</td>
<td class="delivery_option_icko">
<?php
$_smarty_tpl->tpl_vars['dodani'] = new Smarty_variable(Carrier::dodaniDoprava($_smarty_tpl->tpl_vars['cart']->value->id, $_smarty_tpl->tpl_vars['carrier']->value['instance']->name), null, 0);
?>
<?php
if ($_smarty_tpl->tpl_vars['dodani']->value) {
?>
<?php
echo $_smarty_tpl->tpl_vars['dodani']->value;
?>
<?php
} else {
?>
<?php
if (isset($_smarty_tpl->tpl_vars['carrier']->value['instance']->delay[$_smarty_tpl->tpl_vars['cookie']->value->id_lang])) {
?>
<?php
echo $_smarty_tpl->tpl_vars['carrier']->value['instance']->delay[$_smarty_tpl->tpl_vars['cookie']->value->id_lang];
?>
<?php
}
?>
<?php
}
?>
</td>
<td class="delivery_option_price">
<?php
if ($_smarty_tpl->tpl_vars['option']->value['total_price_with_tax'] && (!isset($_smarty_tpl->tpl_vars['free_shipping']->value) || isset($_smarty_tpl->tpl_vars['free_shipping']->value) && !$_smarty_tpl->tpl_vars['free_shipping']->value)) {
?>
<?php
if ($_smarty_tpl->tpl_vars['use_taxes']->value == 1) {
开发者ID:h0n24,项目名称:leodig,代码行数:67,代码来源:60227b03e2d0bcdb6bb926a4955129921f14a7c9.file.order-carrier.tpl.php