8. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2023-03-13 03:00:42 +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.

8.1 Files compared

#LocationFileLast Modified
1Porto v4.0.4/Porto Theme/app/code/Mageplaza/AjaxLayerREADME.md2022-02-09 10:11:13 +0000
2Porto v4.0.5/Porto Theme/app/code/Mageplaza/AjaxLayerREADME.md2022-07-28 08:51:57 +0000

8.2 Comparison summary

DescriptionBetween
Files 1 and 2
Text BlocksLines
Unchanged1274
Changed00
Inserted00
Removed00

8.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

8.4 Active regular expressions

No regular expressions were active.

8.5 Comparison detail

1 # The #1 Magento 2 Ajax Layered Navigation FREE 1 # The #1 Magento 2 Ajax Layered Navigation FREE
2  2 
3 Product filtering is one of the most used features which every customer craves on your online store. To clarify, product filtering is an application that buyers select one or multiple product attributes to search for specific products which match their needs. 3 Product filtering is one of the most used features which every customer craves on your online store. To clarify, product filtering is an application that buyers select one or multiple product attributes to search for specific products which match their needs.
4  4 
5 On an online store which there is no existence of shopping assistants, customers need nothing but an effective product filtering/searching tool. It would seem strange if your Magento 2 store had no **Layered Navigation** because other e-commerce websites, today, are even trying to enhance their filtering systems to optimize UX on their platforms. 5 On an online store which there is no existence of shopping assistants, customers need nothing but an effective product filtering/searching tool. It would seem strange if your Magento 2 store had no **Layered Navigation** because other e-commerce websites, today, are even trying to enhance their filtering systems to optimize UX on their platforms.
6  6 
7 To boost filtering experience for buyers, [Ajax Layered Navigation extension for Magento 2](https://www.mageplaza.com/magento-2-ajax-layered-navigation/) allows filtered products to appear immediately after every single filtering action. Hence, there is no seem-to-be-painfully-long waiting time between each filter, and customers will be more likely to enjoy their time shopping on your store.  7 To boost filtering experience for buyers, [Ajax Layered Navigation extension for Magento 2](https://www.mageplaza.com/magento-2-ajax-layered-navigation/) allows filtered products to appear immediately after every single filtering action. Hence, there is no seem-to-be-painfully-long waiting time between each filter, and customers will be more likely to enjoy their time shopping on your store. 
8  8 
9  9 
10 ## 1. Documentation 10 ## 1. Documentation
11  11 
12 - [Landing Page](https://github.com/mageplaza/magento-2-ajax-layered-navigation) 12 - [Landing Page](https://github.com/mageplaza/magento-2-ajax-layered-navigation)
13 - [Installation guide](https://www.mageplaza.com/install-magento-2-extension/) 13 - [Installation guide](https://www.mageplaza.com/install-magento-2-extension/)
14 - [User Guide](https://docs.mageplaza.com/ajax-layered-navigation/index.html) 14 - [User Guide](https://docs.mageplaza.com/ajax-layered-navigation/index.html)
15 - [Get Support](https://github.com/mageplaza/magento-2-ajax-layered-navigation/issues) 15 - [Get Support](https://github.com/mageplaza/magento-2-ajax-layered-navigation/issues)
16  16 
17  17 
18 ## 2. FAQs 18 ## 2. FAQs
19  19 
20 - **Q: I got an error: Mageplaza_Core has been already defined** 20 - **Q: I got an error: Mageplaza_Core has been already defined**
21  21 
22 - A: Read solution: https://github.com/mageplaza/module-core/issues/3 22 - A: Read solution: https://github.com/mageplaza/module-core/issues/3
23  23 
24 - **Q: Is Mageplaza Ajax Layered Navigation extension compatible with Layered Navigation for Magento 2?** 24 - **Q: Is Mageplaza Ajax Layered Navigation extension compatible with Layered Navigation for Magento 2?**
25  25 
26 - A: Yes! Ajax Layered Navigation extension is fully compatible with all packages of [Magento 2 Layered Navigation Ultimate](https://www.mageplaza.com/magento-2-layered-navigation-extension/). This compatibility helps enhance UX for shoppers at the highest level. 26 - A: Yes! Ajax Layered Navigation extension is fully compatible with all packages of [Magento 2 Layered Navigation Ultimate](https://www.mageplaza.com/magento-2-layered-navigation-extension/). This compatibility helps enhance UX for shoppers at the highest level.
27  27 
28  28 
29 ## 3. How to install Ajax Layered Navigation extension for Magento 2 29 ## 3. How to install Ajax Layered Navigation extension for Magento 2
30  30 
31 ### Install via composer (recommend) 31 ### Install via composer (recommend)
32  32 
33 Run the following command in Magento 2 root folder: 33 Run the following command in Magento 2 root folder:
34  34 
35 With Marketing Automation (recommend): 35 With Marketing Automation (recommend):
36 ``` 36 ```
37 composer require mageplaza/module-ajax-layered-navigation mageplaza/module-smtp 37 composer require mageplaza/module-ajax-layered-navigation mageplaza/module-smtp
38 php bin/magento setup:upgrade 38 php bin/magento setup:upgrade
39 php bin/magento setup:static-content:deploy 39 php bin/magento setup:static-content:deploy
40 ``` 40 ```
41  41 
42 Without Marketing Automation: 42 Without Marketing Automation:
43 ``` 43 ```
44 composer require mageplaza/module-ajax-layered-navigation 44 composer require mageplaza/module-ajax-layered-navigation
45 php bin/magento setup:upgrade 45 php bin/magento setup:upgrade
46 php bin/magento setup:static-content:deploy 46 php bin/magento setup:static-content:deploy
47 ``` 47 ```
48  48 
49 ## 4. Ajax Layered Navigation highlight features 49 ## 4. Ajax Layered Navigation highlight features
50 ### Enhance UX by Ajax Technology 50 ### Enhance UX by Ajax Technology
51  51 
52 Visually, Ajax plays an amazing role in your store UX improvement because of many advantages. Ajax, according to [Sequetech](https://www.seguetech.com/ajax-technology/), is a method which helps to exchange and update only one or several parts of a web page without reloading the whole site. As a result, the page loading speed is cut down optimally, and this allows your online shoppers to avoid unnecessary waiting time 52 Visually, Ajax plays an amazing role in your store UX improvement because of many advantages. Ajax, according to [Sequetech](https://www.seguetech.com/ajax-technology/), is a method which helps to exchange and update only one or several parts of a web page without reloading the whole site. As a result, the page loading speed is cut down optimally, and this allows your online shoppers to avoid unnecessary waiting time
53  53 
54 **Ajax Layered Navigation** is also an answer to the question “How to keep your clients on your store when the internet connection sucks”. They will no longer need to wait for all the data to be loaded before performing any of other actions on the page. 54 **Ajax Layered Navigation** is also an answer to the question “How to keep your clients on your store when the internet connection sucks”. They will no longer need to wait for all the data to be loaded before performing any of other actions on the page.
55  55 
56 As **Ajax Layered Navigation** enables pages to prevent performing a full postback, filtering products are more responsive, faster and way more user-friendly. This is how shopping experience is boosted. 56 As **Ajax Layered Navigation** enables pages to prevent performing a full postback, filtering products are more responsive, faster and way more user-friendly. This is how shopping experience is boosted.
57  57 
58 ### Lightening-fast Ajax Navigation 58 ### Lightening-fast Ajax Navigation
59  59 
60 Filtered products are loaded and displayed nearly immediately after a single filtering performance without waiting for other parts of the page to be reloaded. This allows the important content, which includes products, product images, and other product info, to show up first, and to be ready for buyers to perform further actions. 60 Filtered products are loaded and displayed nearly immediately after a single filtering performance without waiting for other parts of the page to be reloaded. This allows the important content, which includes products, product images, and other product info, to show up first, and to be ready for buyers to perform further actions.
61  61 
62 **Ajax Layered Navigation** saves a bunch of time for customers. Buyers do not even have to hit any button to start loading filtering results because they are automatically loaded after every single filtering act.   62 **Ajax Layered Navigation** saves a bunch of time for customers. Buyers do not even have to hit any button to start loading filtering results because they are automatically loaded after every single filtering act.  
63  63 
64 ### Ajax Add to Wishlist 64 ### Ajax Add to Wishlist
65  65 
66 **Magento 2 Ajax Layered Navigation extension** allows logged-in customers add products to their wishlist, yet still stay on the page without being redirected to the wishlist page. 66 **Magento 2 Ajax Layered Navigation extension** allows logged-in customers add products to their wishlist, yet still stay on the page without being redirected to the wishlist page.
67  67 
68 ### Compatible with Layered Navigation 68 ### Compatible with Layered Navigation
69  69 
70 **Mageplaza Ajax Layered Navigation extension** is fully compatible with all packages of **Magento 2 Layered Navigation Ultimate**. This feature implemented to **Mageplaza Layered Navigation module** is a perfect solution to boost shopping experience to the highest level.  70 **Mageplaza Ajax Layered Navigation extension** is fully compatible with all packages of **Magento 2 Layered Navigation Ultimate**. This feature implemented to **Mageplaza Layered Navigation module** is a perfect solution to boost shopping experience to the highest level. 
71  71 
72 Even when shopper performs multi-filtering, Ajax Layered still supports to display results nicely, smoothly and lightening-fast. 72 Even when shopper performs multi-filtering, Ajax Layered still supports to display results nicely, smoothly and lightening-fast.
73  73 
74 ## 5. Ajax Layered Navigation User Guide 74 ## 5. Ajax Layered Navigation User Guide
75  75 
76 **Ajax Layered Navigation** features are added to filters and page blocks, which assists users to select each attribute from filters and various categories without reloading the entire page. As a result, it will enhance the user experience, reduce response and server uploading time. This is the new feature of **Magento 2 Ajax Layered Navigation** which fully compatible with **Layered Navigation Ultimate**. 76 **Ajax Layered Navigation** features are added to filters and page blocks, which assists users to select each attribute from filters and various categories without reloading the entire page. As a result, it will enhance the user experience, reduce response and server uploading time. This is the new feature of **Magento 2 Ajax Layered Navigation** which fully compatible with **Layered Navigation Ultimate**.
77  77 
78 The Ajax Layered Navigation tutorial of Mageplaza below will provide detailed instruction on how to use for user interface and how to configure on the admin backend. 78 The Ajax Layered Navigation tutorial of Mageplaza below will provide detailed instruction on how to use for user interface and how to configure on the admin backend.
79  79 
80  80 
81 ### How to Config Magento 2 Ajax Layered Navigation 81 ### How to Config Magento 2 Ajax Layered Navigation
82  82 
83 From the admin panel, make your way to ``Mageplaza > Layered Navigation > Configuration`` 83 From the admin panel, make your way to ``Mageplaza > Layered Navigation > Configuration``
84  84 
85 ![How to Config M2 Ajax Layered Navigation](https://i.imgur.com/lKM4Yiz.png) 85 ![How to Config M2 Ajax Layered Navigation](https://i.imgur.com/lKM4Yiz.png)
86  86 
87 ![Magento 2 2 Ajax Layered Navigation configuration](https://i.imgur.com/Opo6NTd.png) 87 ![Magento 2 2 Ajax Layered Navigation configuration](https://i.imgur.com/Opo6NTd.png)
88  88 
89 ![Magento 2 layered navigation Free](https://i.imgur.com/8d0Jd3F.gif) 89 ![Magento 2 layered navigation Free](https://i.imgur.com/8d0Jd3F.gif)
90  90 
91 Besides, Ajax Layered supports the functions of Add to wishlist by Ajax for logged-in customers.  91 Besides, Ajax Layered supports the functions of Add to wishlist by Ajax for logged-in customers. 
92 After clicking on Add to wishlist icon on Category Page, customers can continue viewing other products without being navigated to Wishlist Page.  92 After clicking on Add to wishlist icon on Category Page, customers can continue viewing other products without being navigated to Wishlist Page. 
93  93 
94 ![ajax layered navigation 2](https://i.imgur.com/8J10AWl.gif) 94 ![ajax layered navigation 2](https://i.imgur.com/8J10AWl.gif)
95  95 
96  96 
97 **People Also Search:** 97 **People Also Search:**
98 - magento 2 layered navigation 98 - magento 2 layered navigation
99 - magento 2 layered navigation free 99 - magento 2 layered navigation free
100 - magento 2 layered navigation extension 100 - magento 2 layered navigation extension
101 - magento 2 layered navigation extension free 101 - magento 2 layered navigation extension free
102 - ajax layered navigation magento 2 102 - ajax layered navigation magento 2
103 - magento 2 ajax filter 103 - magento 2 ajax filter
104 - magento 2 navigation extension 104 - magento 2 navigation extension
105 - magento 2 layer navigation 105 - magento 2 layer navigation
106 - magento 2 horizontal layered navigation 106 - magento 2 horizontal layered navigation
107 - magento 2 price slider layered navigation 107 - magento 2 price slider layered navigation
108 - magento 2 ajax loader 108 - magento 2 ajax loader
109  109 
110  110 
111 **Other free extension on Github** 111 **Other free extension on Github**
112 - [Magento 2 Sitemap](https://github.com/mageplaza/magento-2-google-xml-sitemap) 112 - [Magento 2 Sitemap](https://github.com/mageplaza/magento-2-google-xml-sitemap)
113 - [Magento 2 Twitter Widget](https://github.com/mageplaza/magento-2-twitter-widget) 113 - [Magento 2 Twitter Widget](https://github.com/mageplaza/magento-2-twitter-widget)
114 - [Magento 2 Reindex from backend](https://github.com/mageplaza/magento-2-backend-reindex) 114 - [Magento 2 Reindex from backend](https://github.com/mageplaza/magento-2-backend-reindex)
115 - [Magento 2 Social Share](https://github.com/mageplaza/magento-2-social-share) 115 - [Magento 2 Social Share](https://github.com/mageplaza/magento-2-social-share)
116 - [Magento 2 Multiple Flat Rates Shipping](https://github.com/mageplaza/magento-2-multi-flat-rates) 116 - [Magento 2 Multiple Flat Rates Shipping](https://github.com/mageplaza/magento-2-multi-flat-rates)
117 - [Magento 2 Same Order Number](https://github.com/mageplaza/magento-2-same-order-number) 117 - [Magento 2 Same Order Number](https://github.com/mageplaza/magento-2-same-order-number)
118 - [Magento 2 Share Cart](https://github.com/mageplaza/magento-2-share-cart) 118 - [Magento 2 Share Cart](https://github.com/mageplaza/magento-2-share-cart)
119 - [Magento 2 GeoIP](https://github.com/mageplaza/magento-2-geoip) 119 - [Magento 2 GeoIP](https://github.com/mageplaza/magento-2-geoip)
120  120 
121  121 
122 **Explore more [Magento 2 extensions on Marketplace](https://marketplace.magento.com/partner/Mageplaza):** 122 **Explore more [Magento 2 extensions on Marketplace](https://marketplace.magento.com/partner/Mageplaza):**
123 - [Magento 2 Layered Navigation](https://marketplace.magento.com/mageplaza-layered-navigation-m2.html) 123 - [Magento 2 Layered Navigation](https://marketplace.magento.com/mageplaza-layered-navigation-m2.html)
124 - [Magento 2 One Step Checkout](https://marketplace.magento.com/mageplaza-magento-2-one-step-checkout-extension.html) 124 - [Magento 2 One Step Checkout](https://marketplace.magento.com/mageplaza-magento-2-one-step-checkout-extension.html)
125 - [Magento 2 PDF invoice](https://marketplace.magento.com/mageplaza-module-pdf-invoice.html) 125 - [Magento 2 PDF invoice](https://marketplace.magento.com/mageplaza-module-pdf-invoice.html)
126 - [Magento 2 Automatic Related Products](https://marketplace.magento.com/mageplaza-module-automatic-related-products.html) 126 - [Magento 2 Automatic Related Products](https://marketplace.magento.com/mageplaza-module-automatic-related-products.html)
127 - [Magento 2 All in one](https://marketplace.magento.com/mageplaza-magento-2-seo-extension.html) 127 - [Magento 2 All in one](https://marketplace.magento.com/mageplaza-magento-2-seo-extension.html)
128 - [Magento 2 Gift Card](https://marketplace.magento.com/mageplaza-module-gift-card.html) 128 - [Magento 2 Gift Card](https://marketplace.magento.com/mageplaza-module-gift-card.html)
129 - [Magento 2 Reward Points extension](https://marketplace.magento.com/mageplaza-module-reward-points.html) 129 - [Magento 2 Reward Points extension](https://marketplace.magento.com/mageplaza-module-reward-points.html)
130 - [Magento 2 Affiliate Program](https://marketplace.magento.com/mageplaza-module-affiliate.html) 130 - [Magento 2 Affiliate Program](https://marketplace.magento.com/mageplaza-module-affiliate.html)
131 - [Magento 2 Product Feed](https://marketplace.magento.com/mageplaza-module-product-feed.html) 131 - [Magento 2 Product Feed](https://marketplace.magento.com/mageplaza-module-product-feed.html)
132 - [Magento 2 Mass Product Actions](https://marketplace.magento.com/mageplaza-module-mass-product-actions.html) 132 - [Magento 2 Mass Product Actions](https://marketplace.magento.com/mageplaza-module-mass-product-actions.html)
133 - [Magento 2 Custom Stock Status](https://marketplace.magento.com/mageplaza-module-custom-stock-status.html) 133 - [Magento 2 Custom Stock Status](https://marketplace.magento.com/mageplaza-module-custom-stock-status.html)
134  134 
135  135 
136  136 
137  137