FACT-Finder-Web-Components / magento2-module

FACT-Finder® Web Components for Magento 2
https://web-components.fact-finder.de/
Other
11 stars 17 forks source link

Call of Product and CMS Channel in parallel not possible #328

Open DKO-dS opened 3 years ago

DKO-dS commented 3 years ago
a-laurowski commented 3 years ago

Hi @DKO-dS Did you enable the Proxy in order to merge response from both channels? Web Components will always send requests only to product channel. If you have chosen separate channel for the CMS, then you need to enable proxy, because the second request to the CMS channel is send on server side and response is merged. https://github.com/FACT-Finder-Web-Components/magento2-module/tree/master#using-separate-channel

In fact this solution is deprecated and we recommend using single channel and in version 2 of the module we removed it entirely. The PD department is able to add supplementary feeds to the one channel. This approach is more efficient and it does not require to maintain another channel.