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

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

zionlkc
Excursionist
16 0 3

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!

Replies 3 (3)

richardcobain
Trailblazer
160 7 22

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.

soulchild37
Shopify Partner
230 9 77

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 }}"

CleanShot 2025-03-27 at 19.07.15@2x.png

Spent too much support time dealing with order cancellation request from customer? Wouldn't it be good if customer can cancel order on their own without bugging your support? Try out Cancellable app! https://apps.shopify.com/cancellable . I also write articles about store customization that can improve your customer shopping experience here : Yagi Software Blog
zionlkc
Excursionist
16 0 3

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