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
Copy file name to clipboardExpand all lines: README.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ store cache in order the new applied configuration to start working.
111
111
* Server URL - FACT-Finder® instance url
112
112
**Note:** Server URL should contain a used protocol: (e.g. `https://`) and should end with an
113
113
endpoint ( `fact-finder` )
114
-
* Channel - Channel you want to serve data from
114
+
* Channel - Channel you want to serve data from. This field works for each sales channel separately, so you can, for example, adjust FactFinder integration to different store's language versions.
115
115
* API key - your FACT-Finder® API key
116
116
117
117
You can check if the above data is correctly set by clicking on the `Test Connection` button. Please save your settings before clicking on button.
@@ -123,6 +123,13 @@ You can find more information about what Field Roles are in (Web Components docu
123
123
**Note:**
124
124
Updating process is ran for all sales channels, no need to run it separately for each of them
125
125
126
+
#### Disable FactFinder Web Components option
127
+
128
+
This option allows you to disable FACT-Finder® Web Components integration on the frontend. It works for each sales channel separately so you can use our plugin only on the sales channels you want.
129
+
130
+
**Note:** If you enable this option, FACT-Finder® integration on the frontend will stop working. Pay special attention not to define FACT-Finder® category pages for sales channels where you enable this option, as this will cause an error on the page or incorrect generation of HTML code
There are only two fields that can be defined for each sales channel separately:
479
+
480
+
-`Channel` - you can define different data comes from FACT-Finder®, especially in the case of multi-language stores
481
+
-`Disable FactFinder Web Components on frontend?` - allows you to disable FACT-Finder® Web Components integration on the frontend. With this option you can use our plugin only on the sales channels you want.
Copy file name to clipboardExpand all lines: src/Resources/config/config.xml
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,15 @@
54
54
<helpTextlang="de-DE">Diese Option funktioniert nur, wenn das serverseitige Rendering [SSR] aktiviert ist. Wenn das SSR-Suchergebnis ein Ergebnis enthält, wird es automatisch auf die Produktdetailseite umgeleitet [PDP].</helpText>
55
55
</input-field>
56
56
57
+
<input-fieldtype="bool">
58
+
<name>disableFactFinderWebc</name>
59
+
<label>Disable FactFinder Web Components on frontend?</label>
60
+
<labellang="de-DE">FactFinder-Webkomponenten im Frontend verwenden?</label>
61
+
<defaultValue>false</defaultValue>
62
+
<helpText>You can disable FactFinder integration on the frontend. This option works for each sales channel separately. Note. If you enable this option, FactFinder integration on the frontend will stop working.</helpText>
63
+
<helpTextlang="de-DE">Sie können die FactFinder-Integration im Frontend deaktivieren. Diese Option funktioniert für jeden Vertriebskanal separat. Notiz. Wenn Sie diese Option aktivieren, funktioniert die FactFinder-Integration im Frontend nicht mehr.</helpText>
0 commit comments