Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

main.INFO: Broken reference: the 'yotpo_bottomline' in system.log #280

Open
lytesaber opened this issue Oct 18, 2021 · 1 comment
Open

Comments

@lytesaber
Copy link

Magento Open Source 2.4.3-p1

Consistently get messages in system.log when loading the product view when Yotpo integration is configured and enabled.

main.INFO: Broken reference: the 'yotpo_bottomline' element cannot be added as child to 'product.info.main', because the latter doesn't exist
main.INFO: Broken reference: the 'yotpo_bottomline' tries to reorder itself towards 'product.info.addto', but their parents are different: 'product.info.main' and '' respectively.

@kamephis
Copy link

kamephis commented Mar 1, 2023

@lytesaber are you using a custom theme? The default catalog_product_view.xml contains the container product.info.main. Maybe you've removed them in your custom theme. If you don't use the product.info.main container you can remove it in your default.xml

<referenceBlock name="product.info.main" remove="true"/>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants