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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,6 +133,7 @@ This section contains a plugin configuration, which is optional and provides add
133
133
details about implementation [here](#enrich-data-received-from-fact-finder-in-proxycontroller).
134
134
Note: Sending each request to FACT-Finder instance trough Shopware, you lose on performance as each request need to be handled first by HTTP server and then, by Shopware itself. This additional traffic could be easily avoided by not activating this feature if there's no clear reason to use it.
135
135
136
+
* Add cart button - select this option if you want the Add to cart button on the product list
136
137
* Scenario how to count single click on "Add to cart" button
137
138
* Redirect mapping for selected queries - put each pair `query=url` in separate row. If the phrase appears twice, the first one from the top of the list will be taken. Url can be relative path `/some/page` or absolute url `https://domain.com/some/page?someParameter=1`. If provided pair has an invalid format then it will be ignored.
Copy file name to clipboardExpand all lines: src/Resources/app/storefront/dist/storefront/js/omikron-fact-finder/omikron-fact-finder.offcanvas-filter.plugin.8e362a.js
Copy file name to clipboardExpand all lines: src/Resources/config/config.xml
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,13 @@
62
62
<helpTextlang="de-DE">Mit Proxy können Sie die von FACT-Finder zurückkommenden Daten innerhalb des SDK-Codes verfeinern. Weitere Informationen finden Sie in der Dokumentation.</helpText>
63
63
</input-field>
64
64
65
+
<input-fieldtype="bool">
66
+
<name>addCartBtn</name>
67
+
<label>Add Cart button for product list</label>
68
+
<labellang="de-DE">Schaltfläche „In den Warenkorb“ für die Produktliste</label>
0 commit comments