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
Advanced Settings contains additional parameters used for the WebComponents configurations. Each setting is set to a
133
133
default value and has a short explanatory text attached.
134
134
135
135
#### Currency and Country Settings
136
-
You don't need to set currency nor country only for module purposes. It will use currently used currency and pass this information to `ff-communication`
137
-
component as respectively `currency-code` and `country-code` parameters. You can find these settings under Magento General settings
136
+
You don't need to set currency nor country only for module purposes. It will use currently used currency and pass this information to `factfinder init`
137
+
component as respectively `currency-code` and `currency-country-code` parameters. You can find these settings under Magento General settings
138
138
-[How to configure currency?](https://docs.magento.com/m2/ce/user_guide/stores/currency-configuration.html)
139
139
-[How to configure country?](https://docs.magento.com/m2/ce/user_guide/stores/country-options.html)
140
140
@@ -317,7 +317,7 @@ You can also instantiate block in templates using the Magento Layout API, but it
317
317
https://handlebarsjs.com/
318
318
319
319
### Configuration Element
320
-
The main configuration element of Web Components`communication` element is included in template `src/view/frontend/templates/ff/communication.phtml` which comes together with a dedicated view model `src/ViewModel/Communication.php`.
320
+
The main configuration of Web Components is included in template `src/view/frontend/templates/ff/communication.phtml` which comes together with a dedicated view model `src/ViewModel/Communication.php`.
321
321
This template is part of the `default` layout, added to the `after.body.start` container.
322
322
It is essential for whole module to work, so make sure it is also included in your project.
0 commit comments