<?php $_cat = new Mage_Catalog_Block_Navigation(); $curent_cat = $_cat->getCurrentCategory(); $curent_cat_id = $curent_cat->getId(); echo $curent_cat_id; ?> (责任编辑:最模板) |
<?php $_cat = new Mage_Catalog_Block_Navigation(); $curent_cat = $_cat->getCurrentCategory(); $curent_cat_id = $curent_cat->getId(); echo $curent_cat_id; ?> (责任编辑:最模板) |
Magento系统默认产品页不会显示库存数量的,有些客户Magento模板网站需要给客户知道产品的库存...
默认magneto invoice pdf生成是用Zend Framework.框架的Zend_Pdf 模块,教程地址:http://devzone.zend.com/art...
为Magento的页面修改Meta的三个标签Title、Keywords和Description有时候会是一个很麻烦的事情。你可能...
在做 magento插件 imageswitch的时候,发现,attribute规定的不同的store view的label值无法显示,以co...
只是在默认情况下的 Magento 商店主页标题是:主页 。 这个标题给 SEO 和市场营销方面带来任何...
magento的产品页中要实现如下的评论的换页显示及指定每页评论数 方法如下: 1、app/code/local/...