【问题标题】:Magento: Supporting Configurable Products in Bundled ProductsMagento:支持捆绑产品中的可配置产品
【发布时间】:2014-02-02 15:10:16
【问题描述】:

使用最新的 Magento 1.8,我希望支持可配置产品作为捆绑产品的成员。这不是开箱即用的。

很明显,我需要从配置 XML 开始,这样:

   <catalog>    
     <product>
       <type>
          <bundle>
            <allowed_selection_types>
              <configurable/>
            ...

问题是 - 一旦捆绑包可以包含可配置产品,我还需要在哪里扩展核心代码?我正在寻找默认代码会中断的地方。

【问题讨论】:

    标签: magento


    【解决方案1】:

    我通过第 3 方模块解决了这一需求。 http://shop.wizkunde.nl/configurable-bundle.html

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2011-02-26
      • 2013-07-19
      • 1970-01-01
      • 2013-06-16
      • 1970-01-01
      • 2012-05-18
      • 1970-01-01
      相关资源
      最近更新 更多