我正在使用RokenThemes,并通过在主题内的 Magento_Swatches / layout 文件内添加 catalog_category_view.xml 文件并使用以下代码来将颜色样本集成到类别页面中
> <referenceBlock name="category.product.type.details.renderers">
<block class="Magento\Swatches\Block\Product\Renderer\Listing\Configurable" name="category.product.type.details.renderers.configurablelisting" as="configurable" template="Magento_Swatches::product/listing/renderer.phtml" ifconfig="catalog/frontend/show_swatches_in_product_list" />
</referenceBlock>
并且它在类别页面中正确显示了色板,但是单击色板图像时,主图像没有更改。详细信息页面中的色板和图像更改可以正常工作