Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit d76bbd4

Browse files
authored
Merge branch 'master' into Live-Search-release-notes-edit
2 parents 8853db7 + c051bd4 commit d76bbd4

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

_config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,15 +115,13 @@ defaults:
115115
values:
116116
group: module-reference-guide-2_3
117117
github_link: false
118-
feedback_link: false
119118

120119
-
121120
scope:
122121
path: guides/v2.4/mrg
123122
values:
124123
group: module-reference-guide-2_4
125124
github_link: false
126-
feedback_link: false
127125

128126
-
129127
scope:

src/_includes/layout/page-header.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@
3434
</div>
3535
{% endif %}
3636

37+
{% unless page.github_link %}
38+
<div class="message-banner">
39+
This topic is generated and maintained through automation, so we do not accept direct contributions from pull requests on GitHub.
40+
</div>
41+
{% endunless %}
42+
3743
{% if page.url contains "guides/v2.3/" %}
3844
<div class="bs-callout-warning">
3945
PHP 7.3 reaches end of support in December 2021 and {{site.data.var.ee}} 2.3.x reaches end of support in April 2022. You may want to consider planning your upgrade now to {{site.data.var.ee}} 2.4.x and PHP 7.4.x to help maintain PCI compliance.

src/live-search/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ This onboarding method is recommended when installing Live Search to:
9797

9898
- An existing production Commerce installation
9999

100-
In this scenario, Elasticsearch manages search requests from the storefront while the Live Search service indexes all products in the background, without any interruption to normal storefront operations.
100+
In this scenario, Elasticsearch temporarily manages search requests from the storefront while the Live Search service indexes all products in the background, without any interruption to normal storefront operations. Elasticsearch is disabled and Live Search enabled after all catalog data is indexed and synchronized.
101101

102102
1. To download the `live-search` package, run the following from the command line:
103103

src/recommendations/release-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ The release notes include:
1818

1919
## 3.3.3 of magento/product-recommendations for {{site.data.var.ee}} 2.4.0
2020

21+
- {:.new}Added new recommendation types: [Conversion (view to cart)](https://docs.magento.com/user-guide/marketing/prex-type-convcart.html), [Conversion (view to purchase)](https://docs.magento.com/user-guide/marketing/prex-type-convpurchase.html), and [Recently viewed](https://docs.magento.com/user-guide/marketing/prex-type-recentview.html). Note that these new recommendation types are available in the `magento/product-recommendations` module 3.2.2 and later.
2122
- {:.fix}Fixed an issue where Fastly's Web Application Firewall (WAF) was incorrectly blocking a cookie
2223
- {:.fix}Fixed issue where products assigned to the non-default Store View were not being displayed in the **Recommendations Product Preview** panel when creating a recommendation for that specific Store View
2324
- {:.fix}Fixed issue where certain recommendation unit names in Page Builder prevented the recommendation unit to display on the storefront

0 commit comments

Comments
 (0)