我有一个可配置的产品,其中包含与之相关的简单产品。防爆。鞋子的属性大小和宽度简单。
我在此之前已经看到过这种问题有多种形式,没有解决方案。有谁知道如何修复此功能?我很惊讶这不是开箱即用的。
Magento - Layered navigation, configurable products, multiple filters active issue
答案 0 :(得分:-1)
您必须通过在core / Mage目录中复制核心文件来自定义核心文件。
假设您需要改变尺寸和尺寸。颜色。
打开文件Combobox
在以下代码之后: -
<Grid>
<ComboBox IsEditable="True" x:Name="EditableComboBox" Background="PeachPuff" VerticalAlignment="Center" HorizontalAlignment="Center" Width="200" Style="{DynamicResource ComboBoxStyle1}" >
</ComboBox>
</Grid>
您必须为所选属性自定义它: -
例如: -
app\code\core\Mage\Catalog\Model\Layer.php
希望这会有所帮助.. !!