共计 368 个字符,预计需要花费 1 分钟才能阅读完成。
在网上看到有朋友做出这个插件,只需要简单的修改可以显示国家图
[php]
<p><?php echo "ship to ".$order->getShippingAddress()->getCity();?>
<img src="<?php echo $this->getSkinUrl(‘images/flags/’ . $this->htmlEscape($order->getShippingAddress()->getCountry_id()) . ‘.GIF’) ?>" alt="<?php echo $this->htmlEscape($order->getShippingAddress()->getCountry_id()) ?>"/>
</p><!–在订单地址,城市后面,添加-“调用国家id.GIF",很好看懂–>
[/php]
正文完
很需要这样的插件.谢谢