Skip to main content

Can I add Brizy to a section of a Shopify Built Page?

Comments

5 comments

  • Ariel H.

    Hi Farah,

    Thank you for your feedback. We're glad to hear you're enjoying Brizy in Shopify.

    At the moment, we don’t have a solution for the issues you mentioned, particularly with the Add to Cart button not triggering the cart drawer. These are current limitations of the Brizy Shopify integration, and our team is aware of them. We are working on improvements, but unfortunately, we don’t have an ETA for when these will be addressed.

    If you’d like to keep using Shopify’s native product features while incorporating your Brizy design, embedding your Brizy content below the Shopify product listing might be an option, though it would require custom code implementation.

    We appreciate your patience and will share updates as soon as we have more information.

    Best regards,
    Ariel H.

    0
  • Farah Faqir

    Hi Ariel,

    I appreciate you getting back to me and understand a lot of the elements are still a work in progress.

    Would you happen to be able to support me with any guidance on how I would go about custom code implementation of the Brizy content below the Shopify Product Page?

    It'd be much appreciated as it'll provide the workaround I need to have the functionality I require active.

    Thanks,

    Farah

    0
  • Ariel H.

    Hi Farah,  

    Thank you for the update. While my experience with Liquid code is limited, it is possible to embed a completed Brizy page within a Shopify product page using an iFrame.  

    Here’s how you can do it:  

    1. Open your Brizy page (e.g., mydomain.com/shop).  
    2. Copy the full URL from your browser’s address bar.  
    3. In Shopify, go to Online Store > Themes, find your theme, and click Actions > Edit Code.  


    4. In the left sidebar, locate main-product.liquid and click on it.  
    5. Find a good spot in the code (e.g., after the product description) and paste the following:  

       <iframe 
         src="https://mydomain.com/your-brizy-page" 
         width="100%" 
         height="500px" 
         style="border: none;">
       </iframe>


    6. Replace https://mydomain.com/your-brizy-page with your actual Brizy page URL.  
    7. Adjust the height as needed (e.g., 500px).  

    This method allows you to display Brizy content on your Shopify product pages without modifying Liquid code.  

    I hope this helps.

    Best regards,  
    Ariel H.

    0
  • Farah Faqir

    Hi Ariel,

    Thank you for the steps. I have followed it accordingly and even tried moving around the iframe within the code but it won't show on my live webpage?

    I also did a test embed within the Brizy page and for some reason it does not like looking up the website. I even tried it with https://google.com and it wouldn't show the site.

    Any ideas what could be going wrong?

    Thanks,

    Farah

    0
  • Ariel H.

    Hi Farah,

    Please try the steps suggested on this link and see if this works for you:
    https://community.shopify.com/c/technical-q-a/embed-a-3rd-party-website-into-the-shopify-store/m-p/1098266

    Best regards,
    Ariel H.

    0

Please sign in to leave a comment.