Magento中可自定义主题的可配置颜色样本

时间:2015-04-21 07:56:13

标签: magento configurable

我正在尝试使用自定义模板的可配置色样功能,我已经复制了所有文件,即catalog.xml,configurableswatches.xml和其他模板文件,但我看不到产品列表页面上的颜色图标以及在产品描述页面上获取错误

Fatal error: Call to a member function getSortedChildren() on a non-object in /app/design/frontend/default/testthemes/template/catalog/product/view/type/options/configurable.phtml on line 32

任何人都可以告诉我它是否只与rwd主题兼容,或者我们是否也可以将其用于自定义模板。

谢谢, 爬完

1 个答案:

答案 0 :(得分:0)

<reference name="product.info.options.wrapper">
     <block type="catalog/product_view_type_configurable" name="product.info.options.configurable" as="options_configurable" before="-" template="catalog/product/view/type/options/configurable.phtml">
    <block type="core/text_list" name="product.info.options.configurable.renderers" as="attr_renderers" />
    <block type="core/text_list" name="product.info.options.configurable.after" as="after" />
    </block>
</reference>

在catalog.xml中加入<PRODUCT_TYPE_configurable translate="label" module="catalog">