We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e4c6fb + e3068d2 commit eaddb61Copy full SHA for eaddb61
app/code/Magento/Swatches/view/frontend/layout/catalogsearch_advanced_result.xml
@@ -0,0 +1,17 @@
1
+<?xml version="1.0"?>
2
+<!--
3
+/**
4
+ * Copyright © 2016 Magento. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+-->
8
+<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
9
+ <head>
10
+ <css src="Magento_Swatches::css/swatches.css"/>
11
+ </head>
12
+ <body>
13
+ <referenceBlock name="category.product.type.details.renderers">
14
+ <block class="Magento\Swatches\Block\Product\Renderer\Listing\Configurable" as="configurable" template="Magento_Swatches::product/listing/renderer.phtml" />
15
+ </referenceBlock>
16
+ </body>
17
+</page>
0 commit comments