Produced by Araxis Merge on 2020-08-14 00:01:33 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | Porto v3.2.3/Magento 2.x/Porto Theme/app/code/Mageplaza/LayeredNavigation/view/frontend/layout | catalog_category_view_type_layered.xml | 2018-10-10 20:33:22 +0000 |
| 2 | Porto v3.2.4/Magento 2.x/Porto Theme/app/code/Mageplaza/LayeredNavigation/view/frontend/layout | catalog_category_view_type_layered.xml | 2020-06-26 11:11:14 +0000 |
| Description | Between Files 1 and 2 | |
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 3 | 162 |
| Changed | 2 | 4 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| Whitespace | Consecutive whitespace is treated as a single space |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
| Active line-pairing rules |
No regular expressions were active.
| 1 | <?xml | 1 | <?xml | |||
| 2 | version="1.0" | 2 | version="1.0" | |||
| 3 | ?> | 3 | ?> | |||
| 4 | <!-- | 4 | <!-- | |||
| 5 | /** | 5 | /** | |||
| 6 | * Mageplaza | 6 | * Mageplaza | |||
| 7 | * | 7 | * | |||
| 8 | * NOTICE OF LICENSE | 8 | * NOTICE OF LICENSE | |||
| 9 | * | 9 | * | |||
| 10 | * This source file is subject to the Mageplaza.com license that is | 10 | * This source file is subject to the Mageplaza.com license that is | |||
| 11 | * available through the world-wide-web at this URL: | 11 | * available through the world-wide-web at this URL: | |||
| 12 | * https://www.mageplaza.com/LICENSE.txt | 12 | * https://www.mageplaza.com/LICENSE.txt | |||
| 13 | * | 13 | * | |||
| 14 | * DISCLAIMER | 14 | * DISCLAIMER | |||
| 15 | * | 15 | * | |||
| 16 | * Do not edit or add to this file if you wish to upgrade this extension to newer | 16 | * Do not edit or add to this file if you wish to upgrade this extension to newer | |||
| 17 | * version in the future. | 17 | * version in the future. | |||
| 18 | * | 18 | * | |||
| 19 | * @category Mageplaza | 19 | * @category Mageplaza | |||
| 20 | * @package Mageplaza_LayeredNavigation | 20 | * @package Mageplaza_LayeredNavigation | |||
| 21 | * @copyright Copyright (c) Mageplaza (https://www.mageplaza.com/) | 21 | * @copyright Copyright (c) Mageplaza (https://www.mageplaza.com/) | |||
| 22 | * @license https://www.mageplaza.com/LICENSE.txt | 22 | * @license https://www.mageplaza.com/LICENSE.txt | |||
| 23 | */ | 23 | */ | |||
| 24 | --> | 24 | --> | |||
| 25 | <page | 25 | <page | |||
| 26 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 26 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |||
| 27 | xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd" | 27 | xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd" | |||
| 28 | > | 28 | > | |||
| 29 | 29 | |||||
| 30 | <body> | 30 | <body> | |||
| 31 | 31 | |||||
| 32 | <referenceBlock | 32 | <referenceBlock | |||
| 33 | name="catalog.leftnav" | 33 | name="catalog.leftnav" | |||
| 34 | > | 34 | > | |||
| 35 | 35 | |||||
| 36 | <action | 36 | <action | |||
| 37 | method="setTemplate" | 37 | method="setTemplate" | |||
| 38 | ifconfig="layered_navigation/general/enable" | 38 | ifconfig="layered_navigation/general/enabled" | |||
| 39 | > | 39 | > | |||
| 40 | 40 | |||||
| 41 | <argument | 41 | <argument | |||
| 42 | name="template" | 42 | name="template" | |||
| 43 | xsi:type="string" | 43 | xsi:type="string" | |||
| 44 | > | 44 | > | |||
| 45 | Mageplaza_LayeredNavigation::layer/view.phtml | 45 | Mageplaza_LayeredNavigation::layer/view.phtml | |||
| 46 | </argument> | 46 | </argument> | |||
| 47 | 47 | |||||
| 48 | </action> | 48 | </action> | |||
| 49 | 49 | |||||
| 50 | <container | 50 | <container | |||
| 51 | name="layer.additional.info" | 51 | name="layer.additional.info" | |||
| 52 | as="layer_additional_info" | 52 | as="layer_additional_info" | |||
| 53 | /> | 53 | /> | |||
| 54 | 54 | |||||
| 55 | <container | 55 | <container | |||
| 56 | name="layer.content.before" | 56 | name="layer.content.before" | |||
| 57 | as="layer_content_before" | 57 | as="layer_content_before" | |||
| 58 | /> | 58 | /> | |||
| 59 | 59 | |||||
| 60 | </referenceBlock> | 60 | </referenceBlock> | |||
| 61 | 61 | |||||
| 62 | <referenceBlock | 62 | <referenceBlock | |||
| 63 | name="catalog.navigation.renderer" | 63 | name="catalog.navigation.renderer" | |||
| 64 | > | 64 | > | |||
| 65 | 65 | |||||
| 66 | <action | 66 | <action | |||
| 67 | method="setTemplate" | 67 | method="setTemplate" | |||
| 68 | ifconfig="layered_navigation/general/enable" | 68 | ifconfig="layered_navigation/general/enabled" | |||
| 69 | > | 69 | > | |||
| 70 | 70 | |||||
| 71 | <argument | 71 | <argument | |||
| 72 | name="template" | 72 | name="template" | |||
| 73 | xsi:type="string" | 73 | xsi:type="string" | |||
| 74 | > | 74 | > | |||
| 75 | Mageplaza_LayeredNavigation::layer/filter.phtml | 75 | Mageplaza_LayeredNavigation::layer/filter.phtml | |||
| 76 | </argument> | 76 | </argument> | |||
| 77 | 77 | |||||
| 78 | </action> | 78 | </action> | |||
| 79 | 79 | |||||
| 80 | </referenceBlock> | 80 | </referenceBlock> | |||
| 81 | 81 | |||||
| 82 | </body> | 82 | </body> | |||
| 83 | </page> | 83 | </page> |
Araxis Merge (but not the data content of this report) is Copyright © 1993–2019 Araxis Ltd (www.araxis.com). All rights reserved.