You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Find out more about Algolia Merchandising, please refer to <a href="https://www.algolia.com/doc/integration/magento-2/merchandising/category-merchandising/?utm_source=magento&utm_medium=extension&utm_campaign=magento_2&utm_term=shop-owner&utm_content=doc-link" target="_blank">documentation</a>.
17
17
</div>
18
18
19
-
<?phpif ($block->isRootCategory()): ?>
19
+
<?phpif ($block->isRootCategory()): ?>
20
20
21
21
<br>
22
22
<div class="algolia_block icon-bulb">
23
23
The root category is not displayed on Magento's frontend and therefore it's not indexed within Algolia records.
24
24
To merchandise products, please select any sub-category.
var $rows = $('#row_algoliasearch_synonyms_synonyms_group_synonyms, #row_algoliasearch_synonyms_synonyms_group_oneway_synonyms, #row_algoliasearch_synonyms_synonyms_group_synonyms_file');
97
-
98
-
if (enabled === '1') {
99
-
$rows.show();
100
-
} else {
101
-
$rows.hide();
102
-
}
103
-
}
104
-
105
-
// ORDERED / UNORDERED
106
-
var $attributesRows = $('#algoliasearch_products_products_product_additional_attributes, #algoliasearch_categories_categories_category_additional_attributes');
107
-
initAttributes($attributesRows);
108
-
109
-
$attributesRows.on('click', 'button[id^="addToEndBtn"]', function (e) {
110
-
initAttributes($attributesRows);
111
-
});
112
-
113
-
$attributesRows.on('change', 'select[name$="[searchable]"]', function (e) {
var $rows = $('#row_algoliasearch_synonyms_synonyms_group_synonyms, #row_algoliasearch_synonyms_synonyms_group_oneway_synonyms, #row_algoliasearch_synonyms_synonyms_group_synonyms_file');
97
+
98
+
if (enabled === '1') {
99
+
$rows.show();
100
+
} else {
101
+
$rows.hide();
102
+
}
103
+
}
104
+
105
+
// ORDERED / UNORDERED
106
+
var $attributesRows = $('#algoliasearch_products_products_product_additional_attributes, #algoliasearch_categories_categories_category_additional_attributes');
107
+
initAttributes($attributesRows);
108
+
109
+
$attributesRows.on('click', 'button[id^="addToEndBtn"]', function (e) {
110
+
initAttributes($attributesRows);
111
+
});
112
+
113
+
$attributesRows.on('change', 'select[name$="[searchable]"]', function (e) {
0 commit comments