Goal: Add clickable “buy” buttons beneath text on a standalone page (/pages/dada-limited-edition). The product page already has working buttons.
Context: Theme is Shopify Dawn. The product description supports plain HTML, making buttons easy there. The “Image with Text” section on pages only supports rich text by default, which limits adding custom button HTML.
Proposed solution: Modify the section to accept HTML input, or duplicate it as a custom section (e.g., image-with-text-custom.liquid) and change its schema to HTML. Then paste the button HTML to link to the product. A screencast was provided showing the change and flow.
Notes: This involves editing Liquid (Shopify’s theme templating) and section schema, enabling raw HTML content in the block. Once enabled, buttons can be placed under the text as needed.
Artifacts: Screenshots and a video walkthrough are central to the implementation steps.
Status: Guidance provided; no confirmation of implementation yet. Discussion remains open.
Summarized with AI on December 13.
AI used: gpt-5.
I want to add clickable buttons on a page that takes me to the site where you can buy the product. I have the buttons on the actual product, but I don’t know how to add them underneath the text on the page
As far as I can understand, the button can be added to the product page since it allows you to edit the content as plain HTML in the product description. However, in the Image with Text block (you are using the Dawn theme), it support the rich text input at the moment. Now, if can change it input to HTML, then it would be solved: https://go.screenpal.com/watch/cZXODDnVd3k
As in the video, I change the existing block input to HTML type. You can duplicate another section for your theme like image-with-text-custom.liquid to implement the change. Hope that this help.