概述
1、后台添加CMS Page URL:shipping-countries。
编辑layout文件:
<remove name="cms_page" />
<reference name="content">
<remove name="cms_page" />
<reference name="content">
<block type="directory/data" name="shipping.countries" as="shipping_countries" template="shipping/countries.phtml" />
</reference>
</reference>
2、创建countries.phtml文件
getCountryCollection()->toOptionArray(false); //获得当前运行发货的国家的Collection
?>
0){
$html='
-
';
foreach ($str as $value){
$html.='
- '.$value.'
- ' ;
}
$html.='
';
}else{
$html='';
}
return $html;
}
?>
__('Shipping Countries') ?>
//遍历国家Collection,将国家名称按头字母分别存到相应的数组
//输出国家名称的Html
__('There are no Shipping Countries available.'); ?>
最后
以上就是长情萝莉为你收集整理的Magento创建CMS Page显示当前允许发货的国家名称,按字母排版.phtml文件的全部内容,希望文章能够帮你解决Magento创建CMS Page显示当前允许发货的国家名称,按字母排版.phtml文件所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复