如何在magento 1.9中的cms主页滑块上显示类别?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何在magento 1.9中的cms主页滑块上显示类别?相关的知识,希望对你有一定的参考价值。

我试图在滑块中的主页中显示我的类别,重定向到相关的类别页面?

答案

我需要创建一个自定义的Phtml文件然后使用此代码

<?php 
$_helper = Mage::helper('catalog/category');
$_categories = $_helper->getStoreCategories();
if (count($_categories) > 0){
    foreach($_categories as $_category){
        $_category = Mage::getModel('catalog/category')->load($_category->getId());
        $_subcategories = $_category->getChildrenCategories();
        if (count($_subcategories) > 0){
            echo $_category->getName();
            echo $_category->getId();      
            foreach($_subcategories as $_subcategory){
                 echo $_subcategory->getName();
                 echo $_subcategory->getId();
            }
        }
    }
}
?>

如果你想要更多的帮助,你可以在你的主页上调用它然后你可以轻松地做你想要的HTML和滑块

另一答案
{{block type="catalog/product_list" category_id="YOUR_CATEGORY" template="catalog/product/list.phtml"}}

步骤: - 需要将代码放在cms主页中。并将您的类别ID放入块中。

第2步: - 这是滑块的代码。

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script src="jquery.bxslider.min.js"></script>

  <ul class="bxslider">
     <li>Call block here </li>

</ul>
<script>
  jQuery('.bxslider').bxSlider({
  mode: 'fade',
  captions: true
 });
</script>

以上是关于如何在magento 1.9中的cms主页滑块上显示类别?的主要内容,如果未能解决你的问题,请参考以下文章

Magento 1.9 核心会话消息在主页上消失

如何使 CAGradientLayer 中的渐变跟随滑块上的某个值?

flexslider 中的 GIF 滑块,如何仅在滑块上开始 gif

如何在滑块上创建这种效果?

如何在一个滑块上添加多个滑块? #扑

如何从magento 1.9中的paypal标准中删除checkout