|
<?= $escaper->escapeHtml($viewModel->getConfigProvider()->getRrDoShowContentJs()); ?> |
=> It breaks the JS
|
window.bvDCC = <?= /* @noEscape */ json_decode($configData) ?>; |
It breaks the product page:
main.CRITICAL: Error: Object of class stdClass could not be converted to string in /.../vendor/bazaarvoice/bazaarvoice-magento2-ext/view/frontend/templates/productheader.phtml:55
magento2-extension/view/frontend/templates/productheader.phtml
Line 60 in a1ae1ac
=> It breaks the JS
magento2-extension/view/frontend/templates/productheader.phtml
Line 55 in a1ae1ac
It breaks the product page:
main.CRITICAL: Error: Object of class stdClass could not be converted to string in /.../vendor/bazaarvoice/bazaarvoice-magento2-ext/view/frontend/templates/productheader.phtml:55