无法对magento中的捆绑产品进行分类

时间:2013-03-11 06:56:16

标签: magento bundle

我将在magento设置计算机商店,因为我已经使用捆绑产品来定制台式计算机。现在我想要3类捆绑产品,其中第1个包含“桌面部件”的定制,第2个包含“软件和服务”的自定义,第3个包含“配件”。

我尝试使用此代码更改view.phtml

<?php if ($_product->isSaleable() && $this->hasOptions()):?>
    <?php echo $this->getChildChildHtml('container2', '', true, true) ?>
<?php endif;?>

但是这段代码获得了所有捆绑产品。我希望它分为3类。 我还附上了我想要开发的内容的快照。 enter image description here

请帮我解决这个问题。提前致谢

1 个答案:

答案 0 :(得分:0)

您需要为此自定义相应的模板文件,您可以在

下找到这些文件
 app\design\frontend\base\default\template\bundle\catalog\product

注意:覆盖上面的相应模板文件和自定义主题文件夹

中的布局文件(Bundle.xml)