Any Checkout Blocks App can create a Image Block with hyperlink with query to get ordername there?

Topic summary

A user seeks to add a clickable image block on the Shopify thank you page with a dynamic URL query parameter containing the order name (e.g., ?ordername=#0001).

Proposed Solutions:

  • ReConvert Post Purchase Upsell or OrderlyEmails apps for customizing the thank you page with clickable images
  • Code-based modifications via checkout.liquid (Shopify Plus only) or Shopify Scripts
  • Shopify Checkout Blocks app: Add a dynamic image block, make it clickable, and use URL format like ...?ordername={{ checkout.order.name }}

Key Issue Identified:
The original poster noted that order attributes (like order.name) may not be accessible on the thank you page according to Shopify documentation—these variables are only available on the order status page. This limitation potentially affects the proposed Checkout Blocks solution.

Status: The discussion remains open with unresolved questions about variable availability on the thank you page versus the order status page.

Summarized with AI on October 30. AI used: claude-sonnet-4-5-20250929.

Hi all,

Might I know if you could know that any app that can achieve my goal :

  1. to create an image content block in the thankyou page

  2. Clicking the image will bring us to a url which in the query I can specify ?ordername=#0001

Thank you!

You can achieve this by using a Shopify app like ReConvert Post Purchase Upsell, which allows you to customize the Thank You page with image content blocks and clickable links. If you prefer a code-based approach, you can modify the checkout.liquid file (available on Shopify Plus) or use Shopify Scripts to insert custom HTML with a dynamic query string. Another option is using a custom Thank You page editor app, like OrderlyEmails, which provides more flexibility in post-purchase customization.

You can use the Shopify Checkout Blocks app, then add dynamic block on the thank you page.

In the content select “Image” , then make it clickable, and in the URL use this format “…?ordername={{ checkout.order.name }}”

Ho @soulchild37 ,

It looks like to me that the order attributes cannot be retrieved under Thank you page?

https://help.shopify.com/en/manual/checkout-settings/checkout-blocks/blocks/liquid

*Order variables are accessible only on the order status page.

Daniel