9. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2020-08-14 00:01:29 +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.

9.1 Files compared

#LocationFileLast Modified
1Porto v3.2.3/Magento 2.x/Porto Theme/app/code/Mageplaza/AjaxLayer/view/frontend/layoutcatalog_category_view_type_layered.xml2018-10-10 20:33:22 +0000
2Porto v3.2.4/Magento 2.x/Porto Theme/app/code/Mageplaza/AjaxLayer/view/frontend/layoutcatalog_category_view_type_layered.xml2020-06-26 11:11:14 +0000

9.2 Comparison summary

DescriptionBetween
Files 1 and 2
Text BlocksLines
Unchanged1174
Changed00
Inserted00
Removed00

9.3 Comparison options

WhitespaceConsecutive whitespace is treated as a single space
Character caseDifferences in character case are significant
Line endingsDifferences in line endings (CR and LF characters) are ignored
CR/LF charactersNot shown in the comparison detail
Active line-pairing rules

9.4 Active regular expressions

No regular expressions were active.

9.5 Comparison detail

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_AjaxLayer 20  * @package     Mageplaza_AjaxLayer
21  * @copyright   Copyright (c) Mageplaza (http://www.mageplaza.com/) 21  * @copyright   Copyright (c) Mageplaza (http://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/ajax_enable" 38     ifconfig="layered_navigation/general/ajax_enable"
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_AjaxLayer::layer/view.phtml 45      Mageplaza_AjaxLayer::layer/view.phtml
46     </argument> 46     </argument>
47                  47                 
48    </action> 48    </action>
49             49            
50   </referenceBlock> 50   </referenceBlock>
51            51           
52   <referenceContainer  52   <referenceContainer 
53    name="content" 53    name="content"
54   > 54   >
55                 55                
56    <block  56    <block 
57     class="Magento\Framework\View\Element\Template"  57     class="Magento\Framework\View\Element\Template" 
58     name="layer.category.products"  58     name="layer.category.products" 
59     template="Mageplaza_AjaxLayer::products.phtml" 59     template="Mageplaza_AjaxLayer::products.phtml"
60    /> 60    />
61             61            
62   </referenceContainer> 62   </referenceContainer>
63            63           
64   <referenceContainer  64   <referenceContainer 
65    name="sidebar.main" 65    name="sidebar.main"
66   > 66   >
67                 67                
68    <block  68    <block 
69     class="Magento\Framework\View\Element\Template"  69     class="Magento\Framework\View\Element\Template" 
70     name="layer.catalog.leftnav"  70     name="layer.catalog.leftnav" 
71     template="Mageplaza_AjaxLayer::layer.phtml" 71     template="Mageplaza_AjaxLayer::layer.phtml"
72    /> 72    />
73             73            
74   </referenceContainer> 74   </referenceContainer>
75            75           
76   <move  76   <move 
77    element="category.products"  77    element="category.products" 
78    destination="layer.category.products" 78    destination="layer.category.products"
79   /> 79   />
80            80           
81   <move  81   <move 
82    element="catalog.leftnav"  82    element="catalog.leftnav" 
83    destination="layer.catalog.leftnav" 83    destination="layer.catalog.leftnav"
84   /> 84   />
85        85       
86  </body> 86  </body>
87 </page> 87 </page>