Question:
It takes the whole website's screen and copy that into the popup. I can see in app/code/Bss/Quickview/view/frontend/layout/bss_quickview_catalog_product_view.xml that some blocks like "header.container" should be removed but they do not.
Answer:
In order to fix this issue, could you please refer the guidance below?
Step 1: Finding name of header and footer in your theme.
In folder web/app/design/frontend/Name-of-Theme/.../Magento_Theme: find layout/default.xml
For example:
<block class="Infortis\Base\Block\Html\Header" name="base-header-container" before="-" template="html/header.phtml">
=> Header is: base-header-container
<block class="Infortis\Base\Block\Html\Footer" name="base-footer-container" before="before.body.end" template="html/footer.phtml">
=> Footer is: base-footer-container
Step 2: Replace name of header and footer in the Quick View module.
In folder: app/code/Bss/Quickview/fontend/layout/bss_quickview_catalog_product_view.xml, finding the below lines:
<referenceBlock name="header.container" remove="true" />
<referenceBlock name="footer-container" remove="true" />
Replace header.container and footer-container with the name of header and footer that you find out in step 1.
For more information about product, please refer Quick View for Magento 2 page.
If you need further assistance, please don't hesitate to contact us. Don't forget that BSS Commerce is a full-service ecommerce agency with 14+ years of experience, supporting 75,000+ customers worldwide. As an Adobe Commerce Solution Bronze Partner and Select Magento Extensions Builder, we deliver trusted end-to-end solutions.
Our core strength is Magento, with 150+ extensions designed to enhance store performance and drive growth. With deep expertise from years of working on Magento websites, we deliver scalable, high-impact solutions backed by strong client trust.
Our most powerful extensions are BSS Commerce’s Magento 2 B2B Extension & BSS Commerce’s Magento 2 SEO Extension
Please visit our site for more useful Magento 2 Extensions: https://bsscommerce.com/magento-2-extensions.html
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article