Skip to content

Commit 8789a32

Browse files
committed
MAGE-1112: added additional sentence to the notice
1 parent 67cb7ae commit 8789a32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Helper/Configuration/NoticeHelper.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,8 @@ protected function getPriceIndexingNotice(): void
384384

385385
$noticeTitle = 'Price attribute indexing';
386386
$noticeContent = '<p>Price attribute has been removed from the product attributes list but is still present in the facets, sortings or custom rankings lists.</p>
387-
<p>If you want to remove prices from the product records, you need to remove them from those lists as well.</p>';
387+
<p>If you want to remove prices from the product records, you need to remove them from those lists as well.</p>
388+
<p>If you want the prices to be included in the product records, you need to add it in the product attributes list in the "Products" section of the configuration.</p>';
388389

389390
$this->notices[] = [
390391
'selector' => '.entry-edit',

0 commit comments

Comments
 (0)